ATLAS Offline Software
Loading...
Searching...
No Matches
TrigL2Vertex.h File Reference
#include <list>
#include <vector>
#include "TrigInDetEvent/TrigInDetTrack.h"
#include "TrkTrack/Track.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for TrigL2Vertex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigVertexFittingNode
 This is the implementation of classes used by TrigL2VertexFitter: More...
class  TrigVertexFitInputTrack
class  TrigVertexFitConstraint
class  TrigL2Vertex

Macros

#define MAX_SIZE_VERT_COVM   30

Functions

MsgStream & operator<< (MsgStream &msg, const TrigVertexFittingNode &node)
MsgStream & operator<< (MsgStream &msg, const TrigVertexFittingNode *node)
MsgStream & operator<< (MsgStream &msg, const TrigL2Vertex &vrt)
MsgStream & operator<< (MsgStream &msg, const TrigL2Vertex *vrt)

Macro Definition Documentation

◆ MAX_SIZE_VERT_COVM

#define MAX_SIZE_VERT_COVM   30

Definition at line 14 of file TrigL2Vertex.h.

Function Documentation

◆ operator<<() [1/4]

MsgStream & operator<< ( MsgStream & msg,
const TrigL2Vertex & vrt )
inline

Definition at line 197 of file TrigL2Vertex.h.

198{
199 return vrt.report(msg);
200}
MsgStream & report(MsgStream &) const
MsgStream & msg
Definition testRead.cxx:32

◆ operator<<() [2/4]

MsgStream & operator<< ( MsgStream & msg,
const TrigL2Vertex * vrt )
inline

Definition at line 202 of file TrigL2Vertex.h.

203{
204 return vrt->report(msg);
205}

◆ operator<<() [3/4]

MsgStream & operator<< ( MsgStream & msg,
const TrigVertexFittingNode & node )
inline

Definition at line 51 of file TrigL2Vertex.h.

52{
53 return node.report(msg);
54}
Definition node.h:24

◆ operator<<() [4/4]

MsgStream & operator<< ( MsgStream & msg,
const TrigVertexFittingNode * node )
inline

Definition at line 56 of file TrigL2Vertex.h.

57{
58 return node->report(msg);
59}