5#ifndef RPC_HIT_ANALYSIS_H
6#define RPC_HIT_ANALYSIS_H
20 virtual StatusCode
initialize() override final;
21 virtual StatusCode
execute(
const EventContext& ctx) override final;
43 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"/RPCHitAnalysis/"};
Property holding a SG store/key/clid from which a ReadHandle is made.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
TH1 * m_h_hits_x
Some variables.
~RPCHitAnalysis()=default
virtual StatusCode initialize() override final
Gaudi::Property< std::string > m_path
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
SG::ReadHandleKey< RPCSimHitCollection > m_readKey
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Property holding a SG store/key/clid from which a ReadHandle is made.