ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Atlas
G4AtlasTests
src
CSCHitsTestTool.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_CSCHITSTESTTOOL
6
#define G4AT_CSCHITSTESTTOOL
7
8
#include "
MuonHitTestToolBase.h
"
9
10
class
CscIdHelper
;
11
12
class
CSCHitsTestTool
:
public
MuonHitTestToolBase
{
13
14
15
public
:
16
17
CSCHitsTestTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent) :
18
MuonHitTestToolBase
(
type
, name, parent),
19
m_pCscIdHelper
(0)
20
{
21
declareProperty(
"DoCSCTest"
,
m_DoCSCTest
=
true
);
22
}
23
24
StatusCode
initialize
();
25
26
// StatusCode bookHistograms();
27
28
StatusCode
processEvent
();
29
protected
:
30
Identifier
getIdentifier
(
HitID
);
31
StatusCode
checkIdentifier
(
Identifier
);
32
private
:
33
34
bool
m_DoCSCTest
;
35
36
const
CscIdHelper
*
m_pCscIdHelper
;
37
38
};
39
40
#endif
HitID
int HitID
Definition
GenericMuonSimHit.h:13
MuonHitTestToolBase.h
CSCHitsTestTool::CSCHitsTestTool
CSCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
CSCHitsTestTool.h:17
CSCHitsTestTool::initialize
StatusCode initialize()
Definition
CSCHitsTestTool.cxx:114
CSCHitsTestTool::processEvent
StatusCode processEvent()
Definition
CSCHitsTestTool.cxx:66
CSCHitsTestTool::m_pCscIdHelper
const CscIdHelper * m_pCscIdHelper
Definition
CSCHitsTestTool.h:36
CSCHitsTestTool::getIdentifier
Identifier getIdentifier(HitID)
Definition
CSCHitsTestTool.cxx:22
CSCHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier)
Definition
CSCHitsTestTool.cxx:48
CSCHitsTestTool::m_DoCSCTest
bool m_DoCSCTest
Definition
CSCHitsTestTool.h:34
CscIdHelper
Definition
CscIdHelper.h:52
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