ATLAS Offline Software
Loading...
Searching...
No Matches
TileHitsTestTool.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_TILEHITSTESTTOOL
6#define G4AT_TILEHITSTESTTOOL
7
8#include "SimTestToolBase.h"
9
10class TileID;
11class TileTBID;
13
14
16
17
18public:
19
20 TileHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
21
22 StatusCode initialize();
23
24 StatusCode processEvent();
25
26private:
27
31
34
37
38 TH1 *m_etot;
39
41};
42
43#endif
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode processEvent()
StatusCode initialize()
TileHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
const TileTBID * m_tileTBID
const TileID * m_tileID
const TileDetDescrManager * m_tileMgr
Helper class for TileCal offline identifiers.
Definition TileID.h:67
Helper class for TileCal offline identifiers of ancillary testbeam detectors and MBTS.