ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_StandaloneTrackFinder.h File Reference
#include <array>
#include <string>
#include <mutex>
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "GaudiKernel/ToolHandle.h"
#include "TrkTrack/TrackCollection.h"
#include "TrkEventUtils/PRDtoTrackMap.h"
#include "InDetRecToolInterfaces/ITRT_SegmentToTrackTool.h"
#include "TrkSegment/SegmentCollection.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/WriteHandleKey.h"
#include "GaudiKernel/SystemOfUnits.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InDet::TRT_StandaloneTrackFinder
 InDet::TRT_StandaloneTrackFinde is an algorithm which produces tracks from stand-alone TRT segments with no Si extension. More...

Namespaces

namespace  InDet
 Primary Vertex Finder.

Functions

MsgStream & InDet::operator<< (MsgStream &, const InDet::TRT_StandaloneTrackFinder::Counter_t &)
MsgStream & operator<< (MsgStream &, const InDet::TRT_StandaloneTrackFinder &)

Function Documentation

◆ operator<<()

MsgStream & operator<< ( MsgStream & sl,
const InDet::TRT_StandaloneTrackFinder & se )

Definition at line 266 of file TRT_StandaloneTrackFinder.cxx.

267{
268 return se.dump(sl);
269}