![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
| MsgStream & | operator<< (MsgStream &m, const TrigEFBphys &p) |
| std::string | str (const TrigEFBphys &p) |
| bool | operator== (const TrigEFBphys &a, const TrigEFBphys &b) |
| void | diff (const TrigEFBphys &a, const TrigEFBphys &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 TrigEFBphys & | a, |
| const TrigEFBphys & | 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 152 of file TrigEFBphys.cxx.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigEFBphys & | p ) |
Definition at line 95 of file TrigEFBphys.cxx.
| bool operator== | ( | const TrigEFBphys & | a, |
| const TrigEFBphys & | b ) |
Definition at line 119 of file TrigEFBphys.cxx.
| std::string str | ( | const TrigEFBphys & | p | ) |
Definition at line 101 of file TrigEFBphys.cxx.