ATLAS Offline Software
Loading...
Searching...
No Matches
TruthOverlay.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONTRUTHOVERLAYR4_TRUTHOVERLAY_H
5#define MUONTRUTHOVERLAYR4_TRUTHOVERLAY_H
6
12#include "GaudiKernel/SystemOfUnits.h"
13namespace MuonR4{
15 public:
16 using AthReentrantAlgorithm::AthReentrantAlgorithm;
17
18 StatusCode initialize() override final;
19 StatusCode execute(const EventContext& ctx) const override final;
20 private:
24
26 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
27
29 Gaudi::Property<double> m_deadTime{this, "deadTime", 0. *Gaudi::Units::ns};
32 Gaudi::Property<double> m_mergeTime{this, "mergeTime", 0. * Gaudi::Units::ns};
33
34 Gaudi::Property<bool> m_includePileUpTruth{this, "IncludePileUpTruth", true, "Include pile-up truth info"};
35 Gaudi::Property<int> m_vetoPileUpTruthLinks{this, "VetoPileUpTruthLinks", true,
36 "Ignore links to suppressed pile-up truth"};
37
38 };
39}
40
41
42
43#endif
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.