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