ATLAS Offline Software
IteratorRange.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 /* Author: Andrii Verbytskyi andrii.verbytskyi@mpp.mpg.de */
5 
6 #ifndef ATLASHEPMC_ITERATORRANGE_H
7 #define ATLASHEPMC_ITERATORRANGE_H
8 #ifdef HEPMC3
9 namespace HepMC {
10 enum IteratorRange { parents, children, family,
11  ancestors, descendants, relatives
12  };
13 }
14 #else
15 #include "HepMC/IteratorRange.h"
16 #endif
17 #endif
python.DecayParser.parents
parents
print ("==> buf:",buf)
Definition: DecayParser.py:31
IteratorRange.h
HepMC
Definition: Barcode.h:14
python.DecayParser.children
children
Definition: DecayParser.py:32