ATLAS Offline Software
Loading...
Searching...
No Matches
TrtHitsTestTool.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_TRTHITSTESTTOOL
6#define G4AT_TRTHITSTESTTOOL
7
8#include "SimTestToolBase.h"
9
10namespace InDetDD {
12}
13
15
16
17public:
18
19 TrtHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
20
21 StatusCode initialize();
22 StatusCode processEvent();
23
24 private:
25 std::string m_collection;
26 // general inner detector
28 // specialised (TRT)
35};
36
37#endif
The Detector Manager for all TRT Detector elements, it acts as the interface to the detector elements...
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
TrtHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
const InDetDD::TRT_DetectorManager * m_detMgr
StatusCode processEvent()
std::string m_collection
TH2 * m_hits_edep_zr_nonphotons
StatusCode initialize()
Message Stream Member.