5#ifndef INDETRAWDATAFAKEWRITER_H
6#define INDETRAWDATAFAKEWRITER_H
InDetRawDataContainer< InDetRawDataCollection< PixelRDORawData > > PixelRDO_Container
InDetRawDataContainer< InDetRawDataCollection< SCT_RDORawData > > SCT_RDO_Container
InDetRawDataContainer< InDetRawDataCollection< TRT_RDORawData > > TRT_RDO_Container
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize()
Algorithm finalize at end of job.
const TRT_ID * m_trtId
IDhelper needed for identifiable container.
const PixelID * m_pixelId
IDhelper needed for identifiable container.
const SCT_ID * m_sctId
IDhelper needed for identifiable container.
virtual StatusCode initialize()
Algorithm initialize at begin of job.
StatusCode createTRTs()
Create trt collections.
InDetRawDataFakeWriter & operator=(const InDetRawDataFakeWriter &)
Avoid use of copy operator.
InDetRawDataFakeWriter()
Avoid use of default constructor.
StatusCode printRDOs() const
Print out RDOs.
StatusCode createSCTs()
Create sct collections.
TRT_RDO_Container * m_trtCont
Identifiable containers are created only once.
PixelRDO_Container * m_pixCont
Identifiable containers are created only once.
StatusCode createPixels()
Create pixel collections.
virtual StatusCode execute()
Algorithm execute once per event.
SCT_RDO_Container * m_sctCont
Identifiable containers are created only once.
InDetRawDataFakeWriter(const InDetRawDataFakeWriter &)
Avoid use of copy constructor.
InDetRawDataFakeWriter(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.
This is an Identifier helper class for the TRT subdetector.