ATLAS Offline Software
Loading...
Searching...
No Matches
CosmicPerigeeActionTool.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 G4USERACTIONS_G4UA_COSMICPERIGEEACTIONTOOL_H
6#define G4USERACTIONS_G4UA_COSMICPERIGEEACTIONTOOL_H
7
8// System includes
9#include <string>
10
11// Infrastructure includes
13
14// Local includes
15#include "CosmicPerigeeAction.h"
16
17namespace G4UA
18{
19
27 class CosmicPerigeeActionTool : public UserActionToolBase<CosmicPerigeeAction>
28 {
29
30 public:
31
33 CosmicPerigeeActionTool(const std::string& type, const std::string& name,
34 const IInterface* parent);
35
36 protected:
37
39 virtual std::unique_ptr<CosmicPerigeeAction>
41
42 private:
43
46
47 }; // class CosmicPerigeeActionTool
48
49} // namespace G4UA
50
51#endif
virtual std::unique_ptr< CosmicPerigeeAction > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
CosmicPerigeeActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
CosmicPerigeeAction::Config m_config
Configuration parameters.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.