Changes between Version 3 and Version 4 of FAQNormalMode
- Timestamp:
- Nov 11, 2021, 9:25:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQNormalMode
v3 v4 29 29 MA5: * Particle ordering: PTordering 30 30 }}} 31 ''Note try pressing tab after everything, you will see available options! '' By default, MadAnalysis is designed to plot the number of events, not cross-section so let's change the luminosity value to get the cross-section. Note that luminosity, by default, is always inverse fb. Also lets modify the y-axis label with proper units.31 ''Note try pressing tab after everything, you will see available options! '' By default, !MadAnalysis is designed to plot the number of events, not cross-section so let's change the luminosity value to get the cross-section. Note that luminosity, by default, is always inverse fb. Also let's modify the y-axis label with proper units. 32 32 {{{ 33 33 ma5>set main.lumi = 1e-3 * 10 # see the bin size up there 34 set selection[1].titleY = "#frac{d#sigma}{dp_{T}} [pb/GeV]"34 ma5>set selection[1].titleY = "#frac{d#sigma}{dp_{T}} [pb/GeV]" 35 35 }}} 36 Note that my rendering engine for histogramming is ROOT that's why I used ROOT's LaTeX convention if you have a different engine, make sure that you are using proper LaTeX convention. And here is the final result:36 Note that my rendering engine for histogramming is ROOT that's why I used ROOT's LaTeX convention if you have a different engine, make sure that you are using the proper LaTeX convention. And here is the final result: 37 37 [[Image(http://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/FAQNormalMode/diffxsec.png)]] 38 38 … … 43 43 === '''Where do I see all the plot options?''' === 44 44 45 1) press t ab after typingplot.45 1) press the tab after typing the plot. 46 46 47 47