|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRIGMUONEVENT_MUON_FEATURE_H
8 #define TRIGMUONEVENT_MUON_FEATURE_H
120 return !( left == right );
125 std::map< std::string, double >& varChange );
131 #endif // TRIGMUONEVENT_MUON_FEATURE_H
double dq_var2(void) const
double dq_var1(void) const
void diff(const MuonFeature &left, const MuonFeature &right, std::map< std::string, double > &varChange)
Comparison with feedback.
float sp3_slope(void) const
void set_sp2(float r, float z, float slope)
float dir_phi(void) const
float ec_alpha(void) const
bool operator==(const MuonFeature &left, const MuonFeature &right)
Operator comparing two MuonFeature objects for equality.
void set_sp3(float r, float z, float slope)
void set_ec(float alpha, float beta)
std::string str(const MuonFeature &muon)
Helper function for printing the object.
MsgStream & operator<<(MsgStream &m, const MuonFeature &muon)
Helper operator for printing the object.
void set_algoId(AlgoId algoId)
void set_roiId(int roiId)
void set_sp1(float r, float z, float slope)
float br_radius(void) const
float dir_zeta(void) const
void set_br(float radius, float sagitta)
float br_sagitta(void) const
void set_dq(double var1, double var2)
AlgoId algoId(void) const
float sp1_slope(void) const
float sp2_slope(void) const
MuonFeature & operator=(const MuonFeature &muon_feature)
An STL vector of pointers that by default owns its pointed-to elements.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
bool operator!=(const MuonFeature &left, const MuonFeature &right)
Operator comparing two MuonFeature objects for inequality.
float ec_beta(void) const
macros to associate a CLID to a type