Go to the documentation of this file. 1 #ifndef GeneratorInterface_MCatNLOInterface_MCatNLOSource_h
2 #define GeneratorInterface_MCatNLOInterface_MCatNLOSource_h
71 std::unique_ptr<std::ifstream>
reader;
73 std::shared_ptr<lhef::LHERunInfo>
runInfo;
74 std::shared_ptr<lhef::LHEEvent>
event;
77 #endif // GeneratorInterface_MCatNLOInterface_MCatNLOSource_h
std::unique_ptr< std::ifstream > reader
bool setRunAndEventInfo(edm::EventID &, edm::TimeValue_t &, edm::EventAuxiliary::ExperimentType &) override
~MCatNLOSource() override
unsigned int skipEvents
Number of events to skip.
bool hwwarn(const std::string &fn, int code) override
unsigned int nEvents
Number of events.
std::unique_ptr< std::ifstream > inputFile
Pointer to the input file.
std::shared_ptr< lhef::LHERunInfo > runInfo
void produce(edm::Event &event) override
void beginRun(edm::Run &run) override
std::string fileName
Name of the input file.
MCatNLOSource(const edm::ParameterSet ¶ms, const edm::InputSourceDescription &desc)
std::shared_ptr< lhef::LHEEvent > event
unsigned long long TimeValue_t