ATLAS Offline Software
Loading...
Searching...
No Matches
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
9
10//#include "MuonReadoutGeometry/MuonDetectorManager.h"
11//#include "MuonIdHelpers/TgcIdHelper.h"
12class TgcIdHelper;
13
14
16
17
18public:
19
20 TGCHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent)
21 : MuonHitTestToolBase(type, name, parent),
23 {
24 declareProperty("DoTGCTest", m_DoTGCTest=true);
25 }
26
27 StatusCode initialize();
28
29 StatusCode processEvent();
30
31 protected:
33 StatusCode checkIdentifier(Identifier);
34
35
36private:
37
39
41
42};
43
44#endif
int HitID
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
const TgcIdHelper * m_pTgcIdHelper
Identifier getIdentifier(HitID)
StatusCode processEvent()
TGCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode checkIdentifier(Identifier)
StatusCode initialize()