1 #ifndef GeneratorInterface_MCatNLOInterface_MCatNLOSource_h 2 #define GeneratorInterface_MCatNLOInterface_MCatNLOSource_h 6 #include <boost/shared_ptr.hpp> 51 void endJob()
override;
58 bool hwwarn(
const std::string &fn,
int code)
override;
76 std::unique_ptr<std::ifstream>
reader;
78 boost::shared_ptr<lhef::LHERunInfo>
runInfo;
79 boost::shared_ptr<lhef::LHEEvent>
event;
82 #endif // GeneratorInterface_MCatNLOInterface_MCatNLOSource_h unsigned int nEvents
Number of events.
boost::shared_ptr< lhef::LHEEvent > event
std::unique_ptr< std::ifstream > inputFile
Pointer to the input file.
unsigned long long TimeValue_t
std::string fileName
Name of the input file.
boost::shared_ptr< lhef::LHERunInfo > runInfo
std::unique_ptr< std::ifstream > reader
unsigned int skipEvents
Number of events to skip.