![]() |
ATLAS Offline Software
|
#include <vector>#include <iostream>#include <string>#include <map>#include "TrigInDetEvent/TrigInDetTrackCollection.h"#include "TrigInDetEvent/TrigVertexCollection.h"#include "AthLinks/ElementLink.h"#include "AthLinks/ElementLinkVector.h"Go to the source code of this file.
Classes | |
| class | TrigL2Bphys |
Functions | |
| ELEMENTLINK_FWD (TrigL2BphysContainer, TrigL2Bphys) | |
| std::string | str (const TrigL2Bphys &p) |
| MsgStream & | operator<< (MsgStream &m, const TrigL2Bphys &p) |
| bool | operator== (const TrigL2Bphys &a, const TrigL2Bphys &b) |
| bool | operator!= (const TrigL2Bphys &a, const TrigL2Bphys &b) |
| void | diff (const TrigL2Bphys &a, const TrigL2Bphys &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 TrigL2Bphys & | a, |
| const TrigL2Bphys & | 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 160 of file TrigL2Bphys.cxx.
| ELEMENTLINK_FWD | ( | TrigL2BphysContainer | , |
| TrigL2Bphys | ) |
|
inline |
Definition at line 134 of file TrigL2Bphys.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigL2Bphys & | p ) |
Definition at line 121 of file TrigL2Bphys.cxx.
| bool operator== | ( | const TrigL2Bphys & | a, |
| const TrigL2Bphys & | b ) |
Definition at line 127 of file TrigL2Bphys.cxx.
| std::string str | ( | const TrigL2Bphys & | p | ) |
Definition at line 103 of file TrigL2Bphys.cxx.