#include <functional>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <vector>
#include <memory>
#include <cstring>
#include <string>
#include <cctype>
#include <map>
#include <set>
#include <boost/algorithm/string/trim.hpp>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "GeneratorInterface/LHEInterface/interface/LHERunInfo.h"
#include "GeneratorInterface/LHEInterface/interface/LHEEvent.h"
#include "GeneratorInterface/PartonShowerVeto/interface/JetMatchingMadgraph.h"
Go to the source code of this file.
Classes | |
struct | gen::MEMAEV |
struct | gen::MEMAIN |
struct | gen::OUTTREE |
struct | gen::PYPART |
struct | gen::UPPRIV |
Namespaces | |
gen | |
Macros | |
#define | PARAMLEN 20 |
Functions | |
void | gen::mgevnt_ (void) |
void | gen::mginit_ (int *npara, Param *params, Param *values) |
void | gen::mgveto_ (int *veto) |
static std::map< std::string, std::string > | gen::parseHeader (const std::vector< std::string > &header) |
Variables | |
struct gen::MEMAEV | gen::memaev_ |
struct gen::MEMAIN | gen::memain_ |
struct gen::OUTTREE | gen::outtree_ |
struct gen::PYPART | gen::pypart_ |
struct gen::UPPRIV | gen::uppriv_ |
#define PARAMLEN 20 |
Definition at line 27 of file JetMatchingMadgraph.cc.