![]() |
ATLAS Offline Software
|
#include <list>#include "CLHEP/Geometry/Point3D.h"#include "TrigInDetEvent/TrigInDetTrack.h"#include <math.h>#include <map>#include <ostream>#include <memory>#include "GaudiKernel/MsgStream.h"Go to the source code of this file.
Classes | |
| class | TrigVertex |
| encapsulates LVL2 vertex parameters (in the global reference frame), covariance matrix, and some auxilliary information about the vertex. More... | |
Typedefs | |
| typedef std::list< const TrigInDetTrack * > | TrackInVertexList |
Functions | |
| std::string | str (const TrigVertex &v) |
| MsgStream & | operator<< (MsgStream &m, const TrigVertex &v) |
| bool | operator== (const TrigVertex &a, const TrigVertex &b) |
| bool | operator!= (const TrigVertex &a, const TrigVertex &b) |
| void | diff (const TrigVertex &a, const TrigVertex &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 | |
| typedef std::list< const TrigInDetTrack* > TrackInVertexList |
Definition at line 27 of file TrigVertex.h.
| void diff | ( | const TrigVertex & | a, |
| const TrigVertex & | 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
comparison with feedback Function compares two objects and returns "semi verbose" output in the form of map where there are variable names and differences between two objects
| 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 |
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 64 of file TrigVertex.cxx.
|
inline |
Definition at line 188 of file TrigVertex.h.
| MsgStream & operator<< | ( | MsgStream & | m, |
| const TrigVertex & | v ) |
Definition at line 29 of file TrigVertex.cxx.
| bool operator== | ( | const TrigVertex & | a, |
| const TrigVertex & | b ) |
Definition at line 35 of file TrigVertex.cxx.
| std::string str | ( | const TrigVertex & | v | ) |
Definition at line 7 of file TrigVertex.cxx.