Analysis Core Analysis functions the user has to define. More...
Detailed DescriptionAnalysis functions the user has to define. These virtual function are only defined in classes that are derived from this AnalysisBase. They are to be defined by the user and contain the actual analysis code. Function Documentation
Function to prepare the analysis. This function is called once at the beginning of an analysis. It is supposed to set general analysis information (using setInformation(), setAnalysisName() and setLuminosity() ), book files (using bookSignalRegions(), bookCutflowRegions() and bookFile()) and initialise any global variables the user might need in the analyze() part. Definition at line 80 of file AnalysisBase.h.
Function containing the event wise analysis code. Definition at line 82 of file AnalysisBase.h.
Function to finish the analyis. Definition at line 84 of file AnalysisBase.h. Generated on Tue Dec 9 2014 17:18:36 for AnalysisBase Documentation by 1.8.6 |