19 const std::string& name,
20 const IInterface* parent )
24 declareInterface< IIsoMuonFeatureCnvTool >(
this );
60 ATH_MSG_DEBUG(
"Note: some of the original infos considered obsolete not implemented");
63 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
Class with isolation variables for TrigmuIso algorithm.
double charge(void) const
int getRoiIdMu() const
Get Muon RoI Id.
float getsumpt01() const
Get Transverse Pt sum in cone.
double pt(void) const
transverse momentum
double eta(void) const
pseudo rapidity
float getsumet01() const
Get Transverse Energy sum in cone.
double phi(void) const
phi in [-pi,pi[
float sumPt02() const
get ptcone radius DeltaR<0.2
float sumPt01() const
get ptcone radius DeltaR<0.1
void setPt(float pt)
Set the transverse momentum ( ) of the muon.
float sumPt03() const
get ptcone radius DeltaR<0.3
virtual double phi() const
The azimuthal angle ( ) of the particle.
float sumEt01() const
get ptcone radius DeltaR<0.1
float sumEt03() const
get etcone radius DeltaR<0.3
void setSumEt02(float value)
set etcone radius DeltaR<0.2
void setSumPt03(float value)
set ptcone radius DeltaR<0.3
int errorFlag() const
get algorithm error flag
void setErrorFlag(int value)
set algorithm error flag
float sumEt02() const
get etcone radius DeltaR<0.2
float sumEt04() const
get etcone radius DeltaR<0.4
float charge() const
get seeding muon charge
void setSumEt01(float value)
set ptcone radius DeltaR<0.1
void setSumPt04(float value)
set ptcone radius DeltaR<0.4
virtual double eta() const
The pseudorapidity ( ) of the particle.
void setSumPt02(float value)
set ptcone radius DeltaR<0.2
void setSumEt03(float value)
set etcone radius DeltaR<0.3
void setSumEt04(float value)
set etcone radius DeltaR<0.4
void setCharge(float value)
set seeding muon charge
float sumPt04() const
get ptcone radius DeltaR<0.4
void setEta(float eta)
Set the pseudorapidity ( ) of the muon.
void setRoiWord(uint32_t value)
Set the RoI ID of the seeding muon.
uint32_t roiWord() const
Get the RoI ID of the seeding muon.
void setSumPt01(float value)
set ptcone radius DeltaR<0.1
virtual double pt() const
The transverse momentum ( ) of the particle.
void setPhi(float phi)
Set the azimuthal angle ( ) of the muon.
L2IsoMuon_v1 L2IsoMuon
Define the latest version of the muon Iso class.