ATLAS Offline Software
CheckActivationTool.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 G4DEBUGGINGTOOLS_G4UA__CHECKACTIVATIONTOOL_H
6 #define G4DEBUGGINGTOOLS_G4UA__CHECKACTIVATIONTOOL_H
7 
9 #include "CheckActivation.h"
10 
11 namespace G4UA
12 {
13 
19  class CheckActivationTool: public UserActionToolBase<CheckActivation>
20  {
21  public:
23  CheckActivationTool(const std::string& type, const std::string& name,const IInterface* parent);
24  protected:
26  virtual std::unique_ptr<CheckActivation>
27  makeAndFillAction(G4AtlasUserActions&) override final;
28  }; // class CheckActivationTool
29 
30 } // namespace G4UA
31 
32 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
CheckActivation.h
UserActionToolBase.h
G4UA::CheckActivationTool::makeAndFillAction
virtual std::unique_ptr< CheckActivation > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
Definition: CheckActivationTool.cxx:18
test_pyathena.parent
parent
Definition: test_pyathena.py:15
G4UA::CheckActivationTool
Tool which manages the CheckActivation.
Definition: CheckActivationTool.h:20
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
G4UA::UserActionToolBase
abstract template utility base-class for G4 user-action tools.
Definition: UserActionToolBase.h:33
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
G4UA::CheckActivationTool::CheckActivationTool
CheckActivationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition: CheckActivationTool.cxx:10