ATLAS Offline Software
Loading...
Searching...
No Matches
sTGCHitsTestTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4AT_sTGCHITSTESTTOOL
6#define G4AT_sTGCHITSTESTTOOL
7
9
10
12
13
14public:
15
16 sTGCHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent)
17 : MuonHitTestToolBase(type, name, parent)
18 {
19 declareProperty("DosTGCTest", m_DosTGCTest);
21 }
22
23 virtual StatusCode initialize() override final;
24
25 virtual StatusCode processEvent() override final;
26
28
36
38
39 bool m_DosTGCTest = true;
40
41 //const MdtIdHelper* m_pMdtIdHelper;
42
43};
44
45#endif
#define protected
double m_BarrelEtaCut
MDT barrel eta cut, applicable to the MDT 2D cross section plot.
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
TH2 * m_sTgc_TransverseView_QS3C_posZ
TH2 * m_sTgc_TransverseView_QL2P_posZ
TH2 * m_sTgc_TransverseView_QS1C_posZ
TH2 * m_sTgc_TransverseView_QL1P_posZ
virtual StatusCode processEvent() override final
sTGCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize() override final
TH2 * m_sTgc_TransverseView_QL3P_posZ
TH2 * m_sTgc_TransverseView_QS2C_posZ
#define private