ATLAS Offline Software
|
#include "TrigInDetEvent/TrigVertex.h"
Go to the source code of this file.
Functions | |
std::string | str (const TrigVertex &v) |
MsgStream & | operator<< (MsgStream &m, const TrigVertex &v) |
bool | operator== (const TrigVertex &a, const TrigVertex &b) |
void | diff (const TrigVertex &a, const TrigVertex &b, std::map< std::string, double > &variableChange) |
comparison with feedback Function compares two objects and returns "semi verbose" output in the form of map where there are variable names and differences between two objects More... | |
void diff | ( | const TrigVertex & | a, |
const TrigVertex & | b, | ||
std::map< std::string, double > & | variableChange | ||
) |
comparison with feedback Function compares two objects and returns "semi verbose" output in the form of map where there are variable names and differences between two objects
comparison with feedback Function compares two objects and returns "semi verbose" output in the form of map where there are varaibel names and differences between two obejcts
variableChange | - map to record the differences In case of collections (or objects when the size may be different) that information can also be returned in variableChange |
Definition at line 64 of file TrigVertex.cxx.
MsgStream& operator<< | ( | MsgStream & | m, |
const TrigVertex & | v | ||
) |
bool operator== | ( | const TrigVertex & | a, |
const TrigVertex & | b | ||
) |
Definition at line 35 of file TrigVertex.cxx.
std::string str | ( | const TrigVertex & | v | ) |
Definition at line 7 of file TrigVertex.cxx.