![]() |
ATLAS Offline Software
|
#include <string>#include <map>#include "AthenaKernel/CLASS_DEF.h"#include "AthContainers/DataVector.h"Go to the source code of this file.
Classes | |
| class | MuonFeature |
Functions | |
| 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. | |
| bool | operator== (const MuonFeature &left, const MuonFeature &right) |
| Operator comparing two MuonFeature objects for equality. | |
| bool | operator!= (const MuonFeature &left, const MuonFeature &right) |
| Operator comparing two MuonFeature objects for inequality. | |
| void | diff (const MuonFeature &left, const MuonFeature &right, std::map< std::string, double > &varChange) |
| Comparison with feedback. | |
| void diff | ( | const MuonFeature & | left, |
| const MuonFeature & | right, | ||
| std::map< std::string, double > & | varChange ) |
Comparison with feedback.
Definition at line 236 of file MuonFeature.cxx.
|
inline |
Operator comparing two MuonFeature objects for inequality.
Definition at line 119 of file MuonFeature.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const MuonFeature & | muon ) |
Helper operator for printing the object.
Definition at line 192 of file MuonFeature.cxx.
| bool operator== | ( | const MuonFeature & | left, |
| const MuonFeature & | right ) |
Operator comparing two MuonFeature objects for equality.
Definition at line 198 of file MuonFeature.cxx.
| std::string str | ( | const MuonFeature & | muon | ) |
Helper function for printing the object.
Definition at line 180 of file MuonFeature.cxx.