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