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

Wrapper class for iterating over groups of 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 : ReconEventGroupIterator(event, "groupname")) { nuc.GetStoppingDetector(); }
KVReconstructedEvent::EventGroupIterator ReconEventGroupIterator
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: