![]() |
ATLAS Offline Software
|
#include "AthenaKernel/CLASS_DEF.h"#include <vector>#include <iostream>#include <string>#include <map>#include "Particle/TrackParticleContainer.h"#include "AthLinks/ElementLink.h"#include "AthLinks/ElementLinkVector.h"Go to the source code of this file.
Classes | |
| class | TrigEFBphys |
Functions | |
| ELEMENTLINK_FWD (TrigEFBphysContainer, TrigEFBphys) | |
| std::string | str (const TrigEFBphys &p) |
| MsgStream & | operator<< (MsgStream &m, const TrigEFBphys &p) |
| bool | operator== (const TrigEFBphys &a, const TrigEFBphys &b) |
| 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.
| ELEMENTLINK_FWD | ( | TrigEFBphysContainer | , |
| TrigEFBphys | ) |
|
inline |
Definition at line 130 of file TrigEFBphys.h.
| 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.