]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/HepMC/IteratorRange.h
Merge branch 'master' into TPCdev
[u/mrichter/AliRoot.git] / TEvtGen / HepMC / IteratorRange.h
1 //--------------------------------------------------------------------------
2 #ifndef HEPMC_ITERATOR_RANGE_H
3 #define HEPMC_ITERATOR_RANGE_H
4
5 //////////////////////////////////////////////////////////////////////////
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
11 //////////////////////////////////////////////////////////////////////////
12
13
14 namespace HepMC {
15
16     /// type of iteration
17     enum IteratorRange { parents, children, family, 
18                          ancestors, descendants, relatives };
19 } // HepMC
20
21 #endif  // HEPMC_ITERATOR_RANGE_H
22 //--------------------------------------------------------------------------