ATLAS Offline Software
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 
14 namespace 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>
30  makeAndFillAction(G4AtlasUserActions&) override final;
31  private:
34  }; // class GeantFollowerTool
35 
36 } // namespace G4UA
37 
38 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
G4UA::GeantFollowerTool::GeantFollowerTool
GeantFollowerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition: GeantFollowerTool.cxx:10
UserActionToolBase.h
G4UA::GeantFollowerTool::m_config
GeantFollower::Config m_config
Configuration parameters.
Definition: GeantFollowerTool.h:33
test_pyathena.parent
parent
Definition: test_pyathena.py:15
GeantFollower.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
G4UA::GeantFollower::Config
Definition: GeantFollower.h:39
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
G4UA::GeantFollowerTool
Tool which manages the GeantFollower action.
Definition: GeantFollowerTool.h:22
G4UA::GeantFollowerTool::makeAndFillAction
virtual std::unique_ptr< GeantFollower > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
Definition: GeantFollowerTool.cxx:19