ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
bool | operator== (const TrigPhoton &tp1, const TrigPhoton &tp2) |
Two TrigPhoton are the same if they have the same cluster (and if valid) More... | |
void | diff (const TrigPhoton &tp1, const TrigPhoton &tp2, 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 TrigPhoton &tp) |
print TrigPhoton quantities More... | |
void diff | ( | const TrigPhoton & | tp1, |
const TrigPhoton & | tp2, | ||
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 260 of file TrigPhoton.cxx.
MsgStream& operator<< | ( | MsgStream & | msg, |
const TrigPhoton & | tp | ||
) |
print TrigPhoton quantities
overloaded << opetrator to print TrigPhoton quantities
Definition at line 284 of file TrigPhoton.cxx.
bool operator== | ( | const TrigPhoton & | tp1, |
const TrigPhoton & | tp2 | ||
) |
Two TrigPhoton are the same if they have the same cluster (and if valid)
comparison operators
Definition at line 250 of file TrigPhoton.cxx.