ATLAS Offline Software
Loading...
Searching...
No Matches
RPCHitAnalysis.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPC_HIT_ANALYSIS_H
6#define RPC_HIT_ANALYSIS_H
7
9
12
14
15 public:
16
18 ~RPCHitAnalysis() = default;
19
20 virtual StatusCode initialize() override final;
21 virtual StatusCode execute() override final;
22
23 private:
24
26 TH1* m_h_hits_x{nullptr};
27 TH1* m_h_hits_y{nullptr};
28 TH1* m_h_hits_z{nullptr};
29 TH1* m_h_hits_r{nullptr};
30 TH2* m_h_xy{nullptr};
31 TH2* m_h_zr{nullptr};
32 TH1* m_h_hits_eta{nullptr};
33 TH1* m_h_hits_phi{nullptr};
34 TH1* m_h_hits_lx{nullptr};
35 TH1* m_h_hits_ly{nullptr};
36 TH1* m_h_hits_lz{nullptr};
37 TH1* m_h_hits_time{nullptr};
38 TH1* m_h_hits_edep{nullptr};
39 TH1* m_h_hits_kine{nullptr};
40 TH1* m_h_hits_step{nullptr};
41
43 Gaudi::Property<std::string> m_path{this, "HistPath", "/RPCHitAnalysis/"};
44
45};
46
47#endif // RPC_HIT_ANALYSIS_H
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
SG::ReadHandleKey< RPCSimHitCollection > m_readKey
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() override final
Property holding a SG store/key/clid from which a ReadHandle is made.
#define private