The L2GblMuons branch is a TClonesArray of global muon candidates.
Header file: trigsimcert/L2GblMuon.hpp
Package containing the class used to fill the chunk read: l1l2_evt
Information taken from l1l2_evt/l2gblMuon_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 identifier |
| BaseObjects(int i) | baseObjects (int j) | int[] | identifiers of the objects used to build the L2 global object |
| Quality() | quality() | int | muon quality (1: loose, 2: medium, 3: tight) |
| Prompt() | prompt() | int | time of flight (1: loose, 2: medium, 3: tight) |
| Sign() | sign() | int | charge of the muon (0=unknown) |
| ToroidPt() | ToroidPt() | float | transverse momentum |