ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_SimHitsTestTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4AT_ALFA_SIMHITSTESTTOOL
6#define G4AT_ALFA_SIMHITSTESTTOOL
7
8#include "SimTestToolBase.h"
9
10
12
13 public:
14
15 ALFA_SimHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
16
17 StatusCode initialize();
18 StatusCode processEvent();
19
20 private:
21
22 // ALFA test histograms
23
24 TH2 *m_hit_map_h[8];
27 TH1 *m_E_gvs{};
28};
29
30#endif
ALFA_SimHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)