ATLAS Offline Software
Loading...
Searching...
No Matches
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
HitID
int HitID
Definition
GenericMuonSimHit.h:13
MuonHitTestToolBase.h
MuonHitTestToolBase::MuonHitTestToolBase
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
MuonHitTestToolBase.cxx:17
TGCHitsTestTool::m_pTgcIdHelper
const TgcIdHelper * m_pTgcIdHelper
Definition
TGCHitsTestTool.h:40
TGCHitsTestTool::getIdentifier
Identifier getIdentifier(HitID)
Definition
TGCHitsTestTool.cxx:23
TGCHitsTestTool::m_DoTGCTest
bool m_DoTGCTest
Definition
TGCHitsTestTool.h:38
TGCHitsTestTool::processEvent
StatusCode processEvent()
Definition
TGCHitsTestTool.cxx:66
TGCHitsTestTool::TGCHitsTestTool
TGCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TGCHitsTestTool.h:20
TGCHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier)
Definition
TGCHitsTestTool.cxx:45
TGCHitsTestTool::initialize
StatusCode initialize()
Definition
TGCHitsTestTool.cxx:116
TgcIdHelper
Definition
TgcIdHelper.h:50
Identifier
Definition
IdentifierFieldParser.cxx:14
type
Generated on
for ATLAS Offline Software by
1.14.0