ATLAS Offline Software
LArGeoH62004EventActionTool.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 LARG4H6SD_LARGEOH62004EVENTACTIONTOOL_H
6 #define LARG4H6SD_LARGEOH62004EVENTACTIONTOOL_H
7 
8 // System includes
9 #include <string>
10 
11 // Infrastructure includes
13 
14 // Local includes
16 
17 namespace G4UA
18 {
19 
28  public UserActionToolBase<LArGeoH62004EventAction>
29  {
30 
31  public:
32 
34  LArGeoH62004EventActionTool(const std::string& type, const std::string& name,
35  const IInterface* parent);
36 
38  StatusCode initialize() override final;
39 
40  protected:
41 
43  virtual std::unique_ptr<LArGeoH62004EventAction>
45 
46  private:
49 
50  }; // class LArGeoH62004EventActionTool
51 
52 } // namespace G4UA
53 
54 #endif
G4UA::G4AtlasUserActions
Struct for passing around user actions.
Definition: IUserActionTool.h:32
G4UA
for nSW
Definition: CalibrationDefaultProcessing.h:19
G4UA::LArGeoH62004EventActionTool::m_config
LArGeoH62004EventAction::Config m_config
Configuration parameters.
Definition: LArGeoH62004EventActionTool.h:48
UserActionToolBase.h
G4UA::LArGeoH62004EventAction
NEEDS DOCUMENTATION.
Definition: LArGeoH62004EventAction.h:20
protected
#define protected
Definition: DetDescrConditionsDict_dict_fixes.cxx:14
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
G4UA::LArGeoH62004EventActionTool::makeAndFillAction
virtual std::unique_ptr< LArGeoH62004EventAction > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
G4UA::LArGeoH62004EventActionTool
Tool which manages the LArGeoH62004EventAction action.
Definition: LArGeoH62004EventActionTool.h:29
G4UA::LArGeoH62004EventActionTool::LArGeoH62004EventActionTool
LArGeoH62004EventActionTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Config
Definition: dumpNPs.cxx:47
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
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
LArGeoH62004EventAction.h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
G4UA::LArGeoH62004EventActionTool::initialize
StatusCode initialize() override final
Framework intialize method.