ATLAS Offline Software
Loading...
Searching...
No Matches
Geant4SetupCheckerTool.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__GEANT4SETUPCHECKERTOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__GEANT4SETUPCHECKERTOOL_H
7
10
11namespace G4UA
12{
13
19 class Geant4SetupCheckerTool : public UserActionToolBase<Geant4SetupChecker>
20 {
21
22 public:
24 Geant4SetupCheckerTool(const std::string& type, const std::string& name,const IInterface* parent);
25 protected:
27 virtual std::unique_ptr<Geant4SetupChecker>
29 private:
31 std::string m_file_location;
33 bool m_test;
34 }; // class Geant4SetupCheckerTool
35
36} // namespace G4UA
37
38#endif
std::string m_file_location
File location for reference file.
bool m_test
Test the setup or write a reference file?
virtual std::unique_ptr< Geant4SetupChecker > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
Geant4SetupCheckerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.