ATLAS Offline Software
Loading...
Searching...
No Matches
HyperspaceCatcherTool.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__HYPERSPACECATCHERTOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__HYPERSPACECATCHERTOOL_H
7
9#include "HyperspaceCatcher.h"
10
11namespace G4UA
12{
13
16 class HyperspaceCatcherTool : public UserActionToolBase<HyperspaceCatcher>
17 {
18
19 public:
20
21 HyperspaceCatcherTool(const std::string& type, const std::string& name,const IInterface* parent);
22
23 protected:
24
25 virtual std::unique_ptr<HyperspaceCatcher>
27
28 private:
29
31
32 }; // class HyperspaceCatcherTool
33
34} // namespace G4UA
35
36#endif
virtual std::unique_ptr< HyperspaceCatcher > makeAndFillAction(G4AtlasUserActions &) override final
Make the action and push onto the lists.
HyperspaceCatcher::Config m_config
HyperspaceCatcherTool(const std::string &type, const std::string &name, const IInterface *parent)
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.