7#ifndef MUONDIGITIZATION_TGC_DIGITIZATIONTOOL_H
8#define MUONDIGITIZATION_TGC_DIGITIZATIONTOOL_H
16#include "GaudiKernel/ServiceHandle.h"
44 const IInterface* parent);
46 virtual StatusCode
initialize()
override final;
49 const EventContext& ctx,
unsigned int )
override final;
59 virtual StatusCode
mergeEvent(
const EventContext& ctx)
override final;
69 const EventContext& ctx)
override final;
72 virtual StatusCode
finalize()
override final;
82 this,
"PileUpMergeSvc",
"PileUpMergeSvc",
""};
95 this,
"OnlyUseContainerName",
true,
96 "Don't use the ReadHandleKey directly. Just extract the container name "
99 this,
"FourBunchDigitization",
true,
100 "Do the four bunch digitization since Run-3"};
102 this,
"InputObjectName",
"TGC_Hits",
"name of the input object"};
105 this,
"TGCDigitASDposKey",
"",
106 "ReadCondHandleKey for TGCDigitASDposData"};
108 this,
"TGCDigitTimeOffsetKey",
"",
109 "ReadCondHandleKey for TGCDigitTimeOffsetData"};
111 this,
"TGCDigitCrosstalkKey",
"",
112 "ReadCondHandleKey for TGCDigitCrosstalkData"};
114 this,
"OutputObjectName",
"TGC_DIGITS",
115 "WriteHandleKey for Output TgcDigitContainer"};
118 this,
"OutputSDOName",
"TGC_SDO",
119 "WriteHandleKey for Output MuonSimDataCollection"};
124 "Include pile-up truth info"};
the preferred mechanism to access information from the different event stores in a pileup job.
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
the preferred mechanism to access information from the different event stores in a pileup job.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Ensure that the Athena extensions are properly loaded.