ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
foreach.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file foreach.cc
1
#include "boost/foreach.hpp"
2
3
#include "HepMC/GenVertex.h"
4
#include "HepMC/GenRanges.h"
5
6
int
7
main
()
8
{
9
HepMC::GenVertexParticleRange
r
(HepMC::GenVertex *vertex, HepMC::children);
10
11
for
(HepMC::GenVertex::particle_iterator
it
= r.begin ();
it
!= r.end ();
it
++);
12
13
BOOST_FOREACH(HepMC::GenVertex::particle_iterator
it
, r);
14
15
return
0;
16
}
17
18
coresoftware
blob
master
generators
flowAfterburner
foreach.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:29
using
1.8.2 with
ECCE GitHub integration