ATLAS Offline Software
FluxRecorderTool.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__FLUXRECORDERTOOL_H
6 #define G4USERACTIONS_G4UA__FLUXRECORDERTOOL_H
7 
8 // Infrastructure includes
10 
11 // Local includes
12 #include "FluxRecorder.h"
13 
14 namespace G4UA
15 {
16 
24  class FluxRecorderTool : public UserActionToolBase<FluxRecorder>
25  {
26 
27  public:
28 
30  FluxRecorderTool(const std::string& type, const std::string& name,
31  const IInterface* parent);
32 
33  protected:
34 
36  virtual std::unique_ptr<FluxRecorder>
37  makeAndFillAction(G4AtlasUserActions&) override final;
38 
39  }; // class FluxRecorderTool
40 
41 } // namespace G4UA
42 #endif
G4UA::FluxRecorderTool
Tool which manages the FluxRecorder action.
Definition: FluxRecorderTool.h:25
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA::FluxRecorderTool::FluxRecorderTool
FluxRecorderTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
Definition: FluxRecorderTool.cxx:10
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
UserActionToolBase.h
FluxRecorder.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4UA::FluxRecorderTool::makeAndFillAction
virtual std::unique_ptr< FluxRecorder > makeAndFillAction(G4AtlasUserActions &) override final
create action for this thread
Definition: FluxRecorderTool.cxx:18
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78