ATLAS Offline Software
VerboseSelectorTool.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__VERBOSESELECTORTOOL_H
6 #define G4DEBUGGINGTOOLS_G4UA__VERBOSESELECTORTOOL_H
7 
9 #include "VerboseSelector.h"
10 
11 namespace G4UA
12 {
13 
14  class VerboseSelectorTool : public UserActionToolBase<VerboseSelector>
15  {
16 
17  public:
18  VerboseSelectorTool(const std::string& type, const std::string& name,const IInterface* parent);
19  protected:
20  virtual std::unique_ptr<VerboseSelector>
21  makeAndFillAction(G4AtlasUserActions&) override final;
22  private:
24  }; // class VerboseSelectorTool
25 
26 } // namespace G4UA
27 
28 #endif
G4UA::VerboseSelectorTool::makeAndFillAction
virtual std::unique_ptr< VerboseSelector > makeAndFillAction(G4AtlasUserActions &) override final
Make the action and push onto the lists.
Definition: VerboseSelectorTool.cxx:34
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
UserActionToolBase.h
G4UA::VerboseSelectorTool::VerboseSelectorTool
VerboseSelectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: VerboseSelectorTool.cxx:10
G4UA::VerboseSelectorTool::m_config
VerboseSelector::Config m_config
Definition: VerboseSelectorTool.h:23
VerboseSelector.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
G4UA::VerboseSelectorTool
Definition: VerboseSelectorTool.h:15
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
G4UA::VerboseSelector::Config
Definition: VerboseSelector.h:29
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78