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. More... | |
MsgStream & | operator<< (MsgStream &m, const MuonFeature &muon) |
Helper operator for printing the object. More... | |
bool | operator== (const MuonFeature &left, const MuonFeature &right) |
Operator comparing two MuonFeature objects for equality. More... | |
bool | operator!= (const MuonFeature &left, const MuonFeature &right) |
Operator comparing two MuonFeature objects for inequality. More... | |
void | diff (const MuonFeature &left, const MuonFeature &right, std::map< std::string, double > &varChange) |
Comparison with feedback. More... | |
void diff | ( | const MuonFeature & | left, |
const MuonFeature & | right, | ||
std::map< std::string, double > & | varChange | ||
) |
|
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.