ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
bool | operator== (const TrigElectron &te1, const TrigElectron &te2) |
Two TrigElectron are the same if they have the same cluster and the same track (and if valid, i.e. More... | |
void | diff (const TrigElectron &te1, const TrigElectron &te2, std::map< std::string, double > &v_diff) |
Function compares two objects and returns "semi verbose" output in the form of map v_diff where varaible names and relative differences between two objects are returned. More... | |
MsgStream & | operator<< (MsgStream &msg, const TrigElectron &te) |
void diff | ( | const TrigElectron & | te1, |
const TrigElectron & | te2, | ||
std::map< std::string, double > & | v_diff | ||
) |
Function compares two objects and returns "semi verbose" output in the form of map v_diff where varaible names and relative differences between two objects are returned.
Definition at line 327 of file TrigElectron.cxx.
MsgStream& operator<< | ( | MsgStream & | msg, |
const TrigElectron & | te | ||
) |
Definition at line 352 of file TrigElectron.cxx.
bool operator== | ( | const TrigElectron & | te1, |
const TrigElectron & | te2 | ||
) |
Two TrigElectron are the same if they have the same cluster and the same track (and if valid, i.e.
well built)
Definition at line 316 of file TrigElectron.cxx.