Go to the documentation of this file.00001 #ifndef gen_Pythia6ParticleGun_h
00002 #define gen_Pythia6ParticleGun_h
00003
00010 #include <string>
00011 #include <vector>
00012
00013 #include "Pythia6Gun.h"
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 namespace gen
00025 {
00026
00027
00028
00029 class Pythia6ParticleGun : public Pythia6Gun
00030 {
00031
00032 public:
00033
00034 Pythia6ParticleGun( const edm::ParameterSet& );
00035 virtual ~Pythia6ParticleGun();
00036
00037 protected:
00038
00039
00040
00041 std::vector<int> fPartIDs ;
00042
00043 };
00044
00045 }
00046
00047 #endif