Final State Objects Accessible reconstructed final state objects for each event. More...
Detailed DescriptionAccessible reconstructed final state objects for each event. Electrons, muons, jets, photons, tracks and towers are all stored using the classes defined within Delphes (see the Delphes tree documentation for more information). Objects of the same type are grouped using standard vector containers, which contains pointers to then respective objects. These containers are automatially filled for each event before the analyze() function is called. Using the ignore() function avoids the respective vector from being filled if the user does not need the content (which reduces the computational effort). missingET is defined using the ETMiss class. Variable Documentation
Container of all truth electrons after detector smearing in acceptance range. Definition at line 101 of file AnalysisBase.h.
Container of 'electrons' objects that pass loose isolation condition. Definition at line 102 of file AnalysisBase.h.
Container of 'electronsLoose' objects that pass 'medium' efficiency cut. Definition at line 103 of file AnalysisBase.h.
Container of 'electronsLoose' objects that pass 'medium' efficiency cut. Definition at line 104 of file AnalysisBase.h.
Container of all truth muons after detector smearing in acceptance range. Definition at line 105 of file AnalysisBase.h.
Container of objects that pass loose isolation condition and 'CBplusST' efficiency. Definition at line 106 of file AnalysisBase.h.
Container of 'muonsCombinedPlus' objects that pass 'CB' efficiency. Definition at line 107 of file AnalysisBase.h.
Container of all reconstructed jets. Definition at line 108 of file AnalysisBase.h.
Container of all reconstructed 'second type' jets if defined in analysis settings. Definition at line 109 of file AnalysisBase.h.
Container of all truth photons after detector smearing and loose isolation condition. Definition at line 110 of file AnalysisBase.h.
Container of all reconstructed tracks. Definition at line 111 of file AnalysisBase.h.
Container of all calorimeter towers. Definition at line 112 of file AnalysisBase.h.
Reconstructed missingET vector excluding muons. Definition at line 113 of file AnalysisBase.h. Generated on Tue Dec 9 2014 17:18:36 for AnalysisBase Documentation by 1.8.6 |