EICd
EIC data model
|
#include <ReconstructedParticleRelationsData.h>
Public Attributes | |
::eic::Index | recID {} |
ReconstructedParticle index. More... | |
::eic::Index | vertexID {} |
Start vertex for this particle. More... | |
::eic::Index | trackID {} |
Index of the associated track, if any. More... | |
::eic::Index | ecalID {} |
Index of associated pos/barrel/neg ECAL cluster, if any. More... | |
::eic::Index | hcalID {} |
Index of associated pos/barrel/neg HCAL cluster, if any. More... | |
::eic::Index | cherID {} |
Index of associated pos/barrel/neg Cherenkov info, if any. More... | |
::eic::Index | tofID {} |
Index of the associated TOF info, if any. More... | |
::eic::Index | mcID {} |
Index of the associated MC particle, if any. More... | |
Relational info associated with our reconstructed particle
::eic::Index eic::ReconstructedParticleRelationsData::cherID {} |
Index of associated pos/barrel/neg Cherenkov info, if any.
::eic::Index eic::ReconstructedParticleRelationsData::ecalID {} |
Index of associated pos/barrel/neg ECAL cluster, if any.
::eic::Index eic::ReconstructedParticleRelationsData::hcalID {} |
Index of associated pos/barrel/neg HCAL cluster, if any.
::eic::Index eic::ReconstructedParticleRelationsData::mcID {} |
Index of the associated MC particle, if any.
::eic::Index eic::ReconstructedParticleRelationsData::recID {} |
ReconstructedParticle index.
::eic::Index eic::ReconstructedParticleRelationsData::tofID {} |
Index of the associated TOF info, if any.
::eic::Index eic::ReconstructedParticleRelationsData::trackID {} |
Index of the associated track, if any.
::eic::Index eic::ReconstructedParticleRelationsData::vertexID {} |
Start vertex for this particle.