5#ifndef HGTD_RDO_ANALYSIS_H
6#define HGTD_RDO_ANALYSIS_H
20 class HGTD_DetectorManager;
35 virtual StatusCode
initialize() override final;
36 virtual StatusCode
execute() override final;
47 Gaudi::Property<std::string>
m_HGTD_Name {
this,
"DetectorName",
"HGTD",
"HGTD detector name"};
49 Gaudi::Property<std::string>
m_HGTDID_Name {
this,
"PixelIDName",
"HGTD_ID",
"HGTD ID name"};
51 Gaudi::Property<std::string>
m_histPath {
this,
"HistPath",
"/RDOAnalysis/HGTD/",
""};
52 Gaudi::Property<std::string>
m_sharedHistPath {
this,
"SharedHistPath",
"/RDOAnalysis/histos/",
""};
53 Gaudi::Property<std::string>
m_ntuplePath {
this,
"NtuplePath",
"/RDOAnalysis/ntuples/",
""};
54 Gaudi::Property<std::string>
m_ntupleName {
this,
"NtupleName",
"HGTD",
""};
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
The Detector manager has methods to retrieve the Identifier helper and methods to retrieve the detect...
This is an Identifier helper class for the HGTD subdetector.
std::vector< float > m_rdo_module_x
bool isHSGoodParticle(HepMC::ConstGenParticlePtr particlePtr, const HepMC::GenEvent *hardScatterEvent, float min_pt_cut=1000.)
std::vector< unsigned long long > m_rdo_module_ID
std::vector< float > m_rdo_hit_sdo_toa
virtual StatusCode initialize() override final
std::vector< float > m_rdo_hit_z
Gaudi::Property< std::string > m_sharedHistPath
Gaudi::Property< std::string > m_ntupleName
const HGTD_ID * m_HGTD_ID
Gaudi::Property< bool > m_doPosition
std::vector< float > m_rdo_hit_x
Gaudi::Property< std::string > m_HGTDID_Name
SG::ReadHandleKey< HGTD_RDO_Container > m_inputKey
Gaudi::Property< std::string > m_histPath
SG::ReadHandleKey< InDetSimDataCollection > m_inputTruthKey
std::vector< int > m_rdo_hit_sdo_truth_category
std::vector< float > m_rdo_hit_toa
Gaudi::Property< std::string > m_HGTD_Name
std::vector< float > m_rdo_hit_y
std::vector< float > m_rdo_module_y
std::vector< int > m_rdo_module_layer
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< McEventCollection > m_inputMcEventCollectionKey
Gaudi::Property< std::string > m_ntuplePath
std::vector< float > m_rdo_module_z
virtual StatusCode execute() override final
const HGTD_DetectorManager * m_HGTD_Manager
Property holding a SG store/key/clid from which a ReadHandle is made.
bool operator<(const SdoInfo &rhs) const