ATLAS Offline Software
Simulation
G4Atlas
G4AtlasTests
src
TGCHitsTestTool.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_TGCHITSTESTTOOL
6
#define G4AT_TGCHITSTESTTOOL
7
8
#include "
MuonHitTestToolBase.h
"
9
10
//#include "MuonReadoutGeometry/MuonDetectorManager.h"
11
//#include "MuonIdHelpers/TgcIdHelper.h"
12
class
TgcIdHelper
;
13
14
15
class
TGCHitsTestTool
:
public
MuonHitTestToolBase
{
16
17
18
public
:
19
20
TGCHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
21
:
MuonHitTestToolBase
(
type
,
name
,
parent
),
22
m_pTgcIdHelper
(0)
23
{
24
declareProperty(
"DoTGCTest"
,
m_DoTGCTest
=
true
);
25
}
26
27
StatusCode
initialize
();
28
29
StatusCode
processEvent
();
30
31
protected
:
32
Identifier
getIdentifier
(
HitID
);
33
StatusCode
checkIdentifier
(
Identifier
);
34
35
36
private
:
37
38
bool
m_DoTGCTest
;
39
40
const
TgcIdHelper
*
m_pTgcIdHelper
;
41
42
};
43
44
#endif
TGCHitsTestTool::m_DoTGCTest
bool m_DoTGCTest
Definition:
TGCHitsTestTool.h:38
TGCHitsTestTool::getIdentifier
Identifier getIdentifier(HitID)
Definition:
TGCHitsTestTool.cxx:23
TgcIdHelper
Definition:
TgcIdHelper.h:50
MuonHitTestToolBase.h
TGCHitsTestTool::TGCHitsTestTool
TGCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TGCHitsTestTool.h:20
TGCHitsTestTool::m_pTgcIdHelper
const TgcIdHelper * m_pTgcIdHelper
Definition:
TGCHitsTestTool.h:40
TGCHitsTestTool
Definition:
TGCHitsTestTool.h:15
TGCHitsTestTool::processEvent
StatusCode processEvent()
Definition:
TGCHitsTestTool.cxx:66
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TGCHitsTestTool::initialize
StatusCode initialize()
Definition:
TGCHitsTestTool.cxx:116
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
MuonHitTestToolBase
Definition:
MuonHitTestToolBase.h:21
HitID
int HitID
Definition:
GenericMuonSimHit.h:13
TGCHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier)
Definition:
TGCHitsTestTool.cxx:45
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Nov 7 2024 21:27:41 for ATLAS Offline Software by
1.8.18