#include <algorithm>
#include <functional>
#include <iostream>
#include <sstream>
#include <string>
#include <memory>
#include <boost/bind.hpp>
#include "FWCore/Sources/interface/ExternalInputSource.h"
#include "FWCore/Framework/interface/InputSourceMacros.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "GeneratorInterface/LHEInterface/interface/LHERunInfo.h"
#include "GeneratorInterface/LHEInterface/interface/LHEEvent.h"
#include "GeneratorInterface/Herwig6Interface/interface/Herwig6Instance.h"
#include "SimDataFormats/GeneratorProducts/interface/LHERunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LesHouches.h"
#include "SimDataFormats/GeneratorProducts/interface/LHECommonBlocks.h"
#include "MCatNLOSource.h"
Go to the source code of this file.
Function Documentation
template<typename T >
static std::string makeConfigLine |
( |
const char * |
var, |
|
|
unsigned int |
index, |
|
|
T |
value |
|
) |
| [static] |
Definition at line 93 of file MCatNLOSource.cc.
{
std::ostringstream ss;
ss << var << "(" << index << ") = " << value << "\n";
return ss.str();
}
template<typename T >
static std::string makeConfigLine |
( |
const char * |
var, |
|
|
T |
value |
|
) |
| [static] |
void mcatnloupevnt_ |
( |
int * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
void mcatnloupinit_ |
( |
int * |
, |
|
|
const char * |
, |
|
|
int |
|
|
) |
| |