KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
ReconEventOKIterator Class Reference

Wrapper class for iterating over "OK" nuclei in KVReconstructedEvent accessed through base pointer or reference.

Iterators are not defined for the abstract base class KVEvent. This class is a wrapper which allows to use iterators with reconstructed events passed as base references or pointers. The iterator returns references to KVReconstructedNucleus objects:

KVEvent* event; // pointer to valid KVReconstructedEvent object
for(auto& nuc : ReconEventOKIterator(event)) { nuc.GetStoppingDetector(); }
KVReconstructedEvent::EventOKIterator ReconEventOKIterator
Abstract base class container for multi-particle events.
Definition: KVEvent.h:66

#include <KVReconstructedEvent.h>


The documentation for this class was generated from the following file: