Other useful helper functions and variables. More...
Detailed DescriptionOther useful helper functions and variables. Functions here perform simple tasks and are most commonly run in initialize() or finalize(). Many of them are automatically set by the AnalysisManager. Function Documentation
Sets the header that is printed on top of all output files.
Definition at line 524 of file AnalysisBase.h.
Sets the luminosity.
Definition at line 530 of file AnalysisBase.h.
Sets the analysis name to denote the name of the output files.
Definition at line 536 of file AnalysisBase.h.
Normalises number to luminosity and cross section. This function is useful if one stores data beyond the signal/cutflow/control region data which is normalised automatically. Example: One can define a histogram in initialize(), fill the bins with data in analyze() using the AnalysisBase::weight of the current event and normalize() the histogram bins in the finalize() step of the analysis to physical numbers.
Definition at line 547 of file AnalysisBase.h.
Does not read out unneeded ROOT information. If needed, this function should be called within initialize().
Definition at line 296 of file AnalysisBase.cc. Variable Documentation
Object to ExRootAnalysis for internal studies. Definition at line 549 of file AnalysisBase.h.
Current event weight usable for e.g. histograms. Definition at line 562 of file AnalysisBase.h. Generated on Tue Dec 9 2014 17:18:36 for AnalysisBase Documentation by 1.8.6 |