ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace 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>
38
39 }; // class FluxRecorderTool
40
41} // namespace G4UA
42#endif
virtual std::unique_ptr< FluxRecorder > makeAndFillAction(G4AtlasUserActions &) override final
create action for this thread
FluxRecorderTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.