ATLAS Offline Software
Loading...
Searching...
No Matches
ScoringPlaneTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4USERACTIONS_G4UA__SCORINGPLANETOOL_H
6#define G4USERACTIONS_G4UA__SCORINGPLANETOOL_H
7
8// Infrastructure includes
10
11// Local includes
12#include "ScoringPlane.h"
13
14
15namespace G4UA
16{
17
24 class ScoringPlaneTool : public UserActionToolBase<ScoringPlane>
25 {
26
27 public:
28
30 ScoringPlaneTool(const std::string& type, const std::string& name,
31 const IInterface* parent);
32
33 protected:
34
36 virtual std::unique_ptr<ScoringPlane>
38
39 private:
40
43
44 }; // class ScoringPlaneTool
45
46} // namespace G4UA
47
48#endif
ScoringPlane::Config m_config
holds the python configuration
ScoringPlaneTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard tool ctor.
virtual std::unique_ptr< ScoringPlane > makeAndFillAction(G4AtlasUserActions &) override final
creates the action instances
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Struct for passing around user actions.