source: HiSusy/trunk/hepmc/x86_64-slc5-gcc41-opt/include/HepMC/IteratorRange.h @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 792 bytes
Line 
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
14namespace 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.