![]() |
ATLAS Offline Software
|
#include "AthenaKernel/CLASS_DEF.h"#include "TrigInDetEvent/TrigSiSpacePoint.h"#include "TrigInDetEvent/TrigInDetTrackFitPar.h"#include "InDetPrepRawData/TRT_DriftCircle.h"#include "Identifier/Identifier.h"#include <map>#include <ostream>#include "GaudiKernel/MsgStream.h"Go to the source code of this file.
Classes | |
| class | TrigInDetTrack |
| represents a LVL2 ID track More... | |
Functions | |
| std::string | str (const TrigInDetTrack &t) |
| MsgStream & | operator<< (MsgStream &m, const TrigInDetTrack &t) |
| bool | operator== (const TrigInDetTrack &a, const TrigInDetTrack &b) |
| 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.
|
inline |
Definition at line 222 of file TrigInDetTrack.h.
| 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.