ATLAS Offline Software
|
Class with isolation variables for TrigmuIso algorithm. More...
#include <IsoMuonFeature.h>
Public Types | |
enum | Kind { P4EETAPHIM, P4IPTCOTTHPHIM, P4PTETAPHIM, P4PXPYPZE, UNKNOWN } |
Public Member Functions | |
IsoMuonFeature () | |
Constructor. More... | |
~IsoMuonFeature () | |
Destructor. More... | |
IsoMuonFeature (const IsoMuonFeature *mfeature) | |
Copy pointer constructor. More... | |
IsoMuonFeature (const IsoMuonFeature &mfeature) | |
Copy reference constructor. More... | |
IsoMuonFeature & | operator= (const IsoMuonFeature &mfeature) |
Assignement operator. More... | |
void | print (void) |
Prints out cluster variables to std::cout. More... | |
void | print (MsgStream &log) |
Prints out cluster variables to MsgStream. More... | |
double | pt (void) const |
transverse momentum More... | |
double | ptq (void) const |
double | charge (void) const |
double | eta (void) const |
pseudo rapidity More... | |
double | phi (void) const |
phi in [-pi,pi[ More... | |
double | m (void) const |
mass More... | |
void | setCaloInfos (float e01, float e02, float e03, float e04) |
Set calorimetric infos. More... | |
void | setTrackInfos (float p01, float p02, float p03, float p04, float pmu, float pmax) |
Set Tracks infos. More... | |
void | setRoiMu (int id, float pt, float eta, float phi, int fl) |
Set Muon Roi. More... | |
void | setRoiMu (int id, float pt, float eta, float phi, float charge, int fl) |
float | getsumet01 () const |
Get Transverse Energy sum in cone. More... | |
float | getsumet02 () const |
float | getsumet03 () const |
float | getsumet04 () const |
float | getsumpt01 () const |
Get Transverse Pt sum in cone. More... | |
float | getsumpt02 () const |
float | getsumpt03 () const |
float | getsumpt04 () const |
float | getPtMuID () const |
Get Pt of charged track associated to muon. More... | |
float | getMaxPtID () const |
Get Pt of max pt ID track in cone (muon excluded) More... | |
int | getFlag () const |
int | iso_strategy (void) const |
Get Isolation strategy (1->CombinedMuon seeded, 2->muFast Muon seeded, 3->L1 muon seeded) More... | |
int | iso_errorFlag (void) const |
Get Error Flag. More... | |
int | getRoiIdMu () const |
Get Muon RoI Id. More... | |
float | getPtMu () const |
Get Muon Pt. More... | |
float | getQMu () const |
Get Muon Q. More... | |
float | getEtaMu () const |
Get Muon Eta. More... | |
float | getPhiMu () const |
Get Muon Phi. More... | |
float | getEtInnerConeEC () const |
float | getEtOuterConeEC () const |
float | getEtInnerConeHC () const |
float | getEtOuterConeHC () const |
int | getNTracksCone () const |
float | getSumPtTracksCone () const |
float | getPtMuTracksCone () const |
float | getLArWeight () const |
float | getTileWeight () const |
virtual double | px () const |
x component of momentum More... | |
virtual double | py () const |
y component of momentum More... | |
virtual double | pz () const |
z component of momentum More... | |
virtual double | e () const |
energy More... | |
virtual double | p () const |
magnitude of 3-momentum. More... | |
virtual double | p2 () const |
square of momentum magnitude More... | |
virtual double | m2 () const |
mass squared More... | |
virtual double | et () const |
transverse energy defined to be e*sin(theta) More... | |
virtual double | iPt () const |
inverse of transverse momentum More... | |
virtual double | rapidity () const |
rapidity More... | |
virtual double | cosPhi () const |
cosinus phi More... | |
virtual double | sinPhi () const |
sinus phi More... | |
virtual double | cotTh () const |
cottan theta More... | |
virtual double | cosTh () const |
cosinus theta More... | |
virtual double | sinTh () const |
sinus theta More... | |
virtual double | tanTh () const |
tan theta More... | |
virtual CLHEP::HepLorentzVector | hlv () const |
HepLorentzVector Special implementation from Frank Paige : if negative energy, points in opposite direction but eta and phi still the same More... | |
virtual const I4MomentumError * | errors () const |
Access to errors, if available; returns 0 if no errors. More... | |
virtual void | set4Mom (const I4Momentum &theI4Mom) |
set all 4-mom from another I4Momentum reference DUMMY IMPLEMENTATION More... | |
virtual void | set4Mom (const I4Momentum *const theI4Mom) |
set all 4-mom from another I4Momentum pointer DUMMY IMPLEMENTATION More... | |
virtual void | set4Mom (const CLHEP::HepLorentzVector &theHlv) |
set all 4-mom from a CLHEP HepLorentzVector DUMMY IMPLEMENTATION More... | |
I4Momentum::Kind | kind () const |
tells what kind of P4XYZT this is More... | |
virtual std::ostream & | dump (std::ostream &out) const |
Print I4Momentum content. More... | |
virtual void | fillToken (INavigationToken &) const |
virtual void | fillToken (INavigationToken &, const std::any &) const |
virtual AthenaBarCode_t | getAthenaBarCode () const |
virtual void | setAthenaBarCode (AthenaBarCode_t) |
virtual bool | hasSameAthenaBarCode (const IAthenaBarCode &) const |
virtual bool | hasSameAthenaBarCodeExceptVersion (const IAthenaBarCode &) const |
virtual AthenaBarCodeVersion_t | getVersion () const |
virtual void | newVersion () |
virtual void | setVersion (AthenaBarCodeVersion_t) |
Static Public Attributes | |
static const AthenaBarCode_t | UNDEFINEDBARCODE = (AthenaBarCode_t)(-1) |
static const AthenaBarCode_t | UNDEFINEDVERSION = UNDEFINEDBARCODE |
Private Attributes | |
float | m_sumet01 |
Calo based isolation. More... | |
float | m_sumet02 |
float | m_sumet03 |
float | m_sumet04 |
float | m_sumpt01 |
Track based isolation. More... | |
float | m_sumpt02 |
float | m_sumpt03 |
float | m_sumpt04 |
float | m_PtMuID |
Pt of charged track associated to the muon. More... | |
float | m_MaxPtID |
pt of highest pt track in cone (excluded the one associated to the muon) More... | |
int | m_flag |
int | m_RoiIdMu |
ROI ID. More... | |
float | m_PtMu |
Muon Pt. More... | |
float | m_QMu |
Muon Charge. More... | |
float | m_EtaMu |
Muon Eta. More... | |
float | m_PhiMu |
Muon Phi. More... | |
float | m_EtInnerConeEC |
float | m_EtOuterConeEC |
float | m_EtInnerConeHC |
float | m_EtOuterConeHC |
int | m_NTracksCone |
float | m_SumPtTracksCone |
float | m_PtMuTracksCone |
float | m_LAr_w |
float | m_Tile_w |
Friends | |
class | IsoMuonFeatureCnv_p1 |
class | IsoMuonFeatureCnv_p2 |
class | IsoMuonFeatureCnv_p3 |
Class with isolation variables for TrigmuIso algorithm.
Includes infos from calorimeters and inner tracker.
Definition at line 39 of file IsoMuonFeature.h.
|
inherited |
Enumerator | |
---|---|
P4EETAPHIM | |
P4IPTCOTTHPHIM | |
P4PTETAPHIM | |
P4PXPYPZE | |
UNKNOWN |
Definition at line 33 of file I4Momentum.h.
IsoMuonFeature::IsoMuonFeature | ( | ) |
IsoMuonFeature::~IsoMuonFeature | ( | ) |
IsoMuonFeature::IsoMuonFeature | ( | const IsoMuonFeature * | mfeature | ) |
IsoMuonFeature::IsoMuonFeature | ( | const IsoMuonFeature & | mfeature | ) |
|
inline |
Definition at line 67 of file IsoMuonFeature.h.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
Print I4Momentum
content.
Implements I4Momentum.
Definition at line 147 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
|
virtualinherited |
Access to errors, if available; returns 0 if no errors.
Implements I4Momentum.
Reimplemented in P4PtEtaPhiM.
Definition at line 162 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
transverse energy defined to be e*sin(theta)
Implements I4Momentum.
Definition at line 101 of file P4PtEtaPhiMBase.cxx.
|
inlinevirtual |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in Rec::TrackParticle, Analysis::ParticleShallowClone, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, and AthenaBarCodeBase.
Definition at line 67 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
inline |
|
inline |
Definition at line 146 of file IsoMuonFeature.h.
|
inline |
Definition at line 148 of file IsoMuonFeature.h.
|
inline |
Definition at line 147 of file IsoMuonFeature.h.
|
inline |
Definition at line 149 of file IsoMuonFeature.h.
|
inline |
Definition at line 127 of file IsoMuonFeature.h.
|
inline |
Definition at line 153 of file IsoMuonFeature.h.
|
inline |
|
inline |
Definition at line 150 of file IsoMuonFeature.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 152 of file IsoMuonFeature.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 112 of file IsoMuonFeature.h.
|
inline |
Definition at line 113 of file IsoMuonFeature.h.
|
inline |
Definition at line 114 of file IsoMuonFeature.h.
|
inline |
|
inline |
Definition at line 118 of file IsoMuonFeature.h.
|
inline |
Definition at line 119 of file IsoMuonFeature.h.
|
inline |
Definition at line 120 of file IsoMuonFeature.h.
|
inline |
Definition at line 151 of file IsoMuonFeature.h.
|
inline |
Definition at line 154 of file IsoMuonFeature.h.
|
inlinevirtualinherited |
Reimplemented in Analysis::ParticleShallowClone, Rec::TrackParticle, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, and AthenaBarCodeBase.
Definition at line 85 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
inlinevirtualinherited |
Reimplemented in AthenaBarCodeBase, Rec::TrackParticle, Analysis::ParticleShallowClone, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, and ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >.
Definition at line 77 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
inlinevirtualinherited |
Reimplemented in AthenaBarCodeBase, Rec::TrackParticle, Analysis::ParticleShallowClone, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, and ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >.
Definition at line 81 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
virtualinherited |
HepLorentzVector Special implementation from Frank Paige : if negative energy, points in opposite direction but eta and phi still the same
Implements I4Momentum.
Definition at line 128 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
inverse of transverse momentum
Implements I4Momentum.
Definition at line 106 of file P4PtEtaPhiMBase.cxx.
int IsoMuonFeature::iso_errorFlag | ( | void | ) | const |
int IsoMuonFeature::iso_strategy | ( | void | ) | const |
Get Isolation strategy (1->CombinedMuon seeded, 2->muFast Muon seeded, 3->L1 muon seeded)
Definition at line 82 of file IsoMuonFeature.cxx.
|
inlinevirtualinherited |
tells what kind of P4XYZT this is
Implements I4Momentum.
Definition at line 64 of file P4PtEtaPhiMBase.h.
|
inlinevirtual |
|
virtualinherited |
|
inlinevirtualinherited |
Reimplemented in Rec::TrackParticle, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >, and AthenaBarCodeBase.
Definition at line 89 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
IsoMuonFeature & IsoMuonFeature::operator= | ( | const IsoMuonFeature & | mfeature | ) |
|
virtualinherited |
magnitude of 3-momentum.
Special implementation from Frank Paige : if negative energy p is negative but eta and phi still the same.
Implements I4Momentum.
Definition at line 27 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
square of momentum magnitude
Implements I4Momentum.
Definition at line 40 of file P4PtEtaPhiMBase.cxx.
|
inlinevirtual |
void IsoMuonFeature::print | ( | MsgStream & | log | ) |
void IsoMuonFeature::print | ( | void | ) |
|
inlinevirtual |
|
inline |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
set all 4-mom from a CLHEP HepLorentzVector DUMMY IMPLEMENTATION
Implements I4Momentum.
Reimplemented in P4PtEtaPhiM.
Definition at line 180 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
set all 4-mom from another I4Momentum reference DUMMY IMPLEMENTATION
Implements I4Momentum.
Reimplemented in P4PtEtaPhiM.
Definition at line 167 of file P4PtEtaPhiMBase.cxx.
|
virtualinherited |
set all 4-mom from another I4Momentum pointer DUMMY IMPLEMENTATION
Implements I4Momentum.
Reimplemented in P4PtEtaPhiM.
Definition at line 173 of file P4PtEtaPhiMBase.cxx.
|
inlinevirtualinherited |
Reimplemented in Rec::TrackParticle, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >, and AthenaBarCodeBase.
Definition at line 71 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtualinherited |
Reimplemented in Rec::TrackParticle, ParticleSigStateImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleSigStateImpl< Navigable< INavigable4MomentumCollection, double >, P4ImplPxPyPzE >, ParticleSigStateImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< INavigable_t, I4Momentum_t, IParticle_t >, ParticleImpl< NavigableTerminalNode, P4ImplEEtaPhiM, ParticleEvent::Base >, ParticleImpl< TruthParticleNavigation, TruthParticleMomentum, TruthParticleBase >, ParticleImpl< CompositeParticleNavigation, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4PtEtaPhiM >, ParticleImpl< ::Analysis::TauJetNavigation, ::P4ImplEEtaPhiM >, ParticleImpl< Navigable< DataVector< INavigable4Momentum >, double, std::vector< std::pair< ElementLink< DataVector< INavigable4Momentum > >, double > > >, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< egammaNavigation, P4ImplEEtaPhiM >, ParticleImpl< ::Analysis::MuonNavigation, ::P4ImplIPtCotThPhiM >, ParticleImpl< NavigableTerminalNode, P4ImplPxPyPzE, ParticleEvent::Base >, ParticleImpl< NavigableTerminalNode, P4ImplIPtCotThPhiM, ParticleEvent::Base >, ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE >, and AthenaBarCodeBase.
Definition at line 93 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
friend |
Definition at line 157 of file IsoMuonFeature.h.
|
friend |
Definition at line 158 of file IsoMuonFeature.h.
|
friend |
Definition at line 159 of file IsoMuonFeature.h.
|
private |
Muon Eta.
Definition at line 188 of file IsoMuonFeature.h.
|
private |
Definition at line 193 of file IsoMuonFeature.h.
|
private |
Definition at line 195 of file IsoMuonFeature.h.
|
private |
Definition at line 194 of file IsoMuonFeature.h.
|
private |
Definition at line 196 of file IsoMuonFeature.h.
|
private |
Definition at line 178 of file IsoMuonFeature.h.
|
private |
Definition at line 200 of file IsoMuonFeature.h.
|
private |
pt of highest pt track in cone (excluded the one associated to the muon)
Definition at line 176 of file IsoMuonFeature.h.
|
private |
Definition at line 197 of file IsoMuonFeature.h.
|
private |
Muon Phi.
Definition at line 190 of file IsoMuonFeature.h.
|
private |
Muon Pt.
Definition at line 184 of file IsoMuonFeature.h.
|
private |
Pt of charged track associated to the muon.
Definition at line 174 of file IsoMuonFeature.h.
|
private |
Definition at line 199 of file IsoMuonFeature.h.
|
private |
Muon Charge.
Definition at line 186 of file IsoMuonFeature.h.
|
private |
ROI ID.
Definition at line 182 of file IsoMuonFeature.h.
|
private |
Calo based isolation.
Definition at line 162 of file IsoMuonFeature.h.
|
private |
Definition at line 163 of file IsoMuonFeature.h.
|
private |
Definition at line 164 of file IsoMuonFeature.h.
|
private |
Definition at line 165 of file IsoMuonFeature.h.
|
private |
Track based isolation.
Definition at line 168 of file IsoMuonFeature.h.
|
private |
Definition at line 169 of file IsoMuonFeature.h.
|
private |
Definition at line 170 of file IsoMuonFeature.h.
|
private |
Definition at line 171 of file IsoMuonFeature.h.
|
private |
Definition at line 198 of file IsoMuonFeature.h.
|
private |
Definition at line 201 of file IsoMuonFeature.h.
|
staticinherited |
Definition at line 52 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
staticinherited |
Definition at line 53 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.