ATLAS Offline Software
Loading...
Searching...
No Matches
SteppingValidationTool.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 G4ATLASTESTS_G4UA__STEPPINGVALIDATIONTOOL_H
6#define G4ATLASTESTS_G4UA__STEPPINGVALIDATIONTOOL_H
7
10
11namespace G4UA
12{
13
21 class SteppingValidationTool : public UserActionToolBase<SteppingValidation>
22 {
23
24 public:
25
27 SteppingValidationTool(const std::string& type, const std::string& name,
28 const IInterface* parent);
29
30 protected:
31
33 virtual std::unique_ptr<SteppingValidation>
35
36 }; // class SteppingValidationTool
37
38} // namespace G4UA
39
40#endif
SteppingValidationTool(const std::string &type, const std::string &name, const IInterface *parent)
standard tool ctor
virtual std::unique_ptr< SteppingValidation > makeAndFillAction(G4AtlasUserActions &) override final
creates the instance of the action for this thread
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.