4#ifndef MUONTRUTHOVERLAYR4_TRUTHOVERLAY_H
5#define MUONTRUTHOVERLAYR4_TRUTHOVERLAY_H
12#include "GaudiKernel/SystemOfUnits.h"
16 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19 StatusCode
execute(
const EventContext& ctx)
const override final;
26 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29 Gaudi::Property<double>
m_deadTime{
this,
"deadTime", 0. *Gaudi::Units::ns};
32 Gaudi::Property<double>
m_mergeTime{
this,
"mergeTime", 0. * Gaudi::Units::ns};
34 Gaudi::Property<bool>
m_includePileUpTruth{
this,
"IncludePileUpTruth",
true,
"Include pile-up truth info"};
36 "Ignore links to suppressed pile-up truth"};
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.
An algorithm that can be simultaneously executed in multiple threads.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Gaudi::Property< double > m_deadTime
Define a detector dead time.
SG::WriteHandleKey< xAOD::MuonSimHitContainer > m_writeKey
Gaudi::Property< bool > m_includePileUpTruth
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_sigKey
StatusCode execute(const EventContext &ctx) const override final
Gaudi::Property< int > m_vetoPileUpTruthLinks
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_bkgKey
StatusCode initialize() override final
Gaudi::Property< double > m_mergeTime
Define a detector merge time.
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.
This header ties the generic definitions in this package.