ATLAS Offline Software
Loading...
Searching...
No Matches
ZDCHitsTestTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4AT_ZDCHITSTESTTOOL
6#define G4AT_ZDCHITSTESTTOOL
7
8#include "SimTestToolBase.h"
10
11
13
14
15public:
16
17 ZDCHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
18
19 StatusCode initialize();
20
21 StatusCode processEvent();
22 private:
23
24 // globals
25 TH1 *m_zdc[2][4],*m_rpd[2][16];
26 const ZdcID* m_ZdcID = nullptr;
27
28};
29
30#endif
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)
ZDCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
StatusCode processEvent()
StatusCode initialize()
const ZdcID * m_ZdcID
TH1 * m_zdc[2][4]
TH1 * m_rpd[2][16]
Definition ZdcID.h:25