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