ATLAS Offline Software
Loading...
Searching...
No Matches
TestActionShowerLibTool.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 LARG4GENSHOWERLIB_G4UA__TESTACTIONSHOWERLIBTOOL_H
6#define LARG4GENSHOWERLIB_G4UA__TESTACTIONSHOWERLIBTOOL_H
7
10
11namespace G4UA
12{
13
21 class TestActionShowerLibTool : public UserActionToolBase<TestActionShowerLib>
22 {
23
24 public:
25
27 TestActionShowerLibTool(const std::string& type, const std::string& name,
28 const IInterface* parent);
29
30 protected:
31
33 virtual std::unique_ptr<TestActionShowerLib>
35
36 }; // class TestActionShowerLibTool
37
38} // namespace G4UA
39
40#endif
virtual std::unique_ptr< TestActionShowerLib > makeAndFillAction(G4AtlasUserActions &) override final
Creates the action.
TestActionShowerLibTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.