The L2Jets preprocessor branch is a TClonesArray of jet candidates.
Header file: trigsimcert/L2Jet.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l2caljetp_reco.hpp and l2caljetworker/src/CalJetWorker.cpp
| Accessor | Method used | ||
| Et() | et() | float | transverse energy of the jet |
| iEta() | eta_bin() | int | pseudorapidity bin number of the jet (cluster weighted) |
| iPhi() | phi_bin() | int | azimuthal angle bin number of the jet (cluster weighted) |
| Eta() | from iEta() | float | pseudorapidity |
| Phi() | from iPhi() | float | azimuthal angle |
| CentralTwrEta() | ieta() | int | pseudorapidity bin number of the central tower of the jet |
| CentralTwrPhi() | iphi() | int | azimuthal angle bin number of the central tower of the jet |
| LeadTwrEta() | ietam() | int | pseudorapidity bin number of the leading tower of the jet |
| LeadTwrPhi() | iphim() | int | azimuthal angle bin number of the leading tower of the jet |
| SaturatedTotTower() | saturatedTotTower() | bool | one of the trigger towers in the jet was saturated |
| SaturatedEMTower() | saturatedEMTower() | bool | one of the EM trigger towers in the jet was saturated |
| ZeroETSum() | zeroETsum() | bool | the sum of the positive transverse energies is equal to zero |