ATLAS Offline Software
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"
13 namespace MuonR4{
15  public:
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
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
MuonR4::TruthOverlay::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: TruthOverlay.h:25
MuonR4::TruthOverlay::m_mergeTime
Gaudi::Property< double > m_mergeTime
Define a detector merge time.
Definition: TruthOverlay.h:32
MuonR4::TruthOverlay::execute
StatusCode execute(const EventContext &ctx) const override final
Definition: TruthOverlay.cxx:25
MuonR4::TruthOverlay::m_bkgKey
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_bkgKey
Definition: TruthOverlay.h:22
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
MuonR4::TruthOverlay::m_deadTime
Gaudi::Property< double > m_deadTime
Define a detector dead time.
Definition: TruthOverlay.h:29
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
MuonR4::TruthOverlay::m_includePileUpTruth
Gaudi::Property< bool > m_includePileUpTruth
Definition: TruthOverlay.h:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonR4::TruthOverlay::initialize
StatusCode initialize() override final
Definition: TruthOverlay.cxx:14
MuonR4::TruthOverlay::m_sigKey
SG::ReadHandleKey< xAOD::MuonSimHitContainer > m_sigKey
Definition: TruthOverlay.h:21
MuonSimHitContainer.h
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4::TruthOverlay::m_vetoPileUpTruthLinks
Gaudi::Property< int > m_vetoPileUpTruthLinks
Definition: TruthOverlay.h:35
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
MuonR4::TruthOverlay::m_writeKey
SG::WriteHandleKey< xAOD::MuonSimHitContainer > m_writeKey
Definition: TruthOverlay.h:23
python.SystemOfUnits.ns
int ns
Definition: SystemOfUnits.py:130
MuonR4::TruthOverlay
Definition: TruthOverlay.h:14
IMuonIdHelperSvc.h
ServiceHandle< Muon::IMuonIdHelperSvc >