![]() |
ATLAS Offline Software
|
#include <IAlignTool.h>
Public Member Functions | |
| virtual StatusCode | firstEventInitialize ()=0 |
| virtual bool | accumulate (AlignTrack *alignTrack)=0 |
| virtual bool | accumulateFromFiles ()=0 |
| virtual StatusCode | solve ()=0 |
| virtual void | setLogStream (std::ostream *os) |
| sets the output stream for the logfile | |
| virtual void | setNtuple (TFile *) |
| sets ntuple | |
| virtual StatusCode | fillNtuple () |
| writes tree to ntuple | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Protected Attributes | |
| std::ostream * | m_logStream |
| logfile output stream | |
Definition at line 32 of file IAlignTool.h.
|
pure virtual |
Implemented in Trk::GlobalChi2AlignTool.
|
pure virtual |
Implemented in Trk::GlobalChi2AlignTool.
|
inlinevirtual |
writes tree to ntuple
Reimplemented in Trk::GlobalChi2AlignTool.
Definition at line 51 of file IAlignTool.h.
|
pure virtual |
Implemented in Trk::GlobalChi2AlignTool.
|
inlinestatic |
Definition at line 58 of file IAlignTool.h.
|
inlinevirtual |
sets the output stream for the logfile
Reimplemented in Trk::GlobalChi2AlignTool.
Definition at line 45 of file IAlignTool.h.
|
inlinevirtual |
sets ntuple
Reimplemented in Trk::GlobalChi2AlignTool.
Definition at line 48 of file IAlignTool.h.
|
pure virtual |
Implemented in Trk::GlobalChi2AlignTool.
|
protected |
logfile output stream
Definition at line 54 of file IAlignTool.h.