LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
GenParticleCollection.hh
Go to the documentation of this file.
1 #ifndef artg4tk_DataProducts_EventGenerators_GenParticleCollection_hh
2 #define artg4tk_DataProducts_EventGenerators_GenParticleCollection_hh
3 
4 //
5 // A collection of generated particles.
6 //
7 
9 
10 #include <vector>
11 
12 namespace artg4tk {
13 
14  typedef std::vector<GenParticle> GenParticleCollection;
15 
16 }
17 
18 #endif /* artg4tk_DataProducts_EventGenerators_GenParticleCollection_hh */
std::vector< GenParticle > GenParticleCollection