@@ -200,6 +200,13 @@ components:
200200 - bool TOTInProgress // Flag which indicates if TOT calculation is ongoing, ADC value may be corrupted if this is true
201201 - bool TOTComplete // Flag which indicates if a TOT calculation is complete and TOT value is valid
202202
203+ # # Event-level truthiness information
204+ edm4eic::TruthinessContribution :
205+ Members :
206+ - float pid // Contribution of PID matching to truthiness
207+ - float energy // Contribution of energy matching to truthiness
208+ - float momentum // Contribution of momentum matching to truthiness
209+
203210datatypes :
204211
205212 edm4eic::Tensor :
@@ -633,21 +640,16 @@ datatypes:
633640 where a zero value indicates a perfect reconstruction."
634641 Author : " W. Deconinck, S. Colbert"
635642 Members :
636- - float event_truthiness // Overall truthiness of the entire event
637- - float event_pid_contribution // Contribution of PID matching to truthiness
638- - float event_energy_contribution // Contribution of energy matching to truthiness
639- - float event_momentum_contribution // Contribution of momentum matching to truthiness
640- - float unassociated_mc_particles_contribution // Contribution from unassociated MC particles
641- - float unassociated_rc_particles_contribution // Contribution from unassociated reconstructed particles
643+ - float truthiness // Overall truthiness of the entire event
644+ - edm4eic::TruthinessContribution associationContribution // Contribution from all associated particles
645+ - float unassociatedMCParticlesContribution // Contribution from unassociated MC particles
646+ - float unassociatedRecoParticlesContribution // Contribution from unassociated reconstructed particles
642647 VectorMembers :
643- - float association_truthiness // Overall truthiness of each association
644- - float association_pid_contribution // Contribution of PID matching to truthiness
645- - float association_energy_contribution // Contribution of energy matching to truthiness
646- - float association_momentum_contribution // Contribution of momentum matching to truthiness
648+ - edm4eic::TruthinessContribution associationContributions // Contribution from associated particles
647649 OneToManyRelations :
648- - edm4eic::MCRecoParticleAssociation associations // Reference to the associated reconstructed particles
649- - edm4hep::MCParticle unassociated_mc_particles // Reference to the unassociated MC particles
650- - edm4eic::ReconstructedParticle unassociated_rc_particles // Reference to the unassociated reconstructed particles
650+ - edm4eic::MCRecoParticleAssociation associations // Reference to the associated particles
651+ - edm4hep::MCParticle unassociatedMCParticles // Reference to the unassociated MC particles
652+ - edm4eic::ReconstructedParticle unassociatedRecoParticles // Reference to the unassociated reconstructed particles
651653
652654links :
653655 edm4eic::TrackProtoClusterLink :
0 commit comments