CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h

Go to the documentation of this file.
00001 #ifndef REGGEGRIBOVPARTONMC_H
00002 #define REGGEGRIBOVPARTONMC_H
00003 
00004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00005 #include "GeneratorInterface/Core/interface/BaseHadronizer.h"
00006 #include "CLHEP/Random/RandomEngine.h"
00007 
00008 #include <map>
00009 #include <string>
00010 #include <vector>
00011 #include <math.h>
00012 
00013 namespace HepMC {
00014   class GenEvent;
00015   class GenParticle;
00016   class GenVertex;
00017 }
00018 
00019 
00020 namespace gen
00021 {
00022   class ReggeGribovPartonMCHadronizer : public BaseHadronizer {
00023   public:
00024     ReggeGribovPartonMCHadronizer(const edm::ParameterSet &);
00025     virtual ~ReggeGribovPartonMCHadronizer();  };
00026 
00027 } /*end namespace*/
00028 
00029 #endif //ifndef REGGEGRIBOVPARTONMC_H