ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsValidationUserActionTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ISF_GEANT4TOOLS_G4UA__PHYSICSVALIATIONUSERACTIONTOOL_H
6#define ISF_GEANT4TOOLS_G4UA__PHYSICSVALIATIONUSERACTIONTOOL_H
7
10
11namespace G4UA
12{
13
14 namespace iGeant4
15 {
16
23 public UserActionToolBase<PhysicsValidationUserAction>
24 {
25
26 public:
28 PhysicsValidationUserActionTool(const std::string& type,
29 const std::string& name,
30 const IInterface* parent);
31 protected:
33 virtual std::unique_ptr<PhysicsValidationUserAction>
35 private:
38 }; // class PhysicsValidationUserActionTool
39
40 }// iGeant4
41
42} // namespace G4UA
43
44#endif //ISF_GEANT4TOOLS_G4UA__PHYSICSVALIATIONUSERACTIONTOOL_H
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
virtual std::unique_ptr< PhysicsValidationUserAction > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
PhysicsValidationUserAction::Config m_config
Configuration parameters.
PhysicsValidationUserActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Struct for passing around user actions.