The L3Muons branch is a TClonesArray of L3 muon candidates.
Header file: trigsimcert/L3Muon.hpp
Package containing the class used to fill the chunk read: l3fMuonTools_results
Information taken from l3fmuo_local/L3MuoTrack.hpp, l3fMuonTools_results/L3MuonPhysicsResults.hpp and DØ Note 4091
| Accessor | Method used | ||
| Et() | get_ET() | float | transverse energy |
| DetEta() | get_detectorEta() | float | |
| Eta() | get_eta() | float | |
| Phi() | get_phi() | float | |
| E() | from Et(), Eta() | float | energy |
| Px() | from Et(), Phi() | float | |
| Py() | from Et(), Phi() | float | |
| Pz() | from Et(), Eta() | float | |
| ToolName() | l3mapIter- |
string | trigger list name of the physics tool that produced the candidate |
| Overall muon info | |||
| Region() | get_region() | int | region (0: central, 1: North |
| Octant() | get_octant() | int | position octant |
| Pt() | get_pT() | float | transverse momentum |
| Z() | get_z() | float | |
| Charge() | get_charge() | int | charge |
| Local muon info | |||
| EtaLocal() | get_etaLocal() | float | pseudorapidity in the A-layer |
| PhiLocal() | get_phiLocal() | float | azimuthal angle in the A-layer |
| PtLocal() | get_pTLocal() | float | transverse momentum of the local track |
| ZLocal() | get_zLocal() | float | |
| Quality() | get_quality() | int | quality of the local track (L3MUNONE = 0, L3MUASTUB = 1, L3MULOOSE = 2, L3MUMEDIUM = 3, L3MUTIGHT = 4) |
| From calorimeter | |||
| CalMatched() | isCalmatched() | bool | matched to a calorimeter cluster |
| CalMatchedRetval() | get_calmatchReturnInt() | int | result returned by the calorimeter match |
| MTCEtrack() | get_MTC_Etrack() | float | track energy in the calorimeter |
| MTCHfrac() | get_MTC_Hfrac() | float | fraction of hit cells of muon in the hadronic part of the calorimeter |
| From central tracker | |||
| CentralMatched() | isCentralmatched() | bool | matched to a central track |
| CentralMatchRetval() | get_centralmatchReturnInt() | int | result returned by the central match |
| ChisqCentral() | get_chisqCentral() | float | |
| EtaCentral() | get_etaCentral() | float | pseudorapidity of the central track |
| PhiCentral() | get_phiCentral() | float | azimuthal angle of the central track |
| PtCentral() | get_pTCentral() | float | transverse momentum of the central track |
| ZCentral() | get_zCentral() | float | |
| ImpactXY() | get_impactXY() | float | impact parameter of the central track |
| SignifImpactXY() | get_signifImpactXY() | float | Impact parameter significance |