KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVGroupReconstructor::particle_to_add_from_coherency_analysis Struct Reference

Detailed Description

informations required to add a particle to the event which is revealed by an inconsistency between the different identifications for an existing particle

Definition at line 70 of file KVGroupReconstructor.h.

Public Attributes

Int_t first_id_result_to_copy
 number of KVIdentificationResult (in original_particle's list) corresponding to identification of the particle
 
KVIDTelescopeidentifying_telescope
 telescope which identified current particle
 
Int_t max_id_result_index
 last KVIdentificationResult in original_particle's list
 
KVReconstructedNucleusoriginal_particle
 particle whose identification/calibration revealed presence of pile-up
 
KVGeoDetectorNodestopping_detector_node
 detector node in which new particle stopped
 
KVGeoDNTrajectorystopping_trajectory
 trajectory on which new particle stopped
 

Member Data Documentation

◆ first_id_result_to_copy

Int_t KVGroupReconstructor::particle_to_add_from_coherency_analysis::first_id_result_to_copy

number of KVIdentificationResult (in original_particle's list) corresponding to identification of the particle

Definition at line 75 of file KVGroupReconstructor.h.

◆ identifying_telescope

KVIDTelescope* KVGroupReconstructor::particle_to_add_from_coherency_analysis::identifying_telescope

telescope which identified current particle

Definition at line 74 of file KVGroupReconstructor.h.

◆ max_id_result_index

Int_t KVGroupReconstructor::particle_to_add_from_coherency_analysis::max_id_result_index

last KVIdentificationResult in original_particle's list

Definition at line 76 of file KVGroupReconstructor.h.

◆ original_particle

KVReconstructedNucleus* KVGroupReconstructor::particle_to_add_from_coherency_analysis::original_particle

particle whose identification/calibration revealed presence of pile-up

Definition at line 71 of file KVGroupReconstructor.h.

◆ stopping_detector_node

KVGeoDetectorNode* KVGroupReconstructor::particle_to_add_from_coherency_analysis::stopping_detector_node

detector node in which new particle stopped

Definition at line 72 of file KVGroupReconstructor.h.

◆ stopping_trajectory

KVGeoDNTrajectory* KVGroupReconstructor::particle_to_add_from_coherency_analysis::stopping_trajectory

trajectory on which new particle stopped

Definition at line 73 of file KVGroupReconstructor.h.