ATLAS Offline Software
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
NeutronFastSimTool::NeutronFastSimTool
NeutronFastSimTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
NeutronFastSimTool.cxx:9
FastSimulationBase.h
NeutronFastSimTool::m_timeCut
double m_timeCut
!< Eta cut for primaries
Definition:
NeutronFastSimTool.h:28
FastSimulationBase
Definition:
FastSimulationBase.h:27
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
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
NeutronFastSimTool
Definition:
NeutronFastSimTool.h:15
NeutronFastSimTool::~NeutronFastSimTool
~NeutronFastSimTool()
Definition:
NeutronFastSimTool.h:19
NeutronFastSimTool::m_etaCut
double m_etaCut
Definition:
NeutronFastSimTool.h:27
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
columnar::final
CM final
Definition:
ColumnAccessor.h:106
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
NeutronFastSimTool::m_trackFastSimSDName
std::string m_trackFastSimSDName
Definition:
NeutronFastSimTool.h:26
private
#define private
Definition:
xAODTruthCnvAlg.h:20
Generated on Mon Sep 1 2025 21:16:21 for ATLAS Offline Software by
1.8.18