ATLAS Offline Software
Loading...
Searching...
No Matches
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
HitID
int HitID
Definition
GenericMuonSimHit.h:13
MuonHitTestToolBase.h
MDTHitsTestTool::initialize
StatusCode initialize()
Definition
MDTHitsTestTool.cxx:129
MDTHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier offid)
Definition
MDTHitsTestTool.cxx:60
MDTHitsTestTool::MDTHitsTestTool
MDTHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
MDTHitsTestTool.h:20
MDTHitsTestTool::getIdentifier
Identifier getIdentifier(HitID cschit)
Definition
MDTHitsTestTool.cxx:38
MDTHitsTestTool::m_pMdtIdHelper
const MdtIdHelper * m_pMdtIdHelper
Definition
MDTHitsTestTool.h:39
MDTHitsTestTool::processEvent
StatusCode processEvent()
Definition
MDTHitsTestTool.cxx:82
MDTHitsTestTool::m_DoMDTTest
bool m_DoMDTTest
Definition
MDTHitsTestTool.h:37
MdtIdHelper
Definition
MdtIdHelper.h:61
MuonHitTestToolBase::m_BarrelEtaCut
double m_BarrelEtaCut
MDT barrel eta cut, applicable to the MDT 2D cross section plot.
Definition
MuonHitTestToolBase.h:44
MuonHitTestToolBase::MuonHitTestToolBase
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
MuonHitTestToolBase.cxx:17
Identifier
Definition
IdentifierFieldParser.cxx:14
type
Generated on
for ATLAS Offline Software by
1.14.0