ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4DebuggingTools
src
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
8
#include "
G4AtlasTools/UserActionToolBase.h
"
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
:
23
VerboseSelector::Config
m_config
;
24
};
// class VerboseSelectorTool
25
26
}
// namespace G4UA
27
28
#endif
UserActionToolBase.h
VerboseSelector.h
G4UA::UserActionToolBase< VerboseSelector >::UserActionToolBase
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
UserActionToolBase.h:40
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::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
G4UA
for nSW
Definition
CalibrationDefaultProcessing.h:19
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition
IUserActionTool.h:35
G4UA::VerboseSelector::Config
Definition
VerboseSelector.h:29
type
Generated on
for ATLAS Offline Software by
1.14.0