getLHEvent.cpp
Go to the documentation of this file.
50 if (not Utils::file_exists(lhef_filename)) throw std::runtime_error("LHE file "+lhef_filename+" not found. Quitting..."); 58 // Attempt to read the next LHE event as a HEPUtils event. If there are no more events, wrap up the loop and skip the rest of this iteration. Pragma directives to suppress compiler warnings coming from including HepMC library headers... void getLHEvent(HEPUtils::Event &result) A nested function that reads in Les Houches Event files and converts them to HEPUtils::Event format... Definition: getLHEvent.cpp:38 STL namespace. Declarations common to all ColliderBit event loop functions. void get_HEPUtils_event(const LHEF::Reader &, HEPUtils::Event &, double) Extract an LHE event as a HEPUtils::Event. General small utility functions. EXPORT_SYMBOLS bool file_exists(const std::string &filename) Check if a file exists. Definition: util_functions.cpp:241 Simple header file for turning compiler warnings back on after having included one of the begin_ignor... |