ATLAS Offline Software
Loading...
Searching...
No Matches
TestActionEHistTool.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 G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
6#define G4PROFILINGTOOLS_G4UA__TESTACTIONEHISTTOOL_H
7
9#include "TestActionEHist.h"
10
11namespace G4UA
12{
13
23 public UserActionToolBase<TestActionEHist>
24 {
25
26 public:
27
29 TestActionEHistTool(const std::string& type, const std::string& name,
30 const IInterface* parent);
31
32 protected:
33
35 virtual std::unique_ptr<TestActionEHist>
37
38 private:
39
42
43 }; // class TestActionEHistTool
44
45} // namespace G4UA
46
47#endif
virtual std::unique_ptr< TestActionEHist > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
TestActionEHist::Config m_config
holds the configuration details received from python
TestActionEHistTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.