ATLAS Offline Software
Loading...
Searching...
No Matches
StepNtupleTool.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__STEPNTUPLETOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__STEPNTUPLETOOL_H
7
9#include "StepNtuple.h"
10
11namespace G4UA
12{
13
21 class StepNtupleTool : public UserActionToolBase<StepNtuple>
22 {
23
24 public:
26 StepNtupleTool(const std::string& type, const std::string& name,
27 const IInterface* parent);
28 protected:
30 virtual std::unique_ptr<StepNtuple>
32
33 }; // class StepNtupleTool
34
35} // namespace G4UA
36
37#endif
virtual std::unique_ptr< StepNtuple > makeAndFillAction(G4AtlasUserActions &) override final
Create action for this thread.
StepNtupleTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool ctor
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.