ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Utilities
G4FastSimulation
src
DeadMaterialShowerTool.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 G4FASTSIMULATION_DEADMATERIALSHOWERTOOL_H
6
#define G4FASTSIMULATION_DEADMATERIALSHOWERTOOL_H
7
8
#include "
G4AtlasTools/FastSimulationBase.h
"
9
10
class
G4VFastSimulationModel;
11
class
DeadMaterialShowerTool
:
public
FastSimulationBase
12
{
13
public
:
14
15
DeadMaterialShowerTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface *parent);
16
~DeadMaterialShowerTool
() {}
17
18
protected
:
22
virtual
G4VFastSimulationModel*
makeFastSimModel
() override final;
23
24
private
:
25
double
m_highEnergy
;
26
double
m_lowEnergy
;
27
double
m_zcutoff
;
28
29
};
30
31
#endif
//G4FASTSIMULATION_DEADMATERIALSHOWERTOOL_H
32
FastSimulationBase.h
DeadMaterialShowerTool::m_highEnergy
double m_highEnergy
Definition
DeadMaterialShowerTool.h:25
DeadMaterialShowerTool::~DeadMaterialShowerTool
~DeadMaterialShowerTool()
Definition
DeadMaterialShowerTool.h:16
DeadMaterialShowerTool::makeFastSimModel
virtual G4VFastSimulationModel * makeFastSimModel() override final
Method to make the actual fast simulation model itself, which will be owned by the tool.
Definition
DeadMaterialShowerTool.cxx:19
DeadMaterialShowerTool::m_zcutoff
double m_zcutoff
!< Kill only electrons and positrons up to this energy
Definition
DeadMaterialShowerTool.h:27
DeadMaterialShowerTool::DeadMaterialShowerTool
DeadMaterialShowerTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition
DeadMaterialShowerTool.cxx:11
DeadMaterialShowerTool::m_lowEnergy
double m_lowEnergy
!< Kill everything but muons up to this energy
Definition
DeadMaterialShowerTool.h:26
FastSimulationBase::FastSimulationBase
FastSimulationBase(const std::string &type, const std::string &name, const IInterface *parent)
Definition
FastSimulationBase.cxx:13
type
private
#define private
Definition
xAODTruthCnvAlg.h:20
Generated on
for ATLAS Offline Software by
1.14.0