CMS 3D CMS Logo

STLesHouchesMixerSource.h

Go to the documentation of this file.
00001 #ifndef STLesHouchesMixerSource_h
00002 #define STLesHouchesMixerSource_h
00003 // -*- C++ -*-
00004 // Package:    MadGraphInterface
00005 // Class:      STLesHouchesMixerSource
00010 // Original Author:  Julia Weinelt, Dorian Kcira
00011 //         Created:  Tue Feb 26 17:48:50 CET 2008
00012 // $Id: STLesHouchesMixerSource.h,v 1.1 2008/02/27 13:55:28 dkcira Exp $
00013 #include "FWCore/Sources/interface/ExternalInputSource.h"
00014 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00015 namespace edm {
00016   class STLesHouchesMixerSource : public ExternalInputSource {
00017     public:
00018       STLesHouchesMixerSource(const ParameterSet &, const InputSourceDescription &);
00019       virtual ~STLesHouchesMixerSource();
00020     private:
00021       virtual bool produce(Event & e);
00022     private:
00023       std::string inputLHEFile22_;
00024       std::string inputLHEFile23_;
00025   };
00026 } 
00027 #endif

Generated on Tue Jun 9 17:37:08 2009 for CMSSW by  doxygen 1.5.4