CMS 3D CMS Logo

Classes | Namespaces | Defines | Functions | Variables

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

#include <functional>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <vector>
#include <memory>
#include <string>
#include <cctype>
#include <map>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <HepMC/GenEvent.h>
#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/LHEInterface/interface/JetMatching.h"

Go to the source code of this file.

Classes

class  lhef::JetMatchingMadgraph
struct  lhef::MEMAEV
struct  lhef::MEMAIN
struct  lhef::PYPART
struct  lhef::UPPRIV

Namespaces

namespace  lhef

Defines

#define PARAMLEN   20

Functions

 DEFINE_LHE_JETMATCHING_PLUGIN (JetMatchingMadgraph)
void lhef::mgevnt_ (void)
void lhef::mginit_ (int *npara, Param *params, Param *values)
void lhef::mgveto_ (int *veto)

Variables

struct lhef::MEMAEV lhef::memaev_
struct lhef::MEMAIN lhef::memain_
struct lhef::PYPART lhef::pypart_
struct lhef::UPPRIV lhef::uppriv_

Define Documentation

#define PARAMLEN   20

Definition at line 27 of file JetMatchingMadgraph.cc.


Function Documentation

DEFINE_LHE_JETMATCHING_PLUGIN ( JetMatchingMadgraph  )