The L2GblEM branch is a TClonesArray of global EM candidates.
Header file: trigsimcert/L2GblEM.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l2gblEMObj_reco.hpp
| Accessor | Method used | ||
| Et() | pt() | float | transverse energy |
| iEta() | ieta() | int | pseudorapidity bin number |
| iPhi() | iphi() | int | azimuthal angle bin number |
| Eta() | from iEta() | float | pseudorapidity |
| Phi() | from iPhi() | float | azimuthal angle |
| ObjectID() | objectID() | int | L2 global trigger identifier |
| BaseObjects(int i) | baseObjects (int j) | int[] | identifiers of the objects used to build the L2 global object |
| Iso() | isolation() | float | isolation |
| Emf() | emFraction() | float | EM fraction |
| NoNeighbour() | noNeighbour() | bool | single tower EM object |
| NeighbourLowET() | neighbourLowET() | bool | the EM object has a single tower because the energy of the nearest neighbour is below threshold |
| SeedHighEmf() | seedHighEMFrac() | bool | leading tower of the EM object is above the EM fraction cut |