ATLAS Offline Software
Simulation
G4Atlas
G4AtlasTests
src
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
15
class
MDTHitsTestTool
:
public
MuonHitTestToolBase
{
16
17
18
public
:
19
20
MDTHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
21
:
MuonHitTestToolBase
(
type
,
name
,
parent
),
22
m_pMdtIdHelper
(0)
23
{
24
declareProperty(
"DoMDTTest"
,
m_DoMDTTest
=
true
);
25
m_BarrelEtaCut
=1.;
26
}
27
28
StatusCode
initialize
();
29
30
StatusCode
processEvent
();
31
32
protected
:
33
Identifier
getIdentifier
(
HitID
cschit);
34
StatusCode
checkIdentifier
(
Identifier
offid);
35
private
:
36
37
bool
m_DoMDTTest
;
38
39
const
MdtIdHelper
*
m_pMdtIdHelper
;
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
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:221
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
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
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Nov 7 2024 21:20:40 for ATLAS Offline Software by
1.8.18