ATLAS Offline Software
Loading...
Searching...
No Matches
MDTHitsTestTool.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_MDTHITSTESTTOOL
6#define G4AT_MDTHITSTESTTOOL
7
9
10
11//#include "MuonIdHelpers/MdtIdHelper.h"
12class MdtIdHelper;
13
14
16
17
18public:
19
20 MDTHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent)
21 : MuonHitTestToolBase(type, name, parent),
23 {
24 declareProperty("DoMDTTest", m_DoMDTTest=true);
26 }
27
28 StatusCode initialize();
29
30 StatusCode processEvent();
31
32 protected:
34 StatusCode checkIdentifier(Identifier offid);
35private:
36
38
40
41};
42
43#endif
int HitID
StatusCode initialize()
StatusCode checkIdentifier(Identifier offid)
MDTHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Identifier getIdentifier(HitID cschit)
const MdtIdHelper * m_pMdtIdHelper
StatusCode processEvent()
double m_BarrelEtaCut
MDT barrel eta cut, applicable to the MDT 2D cross section plot.
MuonHitTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)