![]() |
ATLAS Offline Software
|
#include "TrigInDetEvent/TrigInDetTrack.h"Go to the source code of this file.
Functions | |
| std::string | str (const TrigInDetTrack &t) |
| MsgStream & | operator<< (MsgStream &m, const TrigInDetTrack &t) |
| bool | operator== (const TrigInDetTrack &a, const TrigInDetTrack &b) |
| void | diff (const TrigInDetTrack &a, const TrigInDetTrack &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 varaibel names and differences between two obejcts | |
| void diff | ( | const TrigInDetTrack & | a, |
| const TrigInDetTrack & | 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 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 112 of file TrigInDetTrack.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigInDetTrack & | t ) |
Definition at line 87 of file TrigInDetTrack.cxx.
| bool operator== | ( | const TrigInDetTrack & | a, |
| const TrigInDetTrack & | b ) |
Definition at line 93 of file TrigInDetTrack.cxx.
| std::string str | ( | const TrigInDetTrack & | t | ) |
Definition at line 68 of file TrigInDetTrack.cxx.