6#ifndef STRIP_RDO_ANALYSIS_H
7#define STRIP_RDO_ANALYSIS_H
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ITHistSvc.h"
43 virtual StatusCode
initialize()
override final;
44 virtual StatusCode
execute()
override final;
53 Gaudi::Property<std::string>
m_histPath {
this,
"HistPath",
"/RDOAnalysis/ITkStrip/",
""};
54 Gaudi::Property<std::string>
m_sharedHistPath {
this,
"SharedHistPath",
"/RDOAnalysis/histos/",
""};
55 Gaudi::Property<std::string>
m_ntuplePath {
this,
"NtuplePath",
"/RDOAnalysis/ntuples/",
""};
56 Gaudi::Property<std::string>
m_ntupleName {
this,
"NtupleName",
"ITkStrip",
""};
62 std::vector<unsigned long long>*
m_rdoID{};
87 std::vector<unsigned long long>*
m_sdoID{};
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< float > * m_charge
std::vector< int > * m_phiModule_sdo
std::vector< double > * m_globalX1
std::vector< unsigned long long > * m_rdoID
LockedHandle< TH2 > m_h_globalZR_shared
std::vector< int > * m_barrelEndcap
StripRDOAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< int > * m_sdoWord
TH1 * m_h_truthMatchedRDOs
std::vector< std::vector< int > > * m_eventIndex_vec
std::vector< int > * m_barcode
std::vector< TH1 * > m_h_brl_strip_perLayer
SG::ReadHandleKey< InDetSimDataCollection > m_inputTruthKey
std::vector< bool > * m_belowThresh
std::vector< int > * m_phiModule
std::vector< std::vector< float > > * m_charge_vec
std::vector< int > * m_side_sdo
std::vector< int > * m_groupSize
std::vector< int > * m_barrelEndcap_sdo
std::vector< double > * m_localZ
std::vector< int > * m_etaModule
LockedHandle< TH2 > m_h_globalXY_shared
Gaudi::Property< bool > m_doPosition
std::vector< double > * m_localX
std::vector< double > * m_globalZ0
std::vector< unsigned long long > * m_sdoID
std::vector< int > * m_layerDisk
std::vector< int > * m_row
std::vector< int > * m_side
SG::ReadHandleKey< SCT_RDO_Container > m_inputKey
Gaudi::Property< std::string > m_ntuplePath
TH1 * m_h_belowThresh_brl
std::vector< double > * m_globalX0
std::vector< int > * m_row_sdo
std::vector< std::vector< int > > * m_barcode_vec
Gaudi::Property< std::string > m_histPath
Gaudi::Property< std::string > m_ntupleName
std::vector< double > * m_globalY1
SG::ReadHandleKey< McEventCollection > m_inputMcEventCollectionKey
std::vector< int > * m_layerDisk_sdo
TH1 * m_h_barrelEndcap_sdo
std::vector< unsigned int > * m_rdoWord
virtual StatusCode initialize() override final
std::vector< bool > * m_noise
std::vector< double > * m_globalZ1
std::vector< int > * m_strip_sdo
std::vector< double > * m_localY
std::vector< int > * m_strip
Gaudi::Property< std::string > m_sharedHistPath
const InDetDD::SCT_DetectorManager * m_SCT_Manager
std::vector< int > * m_etaModule_sdo
std::vector< bool > * m_disabled
virtual StatusCode execute() override final
std::vector< TH1 * > m_h_ec_strip_perLayer
std::vector< double > * m_globalY0
ServiceHandle< ITHistSvc > m_thistSvc
std::vector< int > * m_eventIndex
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
This is an Identifier helper class for the SCT subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.