ATLAS Offline Software
Loading...
Searching...
No Matches
EnergyConservationTestTool.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__ENERGYCONSERVATIONTESTTOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__ENERGYCONSERVATIONTESTTOOL_H
7
10
11namespace G4UA
12{
13
14 class EnergyConservationTestTool : public UserActionToolBase<EnergyConservationTest>
15 {
16 public:
17 EnergyConservationTestTool(const std::string& type, const std::string& name,const IInterface* parent);
18 protected:
19 virtual std::unique_ptr<EnergyConservationTest>
21 }; // class EnergyConservationTestTool
22
23} // namespace G4UA
24
25#endif
EnergyConservationTestTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual std::unique_ptr< EnergyConservationTest > makeAndFillAction(G4AtlasUserActions &) override final
Make the action and push onto the lists.
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.