ATLAS Offline Software
MDTHitsTestTool.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_MDTHITSTESTTOOL
6 #define G4AT_MDTHITSTESTTOOL
7 
8 #include "MuonHitTestToolBase.h"
9 
10 
11 //#include "MuonIdHelpers/MdtIdHelper.h"
12 class MdtIdHelper;
13 
14 
16 
17 
18 public:
19 
20  MDTHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent)
23  {
24  declareProperty("DoMDTTest", m_DoMDTTest=true);
25  m_BarrelEtaCut=1.;
26  }
27 
29 
31 
32  protected:
35 private:
36 
38 
40 
41 };
42 
43 #endif
MDTHitsTestTool
Definition: MDTHitsTestTool.h:15
MuonHitTestToolBase.h
MuonHitTestToolBase::m_BarrelEtaCut
double m_BarrelEtaCut
MDT barrel eta cut, applicable to the MDT 2D cross section plot.
Definition: MuonHitTestToolBase.h:44
MDTHitsTestTool::m_pMdtIdHelper
const MdtIdHelper * m_pMdtIdHelper
Definition: MDTHitsTestTool.h:39
MDTHitsTestTool::getIdentifier
Identifier getIdentifier(HitID cschit)
Definition: MDTHitsTestTool.cxx:38
MDTHitsTestTool::processEvent
StatusCode processEvent()
Definition: MDTHitsTestTool.cxx:82
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MdtIdHelper
Definition: MdtIdHelper.h:61
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
MDTHitsTestTool::MDTHitsTestTool
MDTHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: MDTHitsTestTool.h:20
MDTHitsTestTool::m_DoMDTTest
bool m_DoMDTTest
Definition: MDTHitsTestTool.h:37
MuonHitTestToolBase
Definition: MuonHitTestToolBase.h:21
HitID
int HitID
Definition: GenericMuonSimHit.h:13
MDTHitsTestTool::initialize
StatusCode initialize()
Definition: MDTHitsTestTool.cxx:129
MDTHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier offid)
Definition: MDTHitsTestTool.cxx:60