#include <JetMatchingAlpgen.h>
Definition at line 10 of file JetMatchingAlpgen.h.
◆ JetMatchingAlpgen()
◆ ~JetMatchingAlpgen()
gen::JetMatchingAlpgen::~JetMatchingAlpgen |
( |
| ) |
|
|
override |
◆ beforeHadronisation()
void gen::JetMatchingAlpgen::beforeHadronisation |
( |
const lhef::LHEEvent * |
event | ) |
|
|
overrideprivatevirtual |
◆ capabilities()
std::set< std::string > gen::JetMatchingAlpgen::capabilities |
( |
| ) |
const |
|
overrideprivatevirtual |
◆ getJetEtaMax()
double gen::JetMatchingAlpgen::getJetEtaMax |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ init()
Reimplemented from gen::JetMatching.
Definition at line 54 of file JetMatchingAlpgen.cc.
56 std::vector<std::string> headerLines =
runInfo->findHeader(
"AlpgenUnwParFile");
57 if (headerLines.empty())
58 throw cms::Exception(
"Generator|PartonShowerVeto") <<
"In order to use Alpgen jet matching, "
59 "the input file has to contain the corresponding "
64 header.
parse(headerLines.begin(), headerLines.end());
98 for (std::map<AlpgenHeader::Parameter, double>::const_iterator iter =
header.
params.begin();
References ahpars_, ahppara_, gen::alsetp_(), filterCSVwithJSON::copy, AlpgenHeader::ebeam, AHPPARA::ebeam, header, AHPPARA::ihrd, AlpgenHeader::ihrd, createfilelist::int, AlpgenHeader::MASS_MAX, AHPPARA::masses, AlpgenHeader::masses, AHPARS::nparam, AlpgenHeader::params, AlpgenHeader::parse(), AHPARS::parval, submitPVValidationJobs::runInfo, and runInitialized.
◆ match()
int gen::JetMatchingAlpgen::match |
( |
const lhef::LHEEvent * |
partonLevel, |
|
|
const std::vector< fastjet::PseudoJet > * |
jetInput |
|
) |
| |
|
overrideprivatevirtual |
◆ applyMatching
bool gen::JetMatchingAlpgen::applyMatching |
|
private |
◆ eventInitialized
bool gen::JetMatchingAlpgen::eventInitialized |
|
private |
◆ header
◆ runInitialized
bool gen::JetMatchingAlpgen::runInitialized |
|
private |