ATLAS Offline Software
Loading...
Searching...
No Matches
RPCHitsTestTool.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_RPCHITSTESTTOOL
6#define G4AT_RPCHITSTESTTOOL
7
9
10//#include "MuonReadoutGeometry/MuonDetectorManager.h"
11//#include "MuonIdHelpers/RpcIdHelper.h"
12class RpcIdHelper;
13
15
16
17public:
18
19 RPCHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent)
20 : MuonHitTestToolBase(type, name, parent),
22 {
23 declareProperty("DoRPCTest", m_DoRPCTest=true);
24 }
25
26 StatusCode initialize();
27
28 StatusCode processEvent();
29
30 protected:
32 StatusCode checkIdentifier(Identifier offid);
33
34private:
35
37
39};
40
41#endif
int HitID
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode initialize()
const RpcIdHelper * m_pRpcIdHelper
Identifier getIdentifier(HitID rpchit)
RPCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode processEvent()
StatusCode checkIdentifier(Identifier offid)