![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| std::string | str (const TrigL2Bphys &p) |
| MsgStream & | operator<< (MsgStream &m, const TrigL2Bphys &p) |
| 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.
| 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.