CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia6Decays.h
Go to the documentation of this file.
1 #ifndef Pythia6Decays_h
2 #define Pythia6Decays_h
3 
4 #include <vector>
5 
7 class Pythia6jets;
8 class RawParticle;
9 
10 typedef std::vector<RawParticle> DaughterParticleList;
11 typedef DaughterParticleList::const_iterator DaughterParticleIterator;
12 
13 namespace gen { class Pythia6Service; }
14 
16 {
17  public:
18  Pythia6Decays();
20 
23 
24  private:
25 
29 
30 };
31 #endif
const DaughterParticleList & particleDaughters(ParticlePropagator &particle)
std::vector< RawParticle > DaughterParticleList
Definition: Pythia6Decays.h:8
DaughterParticleList theList
Definition: Pythia6Decays.h:28
DaughterParticleList::const_iterator DaughterParticleIterator
Definition: Pythia6Decays.h:11
gen::Pythia6Service * pyservice
Definition: Pythia6Decays.h:26
Pythia6jets * pyjets
Definition: Pythia6Decays.h:27