ATLAS Offline Software
Classes | Macros | Functions
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 15 of file TrigL2Vertex.h.

Function Documentation

◆ operator<<() [1/4]

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

Definition at line 200 of file TrigL2Vertex.h.

201 {
202  return vrt.report(msg);
203 }

◆ operator<<() [2/4]

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

Definition at line 205 of file TrigL2Vertex.h.

206 {
207  return vrt->report(msg);
208 }

◆ 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 }

◆ 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 }
TrigL2Vertex::report
MsgStream & report(MsgStream &) const
Definition: TrigL2Vertex.cxx:690
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
node
Definition: memory_hooks-stdcmalloc.h:74