Last change
on this file since 607 was 575, checked in by cp3-support, 13 years ago |
upgrade HepMC to version 2.06.05
|
File size:
792 bytes
|
Rev | Line | |
---|
[575] | 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 | //--------------------------------------------------------------------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.