|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef INDET_INDETSPLITTEDTRACKSCREATOR_H
10 #define INDET_INDETSPLITTEDTRACKSCREATOR_H
14 #include "GaudiKernel/ToolHandle.h"
26 class IInDetTrackSplitterTool;
62 #endif // INDET_INDETSPLITTEDTRACKSCREATOR_H
StatusCode finalize()
standard Athena-Algorithm method
bool m_takeUpperSegment
flag to accept the upper segment
SG::ReadHandleKey< TrackCollection > m_TrackCol
holds the name of the track coll to be used
bool m_makeSiOnlyTracks
flag for using TRT standalone tracks
SG::WriteHandleKey< TrackCollection > m_OutputTrackCol
holds the names the output track collection written to store gate
bool m_takeLowerSegment
flag to accept the lower segment
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode initialize()
standard Athena-Algorithm method
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< InDet::IInDetTrackSplitterTool > m_trackSplitterTool
instances of IInDet
~InDetSplittedTracksCreator()
Default Destructor.
StatusCode execute(const EventContext &ctx) const
standard Athena-Algorithm method
InDetSplittedTracksCreator(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.