StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IteratorRange.h
1 //--------------------------------------------------------------------------
2 #ifndef HEPMC_ITERATOR_RANGE_H
3 #define HEPMC_ITERATOR_RANGE_H
4 
6 // Matt.Dobbs@Cern.CH, September 1999, refer to:
7 // M. Dobbs and J.B. Hansen, "The HepMC C++ Monte Carlo Event Record for
8 // High Energy Physics", Computer Physics Communications (to be published).
9 //
10 // Iterator ranges used by GenVertex
12 
13 
14 namespace HepMC {
15 
17  enum IteratorRange { parents, children, family,
18  ancestors, descendants, relatives };
19 } // HepMC
20 
21 #endif // HEPMC_ITERATOR_RANGE_H
22 //--------------------------------------------------------------------------
IteratorRange
type of iteration
Definition: IteratorRange.h:17