ATLAS Offline Software
Loading...
Searching...
No Matches
SiHitsTestTool.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_SIHITSTESTTOOL
6#define G4AT_SIHITSTESTTOOL
7
8#include "SimTestToolBase.h"
9
10
12
13
14public:
15
16 SiHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
17
18 StatusCode initialize();
19
20 StatusCode processEvent();
21
22 private:
23 std::string m_collection;
24 // general
26 // specialised (Pixel/SCT)
33};
34
35#endif
StatusCode initialize()
std::string m_collection
SiHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
TH1 * m_hits_log_step_length
StatusCode processEvent()
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)