ATLAS Offline Software
Loading...
Searching...
No Matches
GeantFollowerTool.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 TRKG4USERACTIONS_G4UA__GEANTFOLLOWERTOOL_H
6#define TRKG4USERACTIONS_G4UA__GEANTFOLLOWERTOOL_H
7
8// Infrastructure includes
10
11// Local includes
13
14namespace G4UA{
15
21 class GeantFollowerTool : public UserActionToolBase<GeantFollower>
22 {
23
24 public:
26 GeantFollowerTool(const std::string& type, const std::string& name,const IInterface* parent);
27 protected:
29 virtual std::unique_ptr<GeantFollower>
31 private:
34 }; // class GeantFollowerTool
35
36} // namespace G4UA
37
38#endif
GeantFollower::Config m_config
Configuration parameters.
virtual std::unique_ptr< GeantFollower > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
GeantFollowerTool(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.