ATLAS Offline Software
Public Types | Public Member Functions | Static Public Attributes | Private Attributes | Friends | List of all members
IsoMuonFeature Class Reference

Class with isolation variables for TrigmuIso algorithm. More...

#include <IsoMuonFeature.h>

Inheritance diagram for IsoMuonFeature:
Collaboration diagram for IsoMuonFeature:

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...
 
IsoMuonFeatureoperator= (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 I4MomentumErrorerrors () 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
 

Detailed Description

Class with isolation variables for TrigmuIso algorithm.

Includes infos from calorimeters and inner tracker.

Definition at line 39 of file IsoMuonFeature.h.

Member Enumeration Documentation

◆ Kind

enum I4Momentum::Kind
inherited
Enumerator
P4EETAPHIM 
P4IPTCOTTHPHIM 
P4PTETAPHIM 
P4PXPYPZE 
UNKNOWN 

Definition at line 33 of file I4Momentum.h.

Constructor & Destructor Documentation

◆ IsoMuonFeature() [1/3]

IsoMuonFeature::IsoMuonFeature ( )

Constructor.

Definition at line 29 of file IsoMuonFeature.cxx.

30  m_sumet01(0.0),
31  m_sumet02(0.0),
32  m_sumet03(0.0),
33  m_sumet04(0.0),
34  m_sumpt01(0.0),
35  m_sumpt02(0.0),
36  m_sumpt03(0.0),
37  m_sumpt04(0.0),
38  m_PtMuID(0.0),
39  m_MaxPtID(0.0),
40  m_flag(0),
41  m_RoiIdMu(0),
42  m_PtMu(0.0),
43  m_QMu(0.0),
44  m_EtaMu(0.0),
45  m_PhiMu(0.0),
46  m_EtInnerConeEC(0.0),
47  m_EtOuterConeEC(0.0),
48  m_EtInnerConeHC(0.0),
49  m_EtOuterConeHC(0.0),
50  m_NTracksCone(0),
51  m_SumPtTracksCone(0.0),
52  m_PtMuTracksCone(0.0),
53  m_LAr_w(0.0),
54  m_Tile_w(0.0) {}

◆ ~IsoMuonFeature()

IsoMuonFeature::~IsoMuonFeature ( )

Destructor.

Definition at line 56 of file IsoMuonFeature.cxx.

56 {}

◆ IsoMuonFeature() [2/3]

IsoMuonFeature::IsoMuonFeature ( const IsoMuonFeature mfeature)

Copy pointer constructor.

Definition at line 98 of file IsoMuonFeature.cxx.

98  :
99  I4Momentum( *feat ),
100  INavigable( *feat ),
101  INavigable4Momentum( *feat ),
102  P4PtEtaPhiMBase ( *feat ),
104  m_sumet01 ( feat->getsumet01() ),
105  m_sumet02 ( feat->getsumet02() ),
106  m_sumet03 ( feat->getsumet03() ),
107  m_sumet04 ( feat->getsumet04() ),
108  m_sumpt01 ( feat->getsumpt01() ),
109  m_sumpt02 ( feat->getsumpt02() ),
110  m_sumpt03 ( feat->getsumpt03() ),
111  m_sumpt04 ( feat->getsumpt04() ),
112  m_PtMuID ( feat->getPtMuID() ),
113  m_MaxPtID ( feat->getMaxPtID() ),
114  m_flag ( feat->getFlag() ),
115  m_RoiIdMu ( feat->getRoiIdMu() ),
116  m_PtMu ( feat->pt() ),
117  m_QMu ( feat->getQMu() ),
118  m_EtaMu ( feat->getEtaMu() ),
119  m_PhiMu ( feat->getPhiMu() ) {}

◆ IsoMuonFeature() [3/3]

IsoMuonFeature::IsoMuonFeature ( const IsoMuonFeature mfeature)

Copy reference constructor.

Definition at line 121 of file IsoMuonFeature.cxx.

121  :
122  I4Momentum( feat ),
123  INavigable( feat ),
124  IAthenaBarCode( feat ),
125  INavigable4Momentum( feat ),
126  P4PtEtaPhiMBase ( feat ),
128  m_sumet01 ( feat.getsumet01() ),
129  m_sumet02 ( feat.getsumet02() ),
130  m_sumet03 ( feat.getsumet03() ),
131  m_sumet04 ( feat.getsumet04() ),
132  m_sumpt01 ( feat.getsumpt01() ),
133  m_sumpt02 ( feat.getsumpt02() ),
134  m_sumpt03 ( feat.getsumpt03() ),
135  m_sumpt04 ( feat.getsumpt04() ),
136  m_PtMuID ( feat.getPtMuID() ),
137  m_MaxPtID ( feat.getMaxPtID() ),
138  m_flag ( feat.getFlag() ),
139  m_RoiIdMu ( feat.getRoiIdMu() ),
140  m_PtMu ( feat.pt() ),
141  m_QMu ( feat.getQMu() ),
142  m_EtaMu ( feat.getEtaMu() ),
143  m_PhiMu ( feat.getPhiMu() ) {}

Member Function Documentation

◆ charge()

double IsoMuonFeature::charge ( void  ) const
inline

Definition at line 67 of file IsoMuonFeature.h.

67 {return fabs(m_QMu)>0?m_QMu:(m_PtMu>0?1.0:-1.0); }

◆ cosPhi()

double P4PtEtaPhiMBase::cosPhi ( ) const
virtualinherited

cosinus phi

Implements I4Momentum.

Definition at line 55 of file P4PtEtaPhiMBase.cxx.

56 {
57  return std::cos(this->phi());
58 }

◆ cosTh()

double P4PtEtaPhiMBase::cosTh ( ) const
virtualinherited

cosinus theta

Implements I4Momentum.

Definition at line 70 of file P4PtEtaPhiMBase.cxx.

71 {
72  return std::tanh(this->eta());
73 }

◆ cotTh()

double P4PtEtaPhiMBase::cotTh ( ) const
virtualinherited

cottan theta

Implements I4Momentum.

Definition at line 65 of file P4PtEtaPhiMBase.cxx.

66 {
67  return std::sinh(this->eta());
68 }

◆ dump()

std::ostream & P4PtEtaPhiMBase::dump ( std::ostream &  out) const
virtualinherited

Print I4Momentum content.

Implements I4Momentum.

Definition at line 147 of file P4PtEtaPhiMBase.cxx.

148 {
149  std::stringstream outx;
150  outx << "[pt,eta,phi,m] ="
151  << std::right << std::scientific << std::setprecision(8)
152  << std::setw(16) << this->pt()
153  << std::setw(16) << this->eta()
154  << std::setw(16) << this->phi()
155  << std::setw(16) << this->m();
156  out<<outx.str();
157 
158  return out;
159 
160 }

◆ e()

double P4PtEtaPhiMBase::e ( ) const
virtualinherited

energy

Implements I4Momentum.

Definition at line 13 of file P4PtEtaPhiMBase.cxx.

14 {
15  const double theMass = this->m();
16  const double thePt = this->pt();
17  const double thePz = this->pz();
18 
19  //DR from Frank Paige
20  // if negative pt point in the opposite direction
21  // BUT eta and phi still the same !!!
22 
23  double eSign = (thePt >= 0.) ? +1. : -1.;
24  return eSign*std::sqrt(thePt*thePt + thePz*thePz + theMass*theMass);
25 }

◆ errors()

const I4MomentumError * P4PtEtaPhiMBase::errors ( ) const
virtualinherited

Access to errors, if available; returns 0 if no errors.

Implements I4Momentum.

Reimplemented in P4PtEtaPhiM.

Definition at line 162 of file P4PtEtaPhiMBase.cxx.

163 {
164  return 0;
165 }

◆ et()

double P4PtEtaPhiMBase::et ( ) const
virtualinherited

transverse energy defined to be e*sin(theta)

Implements I4Momentum.

Definition at line 101 of file P4PtEtaPhiMBase.cxx.

102  {
103  return this->e()*this->sinTh();
104  }

◆ eta()

double IsoMuonFeature::eta ( void  ) const
inlinevirtual

pseudo rapidity

Implements I4Momentum.

Definition at line 68 of file IsoMuonFeature.h.

68 {return m_EtaMu; }

◆ fillToken() [1/2]

virtual void NavigableTerminalNode::fillToken ( INavigationToken ) const
inlinevirtualinherited

Implements INavigable.

Definition at line 31 of file NavigableTerminalNode.h.

31 { };

◆ fillToken() [2/2]

virtual void NavigableTerminalNode::fillToken ( INavigationToken ,
const std::any &   
) const
inlinevirtualinherited

Implements INavigable.

Definition at line 32 of file NavigableTerminalNode.h.

32 { };

◆ getAthenaBarCode()

virtual AthenaBarCode_t IAthenaBarCode::getAthenaBarCode ( ) const
inlinevirtualinherited

◆ getEtaMu()

float IsoMuonFeature::getEtaMu ( ) const
inline

Get Muon Eta.

Definition at line 141 of file IsoMuonFeature.h.

141 { return m_EtaMu; };

◆ getEtInnerConeEC()

float IsoMuonFeature::getEtInnerConeEC ( ) const
inline

Definition at line 146 of file IsoMuonFeature.h.

146 { return fabs(m_EtInnerConeEC)>0?m_EtInnerConeEC:0.0; };

◆ getEtInnerConeHC()

float IsoMuonFeature::getEtInnerConeHC ( ) const
inline

Definition at line 148 of file IsoMuonFeature.h.

148 { return fabs(m_EtInnerConeHC)>0?m_EtInnerConeHC:0.0; };

◆ getEtOuterConeEC()

float IsoMuonFeature::getEtOuterConeEC ( ) const
inline

Definition at line 147 of file IsoMuonFeature.h.

147 { return fabs(m_EtOuterConeEC)>0?m_EtOuterConeEC:m_sumet02; };

◆ getEtOuterConeHC()

float IsoMuonFeature::getEtOuterConeHC ( ) const
inline

Definition at line 149 of file IsoMuonFeature.h.

149 { return fabs(m_EtOuterConeHC)>0?m_EtOuterConeHC:0.0; };

◆ getFlag()

int IsoMuonFeature::getFlag ( ) const
inline

Definition at line 127 of file IsoMuonFeature.h.

127 { return m_flag; };

◆ getLArWeight()

float IsoMuonFeature::getLArWeight ( ) const
inline

Definition at line 153 of file IsoMuonFeature.h.

153 { return m_LAr_w; }

◆ getMaxPtID()

float IsoMuonFeature::getMaxPtID ( ) const
inline

Get Pt of max pt ID track in cone (muon excluded)

Definition at line 125 of file IsoMuonFeature.h.

125 { return m_MaxPtID; };

◆ getNTracksCone()

int IsoMuonFeature::getNTracksCone ( ) const
inline

Definition at line 150 of file IsoMuonFeature.h.

150 { return m_NTracksCone>0?m_NTracksCone%100000:0; };

◆ getPhiMu()

float IsoMuonFeature::getPhiMu ( ) const
inline

Get Muon Phi.

Definition at line 143 of file IsoMuonFeature.h.

143 { return m_PhiMu; };

◆ getPtMu()

float IsoMuonFeature::getPtMu ( ) const
inline

Get Muon Pt.

Definition at line 137 of file IsoMuonFeature.h.

137 { return fabs(m_QMu)>0?m_PtMu*m_QMu:m_PtMu; };

◆ getPtMuID()

float IsoMuonFeature::getPtMuID ( ) const
inline

Get Pt of charged track associated to muon.

Definition at line 123 of file IsoMuonFeature.h.

◆ getPtMuTracksCone()

float IsoMuonFeature::getPtMuTracksCone ( ) const
inline

Definition at line 152 of file IsoMuonFeature.h.

◆ getQMu()

float IsoMuonFeature::getQMu ( ) const
inline

Get Muon Q.

Definition at line 139 of file IsoMuonFeature.h.

139 { return fabs(m_QMu)>0?m_QMu:(m_PtMu>0?1.0:-1.0); };

◆ getRoiIdMu()

int IsoMuonFeature::getRoiIdMu ( ) const
inline

Get Muon RoI Id.

Definition at line 135 of file IsoMuonFeature.h.

135 { return m_RoiIdMu; };

◆ getsumet01()

float IsoMuonFeature::getsumet01 ( ) const
inline

Get Transverse Energy sum in cone.

Definition at line 111 of file IsoMuonFeature.h.

◆ getsumet02()

float IsoMuonFeature::getsumet02 ( ) const
inline

◆ getsumet03()

float IsoMuonFeature::getsumet03 ( ) const
inline

◆ getsumet04()

float IsoMuonFeature::getsumet04 ( ) const
inline

◆ getsumpt01()

float IsoMuonFeature::getsumpt01 ( ) const
inline

Get Transverse Pt sum in cone.

Definition at line 117 of file IsoMuonFeature.h.

117 { return m_SumPtTracksCone>0?0.0:m_sumpt01; };

◆ getsumpt02()

float IsoMuonFeature::getsumpt02 ( ) const
inline

Definition at line 118 of file IsoMuonFeature.h.

◆ getsumpt03()

float IsoMuonFeature::getsumpt03 ( ) const
inline

Definition at line 119 of file IsoMuonFeature.h.

◆ getsumpt04()

float IsoMuonFeature::getsumpt04 ( ) const
inline

Definition at line 120 of file IsoMuonFeature.h.

◆ getSumPtTracksCone()

float IsoMuonFeature::getSumPtTracksCone ( ) const
inline

Definition at line 151 of file IsoMuonFeature.h.

◆ getTileWeight()

float IsoMuonFeature::getTileWeight ( ) const
inline

Definition at line 154 of file IsoMuonFeature.h.

154 { return m_Tile_w; }

◆ getVersion()

virtual AthenaBarCodeVersion_t IAthenaBarCode::getVersion ( ) const
inlinevirtualinherited

◆ hasSameAthenaBarCode()

virtual bool IAthenaBarCode::hasSameAthenaBarCode ( const IAthenaBarCode ) const
inlinevirtualinherited

◆ hasSameAthenaBarCodeExceptVersion()

virtual bool IAthenaBarCode::hasSameAthenaBarCodeExceptVersion ( const IAthenaBarCode ) const
inlinevirtualinherited

◆ hlv()

CLHEP::HepLorentzVector P4PtEtaPhiMBase::hlv ( ) const
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.

129 {
130  //minimize the number of calculation and dereference
131  const double theM = this->m();
132  // note that pt can have negative sign : then it points in opposite direction but eta and phi are still on the same side
133  const double thePt = this->pt();
134 
135 
136  const double thePx = thePt*this->cosPhi();
137  const double thePy = thePt*this->sinPhi();
138 
139  const double thePz = thePt*this->cotTh();
140 
141  const double theE=std::sqrt(thePt*thePt+thePz*thePz+theM*theM);
142 
143 
144  return CLHEP::HepLorentzVector( thePx, thePy, thePz, theE );
145 }

◆ iPt()

double P4PtEtaPhiMBase::iPt ( ) const
virtualinherited

inverse of transverse momentum

Implements I4Momentum.

Definition at line 106 of file P4PtEtaPhiMBase.cxx.

107  { return 1./this->pt();
108  }

◆ iso_errorFlag()

int IsoMuonFeature::iso_errorFlag ( void  ) const

Get Error Flag.

Definition at line 91 of file IsoMuonFeature.cxx.

91  {
92  int a = static_cast<int>(m_flag/10000);
93  int b = static_cast<int>(m_flag-a*10000);
94  return b;
95 }

◆ iso_strategy()

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.

82  {
83 
84  if (m_NTracksCone>0) return m_NTracksCone/100000;
85  else {
86  int a = static_cast<int>(m_flag/10000);
87  return a;
88  }
89 }

◆ kind()

I4Momentum::Kind P4PtEtaPhiMBase::kind ( ) const
inlinevirtualinherited

tells what kind of P4XYZT this is

Implements I4Momentum.

Definition at line 64 of file P4PtEtaPhiMBase.h.

64 { return I4Momentum::P4PTETAPHIM; };

◆ m()

double IsoMuonFeature::m ( void  ) const
inlinevirtual

mass

Implements I4Momentum.

Definition at line 70 of file IsoMuonFeature.h.

70 {return 105.658367;}

◆ m2()

double P4PtEtaPhiMBase::m2 ( ) const
virtualinherited

mass squared

Implements I4Momentum.

Definition at line 50 of file P4PtEtaPhiMBase.cxx.

51 { const double theM=this->m();
52  return theM*theM;
53 }

◆ newVersion()

virtual void IAthenaBarCode::newVersion ( )
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.

89  {
90  // throw std::runtime_error("IAthenaBarCode::newVersion():: can't newVersion() in the dummy implementation");
91  }

◆ operator=()

IsoMuonFeature & IsoMuonFeature::operator= ( const IsoMuonFeature mfeature)

Assignement operator.

Definition at line 60 of file IsoMuonFeature.cxx.

60  {
61  if (this != &mfeature) {
62  m_sumet01 = mfeature.getsumet01();
63  m_sumet02 = mfeature.getsumet02();
64  m_sumet03 = mfeature.getsumet03();
65  m_sumet04 = mfeature.getsumet04();
66  m_sumpt01 = mfeature.getsumpt01();
67  m_sumpt02 = mfeature.getsumpt02();
68  m_sumpt03 = mfeature.getsumpt03();
69  m_sumpt04 = mfeature.getsumpt04();
70  m_PtMuID = mfeature.getPtMuID();
71  m_MaxPtID = mfeature.getMaxPtID();
72  m_flag = mfeature.getFlag();
73  m_RoiIdMu = mfeature.getRoiIdMu();
74  m_PtMu = mfeature.pt();
75  m_QMu = mfeature.getQMu();
76  m_EtaMu = mfeature.getEtaMu();
77  m_PhiMu = mfeature.getPhiMu();
78  }
79  return *this;
80 }

◆ p()

double P4PtEtaPhiMBase::p ( ) const
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.

28 {
29  const double thePt = this->pt();
30  const double thePz = this->pz();
31 
32  //DR from Frank Paige
33  // if negative pt point in the opposite direction
34  // BUT eta and phi still the same !!!
35 
36  double eSign = (thePt >= 0.) ? +1. : -1.;
37  return eSign*std::sqrt(thePt*thePt + thePz*thePz);
38 }

◆ p2()

double P4PtEtaPhiMBase::p2 ( ) const
virtualinherited

square of momentum magnitude

Implements I4Momentum.

Definition at line 40 of file P4PtEtaPhiMBase.cxx.

41 {
42  /* This method has been implemented so as to give the same as would be obtained from pow((this->p()),2) with this->p() implemented according to Frank Paige's algorithm above. */
43 
44  const double thePt = this->pt();
45  const double thePz = this->pz();
46 
47  return thePt*thePt + thePz*thePz;
48 }

◆ phi()

double IsoMuonFeature::phi ( void  ) const
inlinevirtual

phi in [-pi,pi[

Implements I4Momentum.

Definition at line 69 of file IsoMuonFeature.h.

69 {return m_PhiMu; }

◆ print() [1/2]

void IsoMuonFeature::print ( MsgStream &  log)

Prints out cluster variables to MsgStream.

Definition at line 166 of file IsoMuonFeature.cxx.

166  {
167  log << MSG::DEBUG << "m_sumet01: " << m_sumet01 << "; ";
168  log << MSG::DEBUG << "m_sumet02: " << m_sumet02 << "; ";
169  log << MSG::DEBUG << "m_sumet03: " << m_sumet03 << "; ";
170  log << MSG::DEBUG << "m_sumet04: " << m_sumet04 << "; ";
171  log << MSG::DEBUG << "m_sumpt01: " << m_sumpt01 << "; ";
172  log << MSG::DEBUG << "m_sumpt02: " << m_sumpt02 << "; ";
173  log << MSG::DEBUG << "m_sumpt03: " << m_sumpt03 << "; ";
174  log << MSG::DEBUG << "m_sumpt04: " << m_sumpt04 << "; ";
175  log << MSG::DEBUG << "m_PtMuID: " << m_PtMuID << "; ";
176  log << MSG::DEBUG << "m_MaxPtID: " << m_MaxPtID << "; ";
177  log << MSG::DEBUG << "m_flag: " << m_flag << "; ";
178  log << MSG::DEBUG << "m_RoiIdMu: " << m_RoiIdMu << "; ";
179  log << MSG::DEBUG << "m_PtMu: " << m_PtMu << "; ";
180  log << MSG::DEBUG << "m_QMu: " << m_QMu << "; ";
181  log << MSG::DEBUG << "m_EtaMu: " << m_EtaMu << "; ";
182  log << MSG::DEBUG << "m_PhiMu: " << m_PhiMu << "; ";
183  log << endmsg;
184 }

◆ print() [2/2]

void IsoMuonFeature::print ( void  )

Prints out cluster variables to std::cout.

Definition at line 145 of file IsoMuonFeature.cxx.

145  {
146  std::cout << std::endl;
147  std::cout << "m_sumet01: " << m_sumet01 << std::endl;
148  std::cout << "m_sumet02: " << m_sumet02 << std::endl;
149  std::cout << "m_sumet03: " << m_sumet03 << std::endl;
150  std::cout << "m_sumet04: " << m_sumet04 << std::endl;
151  std::cout << "m_sumpt01: " << m_sumpt01 << std::endl;
152  std::cout << "m_sumpt02: " << m_sumpt02 << std::endl;
153  std::cout << "m_sumpt03: " << m_sumpt03 << std::endl;
154  std::cout << "m_sumpt04: " << m_sumpt04 << std::endl;
155  std::cout << "m_PtMuID: " << m_PtMuID << std::endl;
156  std::cout << "m_MaxPtID: " << m_MaxPtID << std::endl;
157  std::cout << "m_flag: " << m_flag << std::endl;
158  std::cout << "m_RoiIdMu: " << m_RoiIdMu << std::endl;
159  std::cout << "m_PtMu: " << m_PtMu << std::endl;
160  std::cout << "m_QMu: " << m_QMu << std::endl;
161  std::cout << "m_EtaMu: " << m_EtaMu << std::endl;
162  std::cout << "m_PhiMu: " << m_PhiMu << std::endl;
163  std::cout << std::endl;
164 }

◆ pt()

double IsoMuonFeature::pt ( void  ) const
inlinevirtual

transverse momentum

Implements I4Momentum.

Definition at line 65 of file IsoMuonFeature.h.

65 {return fabs(m_PtMu); }

◆ ptq()

double IsoMuonFeature::ptq ( void  ) const
inline

Definition at line 66 of file IsoMuonFeature.h.

66 {return fabs(m_QMu)>0?m_PtMu*m_QMu:m_PtMu; }

◆ px()

double P4PtEtaPhiMBase::px ( ) const
virtualinherited

x component of momentum

Implements I4Momentum.

Definition at line 117 of file P4PtEtaPhiMBase.cxx.

118  { return this->pt()*this->cosPhi();
119  }

◆ py()

double P4PtEtaPhiMBase::py ( ) const
virtualinherited

y component of momentum

Implements I4Momentum.

Definition at line 121 of file P4PtEtaPhiMBase.cxx.

122  { return this->pt()*this->sinPhi();
123  }

◆ pz()

double P4PtEtaPhiMBase::pz ( ) const
virtualinherited

z component of momentum

Implements I4Momentum.

Definition at line 125 of file P4PtEtaPhiMBase.cxx.

126 { return this->pt()*this->cotTh(); }

◆ rapidity()

double P4PtEtaPhiMBase::rapidity ( ) const
virtualinherited

rapidity

Implements I4Momentum.

Definition at line 110 of file P4PtEtaPhiMBase.cxx.

111  {
112  const double theE=this->e();
113  const double thePz=this->pz();
114  return 0.5*std::log((theE+thePz)/(theE-thePz));
115  }

◆ set4Mom() [1/3]

void P4PtEtaPhiMBase::set4Mom ( const CLHEP::HepLorentzVector &  theHlv)
virtualinherited

set all 4-mom from a CLHEP HepLorentzVector DUMMY IMPLEMENTATION

Implements I4Momentum.

Reimplemented in P4PtEtaPhiM.

Definition at line 180 of file P4PtEtaPhiMBase.cxx.

181 {
182  std::cout << "FATAL ERROR dummy P4PtEtaPhiMBase::set4Mom called " << std::endl ;
183  std::abort();
184 }

◆ set4Mom() [2/3]

void P4PtEtaPhiMBase::set4Mom ( const I4Momentum theI4Mom)
virtualinherited

set all 4-mom from another I4Momentum reference DUMMY IMPLEMENTATION

Implements I4Momentum.

Reimplemented in P4PtEtaPhiM.

Definition at line 167 of file P4PtEtaPhiMBase.cxx.

168 {
169  std::cout << "FATAL ERROR dummy P4PtEtaPhiMBase::set4Mom called " << std::endl ;
170  std::abort();
171 }

◆ set4Mom() [3/3]

void P4PtEtaPhiMBase::set4Mom ( const I4Momentum *const  theI4Mom)
virtualinherited

set all 4-mom from another I4Momentum pointer DUMMY IMPLEMENTATION

Implements I4Momentum.

Reimplemented in P4PtEtaPhiM.

Definition at line 173 of file P4PtEtaPhiMBase.cxx.

174 {
175  std::cout << "FATAL ERROR dummy P4PtEtaPhiMBase::set4Mom called " << std::endl; ;
176  std::abort();
177 
178 }

◆ setAthenaBarCode()

virtual void IAthenaBarCode::setAthenaBarCode ( AthenaBarCode_t  )
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.

71  {
72  // throw std::runtime_error("IAthenaBarCode::setAthenaBarCode():: can't set AthenaBarCode in the dummy implementation");
73  }

◆ setCaloInfos()

void IsoMuonFeature::setCaloInfos ( float  e01,
float  e02,
float  e03,
float  e04 
)
inline

Set calorimetric infos.

Definition at line 74 of file IsoMuonFeature.h.

74  {
75  m_sumet01 = e01;
76  m_sumet02 = e02;
77  m_sumet03 = e03;
78  m_sumet04 = e04;
79  };

◆ setRoiMu() [1/2]

void IsoMuonFeature::setRoiMu ( int  id,
float  pt,
float  eta,
float  phi,
float  charge,
int  fl 
)
inline

Definition at line 100 of file IsoMuonFeature.h.

100  {
101  m_RoiIdMu = id;
102  m_PtMu = fabs(pt);
103  m_QMu = charge;
104  m_EtaMu = eta;
105  m_PhiMu = phi;
106  m_flag = fl;
107  };

◆ setRoiMu() [2/2]

void IsoMuonFeature::setRoiMu ( int  id,
float  pt,
float  eta,
float  phi,
int  fl 
)
inline

Set Muon Roi.

Definition at line 90 of file IsoMuonFeature.h.

90  {
91  m_RoiIdMu = id;
92  m_PtMu = fabs(pt);
93  if (pt > 0) m_QMu = 1.0;
94  else if (pt < 0) m_QMu = -1.0;
95  else m_QMu = 0.0;
96  m_EtaMu = eta;
97  m_PhiMu = phi;
98  m_flag = fl;
99  };

◆ setTrackInfos()

void IsoMuonFeature::setTrackInfos ( float  p01,
float  p02,
float  p03,
float  p04,
float  pmu,
float  pmax 
)
inline

Set Tracks infos.

Definition at line 81 of file IsoMuonFeature.h.

81  {
82  m_sumpt01 = p01;
83  m_sumpt02 = p02;
84  m_sumpt03 = p03;
85  m_sumpt04 = p04;
86  m_PtMuID = pmu;
87  m_MaxPtID = pmax;
88  };

◆ setVersion()

virtual void IAthenaBarCode::setVersion ( AthenaBarCodeVersion_t  )
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.

93  {
94  // throw std::runtime_error("IAthenaBarCode::setVersion():: can't setVersion() in the dummy implementation");
95  }

◆ sinPhi()

double P4PtEtaPhiMBase::sinPhi ( ) const
virtualinherited

sinus phi

Implements I4Momentum.

Definition at line 60 of file P4PtEtaPhiMBase.cxx.

61 {
62  return std::sin(this->phi());
63 }

◆ sinTh()

double P4PtEtaPhiMBase::sinTh ( ) const
virtualinherited

sinus theta

Implements I4Momentum.

Definition at line 75 of file P4PtEtaPhiMBase.cxx.

76 {
77  // avoid numeric overflow if very large eta
78 
79  double aEta=std::abs(this->eta());
80  if ( aEta>710) {
81  aEta=710;
82  }
83 
84  return 1./std::cosh(aEta);
85 }

◆ tanTh()

double P4PtEtaPhiMBase::tanTh ( ) const
virtualinherited

tan theta

Implements I4Momentum.

Definition at line 87 of file P4PtEtaPhiMBase.cxx.

88 {
89  // avoid numeric overflow if very large eta
90 
91  double theEta=this->eta();
92  if ( std::abs(theEta)>710) {
93  theEta=theEta>0 ? 710 : -710;
94  return 1./std::sinh(theEta);
95  }
96 
97  return 1./std::sinh(this->eta());
98 }

Friends And Related Function Documentation

◆ IsoMuonFeatureCnv_p1

friend class IsoMuonFeatureCnv_p1
friend

Definition at line 157 of file IsoMuonFeature.h.

◆ IsoMuonFeatureCnv_p2

friend class IsoMuonFeatureCnv_p2
friend

Definition at line 158 of file IsoMuonFeature.h.

◆ IsoMuonFeatureCnv_p3

friend class IsoMuonFeatureCnv_p3
friend

Definition at line 159 of file IsoMuonFeature.h.

Member Data Documentation

◆ m_EtaMu

float IsoMuonFeature::m_EtaMu
private

Muon Eta.

Definition at line 188 of file IsoMuonFeature.h.

◆ m_EtInnerConeEC

float IsoMuonFeature::m_EtInnerConeEC
private

Definition at line 193 of file IsoMuonFeature.h.

◆ m_EtInnerConeHC

float IsoMuonFeature::m_EtInnerConeHC
private

Definition at line 195 of file IsoMuonFeature.h.

◆ m_EtOuterConeEC

float IsoMuonFeature::m_EtOuterConeEC
private

Definition at line 194 of file IsoMuonFeature.h.

◆ m_EtOuterConeHC

float IsoMuonFeature::m_EtOuterConeHC
private

Definition at line 196 of file IsoMuonFeature.h.

◆ m_flag

int IsoMuonFeature::m_flag
private

Definition at line 178 of file IsoMuonFeature.h.

◆ m_LAr_w

float IsoMuonFeature::m_LAr_w
private

Definition at line 200 of file IsoMuonFeature.h.

◆ m_MaxPtID

float IsoMuonFeature::m_MaxPtID
private

pt of highest pt track in cone (excluded the one associated to the muon)

Definition at line 176 of file IsoMuonFeature.h.

◆ m_NTracksCone

int IsoMuonFeature::m_NTracksCone
private

Definition at line 197 of file IsoMuonFeature.h.

◆ m_PhiMu

float IsoMuonFeature::m_PhiMu
private

Muon Phi.

Definition at line 190 of file IsoMuonFeature.h.

◆ m_PtMu

float IsoMuonFeature::m_PtMu
private

Muon Pt.

Definition at line 184 of file IsoMuonFeature.h.

◆ m_PtMuID

float IsoMuonFeature::m_PtMuID
private

Pt of charged track associated to the muon.

Definition at line 174 of file IsoMuonFeature.h.

◆ m_PtMuTracksCone

float IsoMuonFeature::m_PtMuTracksCone
private

Definition at line 199 of file IsoMuonFeature.h.

◆ m_QMu

float IsoMuonFeature::m_QMu
private

Muon Charge.

Definition at line 186 of file IsoMuonFeature.h.

◆ m_RoiIdMu

int IsoMuonFeature::m_RoiIdMu
private

ROI ID.

Definition at line 182 of file IsoMuonFeature.h.

◆ m_sumet01

float IsoMuonFeature::m_sumet01
private

Calo based isolation.

Definition at line 162 of file IsoMuonFeature.h.

◆ m_sumet02

float IsoMuonFeature::m_sumet02
private

Definition at line 163 of file IsoMuonFeature.h.

◆ m_sumet03

float IsoMuonFeature::m_sumet03
private

Definition at line 164 of file IsoMuonFeature.h.

◆ m_sumet04

float IsoMuonFeature::m_sumet04
private

Definition at line 165 of file IsoMuonFeature.h.

◆ m_sumpt01

float IsoMuonFeature::m_sumpt01
private

Track based isolation.

Definition at line 168 of file IsoMuonFeature.h.

◆ m_sumpt02

float IsoMuonFeature::m_sumpt02
private

Definition at line 169 of file IsoMuonFeature.h.

◆ m_sumpt03

float IsoMuonFeature::m_sumpt03
private

Definition at line 170 of file IsoMuonFeature.h.

◆ m_sumpt04

float IsoMuonFeature::m_sumpt04
private

Definition at line 171 of file IsoMuonFeature.h.

◆ m_SumPtTracksCone

float IsoMuonFeature::m_SumPtTracksCone
private

Definition at line 198 of file IsoMuonFeature.h.

◆ m_Tile_w

float IsoMuonFeature::m_Tile_w
private

Definition at line 201 of file IsoMuonFeature.h.

◆ UNDEFINEDBARCODE

const AthenaBarCode_t IAthenaBarCode::UNDEFINEDBARCODE = (AthenaBarCode_t)(-1)
staticinherited

Definition at line 52 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.

◆ UNDEFINEDVERSION

const AthenaBarCode_t IAthenaBarCode::UNDEFINEDVERSION = UNDEFINEDBARCODE
staticinherited

Definition at line 53 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.


The documentation for this class was generated from the following files:
IsoMuonFeature::m_NTracksCone
int m_NTracksCone
Definition: IsoMuonFeature.h:197
IsoMuonFeature::m_EtOuterConeEC
float m_EtOuterConeEC
Definition: IsoMuonFeature.h:194
IsoMuonFeature::getsumet01
float getsumet01() const
Get Transverse Energy sum in cone.
Definition: IsoMuonFeature.h:111
I4Momentum
Definition: I4Momentum.h:31
IsoMuonFeature::m_QMu
float m_QMu
Muon Charge.
Definition: IsoMuonFeature.h:186
IsoMuonFeature::getsumet03
float getsumet03() const
Definition: IsoMuonFeature.h:113
IAthenaBarCode::UNDEFINEDBARCODE
static const AthenaBarCode_t UNDEFINEDBARCODE
Definition: AthenaKernel/AthenaKernel/IAthenaBarCode.h:52
IsoMuonFeature::getsumpt02
float getsumpt02() const
Definition: IsoMuonFeature.h:118
IsoMuonFeature::phi
double phi(void) const
phi in [-pi,pi[
Definition: IsoMuonFeature.h:69
IsoMuonFeature::m_PtMuTracksCone
float m_PtMuTracksCone
Definition: IsoMuonFeature.h:199
IAthenaBarCode::IAthenaBarCode
IAthenaBarCode()
Definition: AthenaKernel/AthenaKernel/IAthenaBarCode.h:59
I4Momentum::P4IPTCOTTHPHIM
@ P4IPTCOTTHPHIM
Definition: I4Momentum.h:33
P4PtEtaPhiMBase::e
virtual double e() const
energy
Definition: P4PtEtaPhiMBase.cxx:13
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
IsoMuonFeature::m_RoiIdMu
int m_RoiIdMu
ROI ID.
Definition: IsoMuonFeature.h:182
NavigableTerminalNode::NavigableTerminalNode
NavigableTerminalNode()
Definition: NavigableTerminalNode.h:27
IsoMuonFeature::getsumet02
float getsumet02() const
Definition: IsoMuonFeature.h:112
P4PtEtaPhiMBase::cotTh
virtual double cotTh() const
cottan theta
Definition: P4PtEtaPhiMBase.cxx:65
drawFromPickle.cos
cos
Definition: drawFromPickle.py:36
I4Momentum::pt
virtual double pt() const =0
transverse momentum
IsoMuonFeature::m_sumpt03
float m_sumpt03
Definition: IsoMuonFeature.h:170
IsoMuonFeature::charge
double charge(void) const
Definition: IsoMuonFeature.h:67
IsoMuonFeature::getPtMuID
float getPtMuID() const
Get Pt of charged track associated to muon.
Definition: IsoMuonFeature.h:123
IsoMuonFeature::m_sumpt01
float m_sumpt01
Track based isolation.
Definition: IsoMuonFeature.h:168
IsoMuonFeature::m_sumet01
float m_sumet01
Calo based isolation.
Definition: IsoMuonFeature.h:162
IsoMuonFeature::getRoiIdMu
int getRoiIdMu() const
Get Muon RoI Id.
Definition: IsoMuonFeature.h:135
P4PtEtaPhiMBase::cosPhi
virtual double cosPhi() const
cosinus phi
Definition: P4PtEtaPhiMBase.cxx:55
IsoMuonFeature::m_flag
int m_flag
Definition: IsoMuonFeature.h:178
IsoMuonFeature::getEtaMu
float getEtaMu() const
Get Muon Eta.
Definition: IsoMuonFeature.h:141
IsoMuonFeature::m_PhiMu
float m_PhiMu
Muon Phi.
Definition: IsoMuonFeature.h:190
IsoMuonFeature::m_EtaMu
float m_EtaMu
Muon Eta.
Definition: IsoMuonFeature.h:188
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
I4Momentum::eta
virtual double eta() const =0
pseudo rapidity
IsoMuonFeature::getPhiMu
float getPhiMu() const
Get Muon Phi.
Definition: IsoMuonFeature.h:143
INavigable
Definition: INavigable.h:18
I4Momentum::phi
virtual double phi() const =0
phi in [-pi,pi[
IsoMuonFeature::m_sumet02
float m_sumet02
Definition: IsoMuonFeature.h:163
IsoMuonFeature::m_Tile_w
float m_Tile_w
Definition: IsoMuonFeature.h:201
I4Momentum::P4PTETAPHIM
@ P4PTETAPHIM
Definition: I4Momentum.h:33
P4PtEtaPhiMBase::sinPhi
virtual double sinPhi() const
sinus phi
Definition: P4PtEtaPhiMBase.cxx:60
IsoMuonFeature::m_sumpt02
float m_sumpt02
Definition: IsoMuonFeature.h:169
P4PtEtaPhiMBase
Definition: P4PtEtaPhiMBase.h:26
I4Momentum::UNKNOWN
@ UNKNOWN
Definition: I4Momentum.h:33
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:191
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
IsoMuonFeature::m_MaxPtID
float m_MaxPtID
pt of highest pt track in cone (excluded the one associated to the muon)
Definition: IsoMuonFeature.h:176
IsoMuonFeature::getsumpt04
float getsumpt04() const
Definition: IsoMuonFeature.h:120
IsoMuonFeature::m_sumet04
float m_sumet04
Definition: IsoMuonFeature.h:165
P4PtEtaPhiMBase::pz
virtual double pz() const
z component of momentum
Definition: P4PtEtaPhiMBase.cxx:125
IsoMuonFeature::m_PtMu
float m_PtMu
Muon Pt.
Definition: IsoMuonFeature.h:184
IsoMuonFeature::m_EtInnerConeEC
float m_EtInnerConeEC
Definition: IsoMuonFeature.h:193
I4Momentum::m
virtual double m() const =0
mass
IsoMuonFeature::getsumpt01
float getsumpt01() const
Get Transverse Pt sum in cone.
Definition: IsoMuonFeature.h:117
a
TList * a
Definition: liststreamerinfos.cxx:10
IsoMuonFeature::m_SumPtTracksCone
float m_SumPtTracksCone
Definition: IsoMuonFeature.h:198
IsoMuonFeature::m_sumet03
float m_sumet03
Definition: IsoMuonFeature.h:164
IsoMuonFeature::m_sumpt04
float m_sumpt04
Definition: IsoMuonFeature.h:171
IsoMuonFeature::m_EtInnerConeHC
float m_EtInnerConeHC
Definition: IsoMuonFeature.h:195
INavigable4Momentum
Definition: INavigable4Momentum.h:21
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
IsoMuonFeature::m_LAr_w
float m_LAr_w
Definition: IsoMuonFeature.h:200
IsoMuonFeature::getMaxPtID
float getMaxPtID() const
Get Pt of max pt ID track in cone (muon excluded)
Definition: IsoMuonFeature.h:125
IsoMuonFeature::getsumpt03
float getsumpt03() const
Definition: IsoMuonFeature.h:119
IsoMuonFeature::getsumet04
float getsumet04() const
Definition: IsoMuonFeature.h:114
drawFromPickle.sin
sin
Definition: drawFromPickle.py:36
IAthenaBarCode::UNDEFINEDVERSION
static const AthenaBarCode_t UNDEFINEDVERSION
Definition: AthenaKernel/AthenaKernel/IAthenaBarCode.h:53
IsoMuonFeature::eta
double eta(void) const
pseudo rapidity
Definition: IsoMuonFeature.h:68
I4Momentum::P4EETAPHIM
@ P4EETAPHIM
Definition: I4Momentum.h:33
IsoMuonFeature::m_PtMuID
float m_PtMuID
Pt of charged track associated to the muon.
Definition: IsoMuonFeature.h:174
IsoMuonFeature::getFlag
int getFlag() const
Definition: IsoMuonFeature.h:127
P4PtEtaPhiMBase::sinTh
virtual double sinTh() const
sinus theta
Definition: P4PtEtaPhiMBase.cxx:75
IsoMuonFeature::pt
double pt(void) const
transverse momentum
Definition: IsoMuonFeature.h:65
IsoMuonFeature::getQMu
float getQMu() const
Get Muon Q.
Definition: IsoMuonFeature.h:139
IsoMuonFeature::m_EtOuterConeHC
float m_EtOuterConeHC
Definition: IsoMuonFeature.h:196
I4Momentum::P4PXPYPZE
@ P4PXPYPZE
Definition: I4Momentum.h:33