ATLAS Offline Software
Loading...
Searching...
No Matches
TrackProcessorUserActionFullG4Tool.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 ISF_GEANT4TOOLS_G4UA__TRACKPROCESSORUSERACTIONFULLG4TOOL_H
6#define ISF_GEANT4TOOLS_G4UA__TRACKPROCESSORUSERACTIONFULLG4TOOL_H
7
10
11namespace G4UA
12{
13
14 namespace iGeant4
15 {
16
23 public UserActionToolBase<TrackProcessorUserActionFullG4>
24 {
25
26 public:
29 const std::string& name,
30 const IInterface* parent);
31 protected:
33 virtual std::unique_ptr<TrackProcessorUserActionFullG4>
35 private:
38 }; // class TrackProcessorUserActionFullG4Tool
39
40 }// iGeant4
41
42} // namespace G4UA
43
44#endif
UserActionToolBase(const std::string &type, const std::string &name, const IInterface *parent)
TrackProcessorUserActionFullG4::Config m_config
Configuration parameters.
virtual std::unique_ptr< TrackProcessorUserActionFullG4 > makeAndFillAction(G4AtlasUserActions &) override final
Create an action for this thread.
TrackProcessorUserActionFullG4Tool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Struct for passing around user actions.