ATLAS Offline Software
Loading...
Searching...
No Matches
HECHitsTestTool.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_HECHITSTESTTOOL
6#define G4AT_HECHITSTESTTOOL
7
8#include "LArHitsTestTool.h"
9
11{
12 public:
13 HECHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
14 virtual ~HECHitsTestTool() {}
15
16 StatusCode initialize();
17};
18
19#endif // G4AT_HECHITSTESTTOOL
StatusCode initialize()
virtual ~HECHitsTestTool()
HECHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
LArHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)