4#ifndef MDT_DIGITIZATIONR4_MDTDIGITIZATIONTOOL_H
5#define MDT_DIGITIZATIONR4_MDTDIGITIZATIONTOOL_H
22 StatusCode
digitize(
const EventContext& ctx,
31 "Conditions object containing the calibrations"};
38 ToolHandle<IMDT_DigitizationTool>
m_digiTool{
this,
"DigitizationTool",
""};
40 Gaudi::Property<double>
m_timeResTDC{
this,
"ResolutionTDC", 0.5 * Gaudi::Units::ns,
"TDC time resolution"};
41 Gaudi::Property<double>
m_timeResADC{
this,
"ResolutionADC", 0.5 * Gaudi::Units::ns,
"ADC time resolution"};
42 Gaudi::Property<double>
m_deadTime{
this,
"DeadTime", 700.,
"MDT drift tube dead time"};
43 Gaudi::Property<bool>
m_digitizeMuonOnly{
this,
"ProcessTrueMuonsOnly",
false,
"If set to true hit with pdgId != 13 are skipped"};
46 Gaudi::Property<double>
m_resTwin{
this,
"ResolutionTwinTube", 1.05 * Gaudi::Units::ns,
"Twin Tube resolution"};
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.