ATLAS Offline Software
Loading...
Searching...
No Matches
LucidHitsTestTool.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_LUCIDHITSTESTTOOL
6#define G4AT_LUCIDHITSTESTTOOL
7
8#include "SimTestToolBase.h"
9
11
12public:
13
14 LucidHitsTestTool(const std::string& type, const std::string& name, const IInterface* parent);
15 virtual StatusCode initialize();
16 StatusCode processEvent();
17
18 protected:
22};
23
24#endif
virtual StatusCode initialize()
LucidHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
SimTestToolBase(const std::string &type, const std::string &name, const IInterface *parent)