#include <GeantFollowerHelper.h>
|
struct | TreeData |
| Ntuple variables : initial parameters Split this out into a separate, dynamically-allocated block. More...
|
|
Definition at line 24 of file GeantFollowerHelper.h.
◆ GeantFollowerHelper()
Trk::GeantFollowerHelper::GeantFollowerHelper |
( |
const std::string & |
t, |
|
|
const std::string & |
n, |
|
|
const IInterface * |
p |
|
) |
| |
◆ ~GeantFollowerHelper()
Trk::GeantFollowerHelper::~GeantFollowerHelper |
( |
| ) |
|
|
virtualdefault |
◆ beginEvent()
void Trk::GeantFollowerHelper::beginEvent |
( |
| ) |
|
|
overridevirtual |
◆ endEvent()
void Trk::GeantFollowerHelper::endEvent |
( |
| ) |
|
|
overridevirtual |
◆ finalize()
StatusCode Trk::GeantFollowerHelper::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode Trk::GeantFollowerHelper::initialize |
( |
| ) |
|
|
overridevirtual |
Definition at line 48 of file GeantFollowerHelper.cxx.
54 return StatusCode::FAILURE;
94 SmartIF<ITHistSvc> tHistSvc{Gaudi::svcLocator()->service(
"THistSvc")};
96 ATH_MSG_ERROR(
"Could not find Hist Service -> Switching ValidationMode Off !" );
100 ATH_MSG_ERROR(
"Could not register the validation Tree -> Switching ValidationMode Off !" );
105 return StatusCode::SUCCESS;
◆ trackParticle()
void Trk::GeantFollowerHelper::trackParticle |
( |
const G4ThreeVector & |
pos, |
|
|
const G4ThreeVector & |
mom, |
|
|
int |
pdg, |
|
|
double |
charge, |
|
|
float |
t, |
|
|
float |
X0 |
|
) |
| |
|
overridevirtual |
◆ m_extrapolateDirectly
bool Trk::GeantFollowerHelper::m_extrapolateDirectly |
|
private |
◆ m_extrapolateIncrementally
bool Trk::GeantFollowerHelper::m_extrapolateIncrementally |
|
private |
◆ m_extrapolator
ToolHandle<IExtrapolator> Trk::GeantFollowerHelper::m_extrapolator |
|
private |
◆ m_parameterCache
◆ m_treeData
std::unique_ptr<TreeData> Trk::GeantFollowerHelper::m_treeData |
|
private |
◆ m_tX0Cache
float Trk::GeantFollowerHelper::m_tX0Cache |
|
private |
◆ m_validationTree
TTree* Trk::GeantFollowerHelper::m_validationTree |
|
private |
◆ m_validationTreeDescription
std::string Trk::GeantFollowerHelper::m_validationTreeDescription |
|
private |
◆ m_validationTreeFolder
std::string Trk::GeantFollowerHelper::m_validationTreeFolder |
|
private |
◆ m_validationTreeName
std::string Trk::GeantFollowerHelper::m_validationTreeName |
|
private |
◆ MAXPROBES
constexpr int Trk::GeantFollowerHelper::MAXPROBES {50000} |
|
staticconstexpr |
The documentation for this class was generated from the following files: