ATLAS Offline Software
Loading...
Searching...
No Matches
CheckActivationTool.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__CHECKACTIVATIONTOOL_H
6#define G4DEBUGGINGTOOLS_G4UA__CHECKACTIVATIONTOOL_H
7
9#include "CheckActivation.h"
10
11namespace G4UA
12{
13
19 class CheckActivationTool: public UserActionToolBase<CheckActivation>
20 {
21 public:
23 CheckActivationTool(const std::string& type, const std::string& name,const IInterface* parent);
24 protected:
26 virtual std::unique_ptr<CheckActivation>
28 }; // class CheckActivationTool
29
30} // namespace G4UA
31
32#endif
virtual std::unique_ptr< CheckActivation > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
CheckActivationTool(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.