|
ATLAS Offline Software
|
Go to the documentation of this file.
11 m_oHLTriggerPlots(this,
"/",
"HLT Muons")
28 L2SAinMuons->setStore( L2SAinMuonsAux );
31 if (L2SAmu.
pt()>0.) myL2SA->
setP4(L2SAmu.
pt()*1000.,L2SAmu.
eta(),L2SAmu.
phi());
32 if (L2SAmu.
pt()<0.) myL2SA->
setP4(L2SAmu.
pt()*(-1000.),L2SAmu.
eta(),L2SAmu.
phi());
36 delete L2SAinMuonsAux;
void fill(const xAOD::IParticle &prt, float weight=1.0)
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".
Class describing standalone muons reconstructed in the LVL2 trigger.
void setP4(double pt, double eta, double phi)
Set method for IParticle values.
void fill(const xAOD::Muon &Trigmu)
virtual double eta() const
The pseudorapidity ( ) of the particle.
Class describing combined muon reconstructed in the LVL2 trigger.
Temporary container used until we have I/O for AuxStoreInternal.
Muon_v1 Muon
Reference the current persistent version:
Trk::ParamPlots m_oHLTriggerPlots
Class describing isolation info for muons reconstructed in the LVL2 trigger.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
virtual double phi() const
The azimuthal angle ( ) of the particle.
virtual double pt() const
The transverse momentum ( ) of the particle.
MuonAuxContainer_v5 MuonAuxContainer
Definition of the current Muon auxiliary container.
HLTriggerMuonPlots(PlotBase *pParent, const std::string &sDir)