ATLAS Offline Software
Simulation
G4Utilities
TrackWriteFastSim
src
StoppedParticleFastSimTool.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_StoppedParticleFastSimTool_h
6
#define TRACKWRITEFASTSIM_StoppedParticleFastSimTool_h
7
8
#include "
G4AtlasTools/FastSimulationBase.h
"
9
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
G4AtlasInterfaces/ISensitiveDetector.h
"
// What we have a handle on
12
13
class
G4VFastSimulationModel;
14
15
class
StoppedParticleFastSimTool
:
public
FastSimulationBase
16
{
17
public
:
18
19
StoppedParticleFastSimTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface *
parent
);
20
~StoppedParticleFastSimTool
() {}
21
StatusCode
initialize
() override
final
;
22
protected
:
26
virtual G4VFastSimulationModel*
makeFastSimModel
() override
final
;
27
private
:
28
ToolHandle<
ISensitiveDetector
>
m_trackFastSimSDTool
;
29
};
30
31
#endif // TRACKWRITEFASTSIM_StoppedParticleFastSimTool_h
FastSimulationBase.h
ISensitiveDetector
Definition:
ISensitiveDetector.h:21
FastSimulationBase
Definition:
FastSimulationBase.h:27
StoppedParticleFastSimTool::StoppedParticleFastSimTool
StoppedParticleFastSimTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
StoppedParticleFastSimTool.cxx:8
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
StoppedParticleFastSimTool::m_trackFastSimSDTool
ToolHandle< ISensitiveDetector > m_trackFastSimSDTool
Definition:
StoppedParticleFastSimTool.h:28
StoppedParticleFastSimTool
Definition:
StoppedParticleFastSimTool.h:16
columnar::final
CM final
Definition:
ColumnAccessor.h:106
protected
#define protected
Definition:
GenEventCnv_p1.h:26
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
private
#define private
Definition:
xAODTruthCnvAlg.h:20
StoppedParticleFastSimTool::makeFastSimModel
virtual G4VFastSimulationModel * makeFastSimModel() override final
Method to make the actual fast simulation model itself, which will be owned by the tool.
Definition:
StoppedParticleFastSimTool.cxx:21
StoppedParticleFastSimTool::initialize
StatusCode initialize() override final
Definition:
StoppedParticleFastSimTool.cxx:14
ISensitiveDetector.h
StoppedParticleFastSimTool::~StoppedParticleFastSimTool
~StoppedParticleFastSimTool()
Definition:
StoppedParticleFastSimTool.h:20
Generated on Mon Sep 1 2025 21:19:36 for ATLAS Offline Software by
1.8.18