4#ifndef STGC_DIGITIZATIONR4_STGCFASTDIGITOOL_H
5#define STGC_DIGITIZATIONR4_STGCFASTDIGITOOL_H
16 using MuonDigitizationTool::MuonDigitizationTool;
19 StatusCode
finalize()
override final;
21 StatusCode
digitize(
const EventContext& ctx,
30 CLHEP::HepRandomEngine* rndEngine,
36 CLHEP::HepRandomEngine* rndEngine,
42 CLHEP::HepRandomEngine* rndEngine,
58 "Efficiency constants of the individual sTgc gasGaps"};
62 "Key of the parametrized NSW uncertainties"};
67 Gaudi::Property<bool>
m_digitizeStrip{
this,
"doStrips",
true,
"Digitize strip hits"};
68 Gaudi::Property<bool>
m_digitizeWire{
this,
"doWires",
true,
"Digitize wire hits"};
69 Gaudi::Property<bool>
m_digitizePads{
this,
"doPads",
false,
"Digitize pad hits"};
71 Gaudi::Property<double>
m_deadTime{
this,
"deadTime", 300. * Gaudi::Units::ns};
74 "If set to true hit with pdgId != 13 are skipped"};
Property holding a SG store/key/clid from which a WriteHandle is made.
This header ties the generic definitions in this package.
MuonSimHitContainer_v1 MuonSimHitContainer
Define the version of the pixel cluster container.