ATLAS Offline Software
Loading...
Searching...
No Matches
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
9
10class CscIdHelper;
11
13
14
15public:
16
17 CSCHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent) :
18 MuonHitTestToolBase(type, name, parent),
20 {
21 declareProperty("DoCSCTest", m_DoCSCTest=true);
22 }
23
24 StatusCode initialize();
25
26 // StatusCode bookHistograms();
27
28 StatusCode processEvent();
29 protected:
31 StatusCode checkIdentifier(Identifier);
32private:
33
35
37
38};
39
40#endif
int HitID
CSCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode initialize()
StatusCode processEvent()
const CscIdHelper * m_pCscIdHelper
Identifier getIdentifier(HitID)
StatusCode checkIdentifier(Identifier)
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)