The L2GblJets branch is a TClonesArray of global jet candidates. It contains only the base class
L2GblBase.
Header file: trigsimcert/L2GblJet.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l2gblJet_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 |