CMS 3D CMS Logo

Classes | Defines | Functions

/data/refman/pasoursint/CMSSW_5_3_1/src/GeneratorInterface/LHEInterface/plugins/ExternalLHEProducer.cc File Reference

#include <cstdio>
#include <memory>
#include <vector>
#include <string>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <boost/shared_ptr.hpp>
#include <boost/ptr_container/ptr_deque.hpp>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/LuminosityBlock.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimDataFormats/GeneratorProducts/interface/LesHouches.h"
#include "SimDataFormats/GeneratorProducts/interface/LHERunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "GeneratorInterface/LHEInterface/interface/LHERunInfo.h"
#include "GeneratorInterface/LHEInterface/interface/LHEEvent.h"
#include "GeneratorInterface/LHEInterface/interface/LHEReader.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Classes

class  ExternalLHEProducer
class  ExternalLHEProducer::FileCloseSentry

Defines

#define BUFSIZE   4096

Functions

 DEFINE_FWK_MODULE (ExternalLHEProducer)

Define Documentation

#define BUFSIZE   4096

Definition at line 410 of file ExternalLHEProducer.cc.

Referenced by ExternalLHEProducer::readOutput().


Function Documentation

DEFINE_FWK_MODULE ( ExternalLHEProducer  )