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