![]() |
ATLAS Offline Software
|
#include "CaloGeoHelpers/CaloSampling.h"#include "TrigParticle/TrigElectron.h"#include "TruthUtils/ParticleConstants.h"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 328 of file TrigElectron.cxx.
| MsgStream& operator<< | ( | MsgStream & | msg, |
| const TrigElectron & | te | ||
| ) |
Definition at line 353 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 317 of file TrigElectron.cxx.
1.8.18