19 const std::string& name,
20 const IInterface* parent )
24 declareInterface< ICombinedMuonFeatureCnvTool >(
this );
48 ATH_MSG_DEBUG(
"Note: elinks to muon and ID track not implemented yet");
51 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
double charge(void) const
int comb_errorFlag(void) const
double pt(void) const
transverse momentum
int comb_matchFlag(void) const
double sigma_pt(void) const
double eta(void) const
pseudo rapidity
double phi(void) const
phi in [-pi,pi[
int comb_strategy(void) const
void setPt(float pt)
Set the transverse momentum ( ) of the muon.
int matchFlag() const
get algorithm match flag
virtual double eta() const
The pseudorapidity ( ) of the particle.
void setSigmaPt(float value)
set sigma combined Pt
void setStrategy(int value)
set algorithm strategy flag
int strategy() const
get algorithm strategy flag
virtual double phi() const
The azimuthal angle ( ) of the particle.
void setErrorFlag(int value)
set algorithm error flag
float charge() const
get seeding muon charge
void setMatchFlag(int value)
set algorithm match flag
float sigmaPt() const
get sigma combined Pt
virtual double pt() const
The transverse momentum ( ) of the particle.
void setPhi(float phi)
Set the azimuthal angle ( ) of the muon.
void setEta(float eta)
Set the pseudorapidity ( ) of the muon.
void setCharge(float value)
set seeding muon charge
int errorFlag() const
get algorithm error flag
L2CombinedMuon_v1 L2CombinedMuon
Define the latest version of the muon CB class.