ATLAS Offline Software
Loading...
Searching...
No Matches
VolumeDebuggerTool.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__VOLUMEDEBUGGERTOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__VOLUMEDEBUGGERTOOL_H
7
9#include "./VolumeDebugger.h"
10
11namespace G4UA
12{
13
21 class VolumeDebuggerTool : public UserActionToolBase<VolumeDebugger>
22 {
23 public:
25 VolumeDebuggerTool(const std::string& type, const std::string& name,const IInterface* parent);
26 protected:
28 virtual std::unique_ptr<VolumeDebugger>
30 private:
33 }; // class VolumeDebuggerTool
34
35} // namespace G4UA
36
37#endif
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
VolumeDebugger::Config m_config
holds the configuration received from the python side
virtual std::unique_ptr< VolumeDebugger > makeAndFillAction(G4AtlasUserActions &) override final
builds the action for a thread
VolumeDebuggerTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool constructor
Struct for passing around user actions.