|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRKALIGNINTERFACES_ALIGN_TRACK_CREATOR_IH
6 #define TRKALIGNINTERFACES_ALIGN_TRACK_CREATOR_IH
8 #include "GaudiKernel/IAlgTool.h"
27 static const InterfaceID
28 IID_TRK_IAlignTrackCreator(
"IAlignTrackCreator",1,0);
63 {
return IID_TRK_IAlignTrackCreator; }
67 #endif // TRKALIGNINTERFACES_ALIGN_TRACK_CREATOR_IH
static const InterfaceID & interfaceID()
void setDoPixel(bool doPixel)
Sets flags to indicate whether hits from particular detector elements are to be stored on the AlignTr...
std::ostream * m_logStream
logfile output stream
void setDoSCT(bool doSCT)
virtual bool processAlignTrack(AlignTrack *alignTrack)=0
creates AlignTrack from Trk::Track
Ensure that the ATLAS eigen extensions are properly loaded.
void setDoTRT(bool doTRT)
virtual ~IAlignTrackCreator()
void setDoMDT(bool doMDT)
virtual void setLogStream(std::ostream *os)
sets the output stream for the logfile
AlignTrack is a generalization of a Trk::Track, used as the basic object to contain track information...