ATLAS Offline Software
Loading...
Searching...
No Matches
NeutronFastSimTool.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 TRACKWRITEFASTSIM_NeutronFastSimTool_h
6#define TRACKWRITEFASTSIM_NeutronFastSimTool_h
7
9
10#include <string>
11
12class G4VFastSimulationModel;
13
15{
16public:
17
18 NeutronFastSimTool(const std::string& type, const std::string& name, const IInterface *parent);
20protected:
24 virtual G4VFastSimulationModel* makeFastSimModel() override final;
27 double m_etaCut;
28 double m_timeCut;
29};
30
31#endif // TRACKWRITEFASTSIM_NeutronFastSimTool_h
FastSimulationBase(const std::string &type, const std::string &name, const IInterface *parent)
double m_timeCut
!< Eta cut for primaries
NeutronFastSimTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual G4VFastSimulationModel * makeFastSimModel() override final
Method to make the actual fast simulation model itself, which will be owned by the tool.
std::string m_trackFastSimSDName
STL namespace.
#define private