1#ifndef MUON_SP_ID_DUMPER_H
2#define MUON_SP_ID_DUMPER_H
37 virtual StatusCode
execute()
override;
38 virtual StatusCode
finalize()
override;
46 ToolHandle<MuonML::IGraphInferenceTool>
m_graphFilterTool{
this,
"GraphFilterTool",
"",
"Graph inference tool"};
48 Gaudi::Property<bool>
m_isMC{
this,
"isMC",
true};
49 Gaudi::Property<double>
m_SPId_cut{
this,
"spIdValue", -7};
Handle class for reading a decoration on an object.
Property holding a SG store/key/clid from which a ReadHandle is made.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< MuonR4::SpacePointContainer > m_readKey
MuonVal::VectorBranch< float > & m_spoint_driftR
MuonVal::VectorBranch< float > & m_spoint_x
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
MuonVal::MuonTesterTree m_tree
MuonVal::VectorBranch< uint16_t > & m_spoint_layer
MuonVal::VectorBranch< uint8_t > & m_spoint_station
MuonVal::VectorBranch< float > & m_spoint_z
virtual StatusCode finalize() override
virtual StatusCode initialize() override
SG::ReadHandleKey< MuonR4::SegmentContainer > m_inSegmentKey
ToolHandle< MuonML::IGraphInferenceTool > m_graphFilterTool
MuonVal::VectorBranch< uint8_t > & m_spoint_label
Gaudi::Property< double > m_SPId_cut
Gaudi::Property< bool > m_isMC
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() override
MuonVal::VectorBranch< float > & m_spoint_y
MuonVal::VectorBranch< float > & m_spoint_predictions
Property holding a SG store/key/clid from which a ReadHandle is made.
This header ties the generic definitions in this package.