#include <JetMatchingMadgraph.h>
Public Member Functions | |
JetMatchingMadgraph (const edm::ParameterSet ¶ms) | |
template<> | |
std::string | parseParameter (const std::string &value) |
template<> | |
bool | parseParameter (const std::string &value_) |
~JetMatchingMadgraph () | |
Public Member Functions inherited from gen::JetMatching | |
virtual const std::vector< int > * | getPartonList () |
virtual bool | initAfterBeams () |
bool | isMatchingDone () |
JetMatching (const edm::ParameterSet ¶ms) | |
void | resetMatchingStatus () |
virtual | ~JetMatching () |
Protected Member Functions | |
virtual void | beforeHadronisation (const lhef::LHEEvent *event) |
virtual void | beforeHadronisationExec () |
std::set< std::string > | capabilities () const |
virtual double | getJetEtaMax () const |
template<typename T > | |
T | getParameter (const std::string &var, const T &defValue=T()) const |
virtual void | init (const lhef::LHERunInfo *runInfo) |
virtual int | match (const lhef::LHEEvent *partonLevel, const std::vector< fastjet::PseudoJet > *jetInput) |
Static Protected Member Functions | |
template<typename T > | |
static T | getParameter (const std::map< std::string, std::string > ¶ms, const std::string &var, const T &defValue=T()) |
template<typename T > | |
static T | parseParameter (const std::string &value) |
template<typename T > | |
static void | updateOrDie (const std::map< std::string, std::string > ¶ms, T ¶m, const std::string &name) |
Protected Attributes | |
bool | eventInitialized |
bool | exclusive |
std::map< std::string, std::string > | mgParams |
bool | runInitialized |
bool | soup |
Protected Attributes inherited from gen::JetMatching | |
bool | fMatchingStatus |
Additional Inherited Members | |
Static Public Member Functions inherited from gen::JetMatching | |
static std::auto_ptr< JetMatching > | create (const edm::ParameterSet ¶ms) |
Definition at line 9 of file JetMatchingMadgraph.h.
gen::JetMatchingMadgraph::JetMatchingMadgraph | ( | const edm::ParameterSet & | params | ) |
Definition at line 125 of file JetMatchingMadgraph.cc.
References gen::MEMAIN::clfact, gen::MEMAIN::etaclmax, gen::MEMAIN::etcjet, edm::hlt::Exception, exclusive, gen::MEMAIN::excres, gen::OUTTREE::flag, edm::ParameterSet::getParameter(), cmsHarvester::index, gen::MEMAIN::ktsche, gen::MEMAIN::maxjets, gen::memain_, gen::MEMAIN::minjets, alignBH_cfg::mode, gen::MEMAIN::nexcres, gen::MEMAIN::nqmatch, gen::outtree_, gen::MEMAIN::qcut, gen::MEMAIN::rclmax, gen::MEMAIN::showerkt, soup, contentValuesCheck::ss, and AlCaHLTBitMon_QueryRunRegistry::string.
gen::JetMatchingMadgraph::~JetMatchingMadgraph | ( | ) |
Definition at line 171 of file JetMatchingMadgraph.cc.
|
protectedvirtual |
Reimplemented from gen::JetMatching.
Definition at line 296 of file JetMatchingMadgraph.cc.
References indexGen::comments, eventInitialized, edm::hlt::Exception, i, gen::UPPRIV::ickkw, lhef::HEPEUP::NUP, EnergyCorrector::pt, gen::PYPART::ptpart, lhef::HEPEUP::PUP, gen::pypart_, runInitialized, mathSSE::sqrt(), contentValuesCheck::ss, and gen::uppriv_.
|
protectedvirtual |
Reimplemented from gen::JetMatching.
Definition at line 343 of file JetMatchingMadgraph.cc.
References eventInitialized, and gen::mgevnt_().
|
protectedvirtual |
Reimplemented from gen::JetMatching.
Definition at line 180 of file JetMatchingMadgraph.cc.
References query::result.
|
protectedvirtual |
Implements gen::JetMatching.
Definition at line 175 of file JetMatchingMadgraph.cc.
References gen::MEMAIN::etaclmax, and gen::memain_.
|
staticprotected |
Definition at line 107 of file JetMatchingMadgraph.cc.
Referenced by getParameter(), and updateOrDie().
|
protected |
Definition at line 119 of file JetMatchingMadgraph.cc.
References getParameter(), and mgParams.
|
protectedvirtual |
Reimplemented from gen::JetMatching.
Definition at line 237 of file JetMatchingMadgraph.cc.
References gather_cfg::cout, gen::MEMAIN::etaclmax, lhef::LHERunInfo::findHeader(), gen::UPPRIV::ickkw, getDQMSummary::iter, gen::MEMAIN::maxjets, gen::MEMAIN::mektsc, gen::memain_, gen::mginit_(), mgParams, gen::MEMAIN::minjets, gen::MEMAIN::nqmatch, Parameters::parameters, gen::parseHeader(), gen::MEMAIN::qcut, runInitialized, gen::MEMAIN::showerkt, updateOrDie(), gen::uppriv_, and makeHLTPrescaleTable::values.
|
protectedvirtual |
Implements gen::JetMatching.
Definition at line 355 of file JetMatchingMadgraph.cc.
References eventInitialized, edm::hlt::Exception, exclusive, gen::JetMatching::fMatchingStatus, gen::MEMAEV::iexc, gen::MEMAIN::maxjets, gen::memaev_, gen::memain_, gen::mgveto_(), gen::MEMAEV::nljets, runInitialized, soup, and TriggerAnalyzer::veto.
|
staticprotected |
Definition at line 77 of file JetMatchingMadgraph.cc.
References query::result, and contentValuesCheck::ss.
std::string gen::JetMatchingMadgraph::parseParameter | ( | const std::string & | value | ) |
Definition at line 86 of file JetMatchingMadgraph.cc.
References query::result, and AlCaHLTBitMon_QueryRunRegistry::string.
bool gen::JetMatchingMadgraph::parseParameter | ( | const std::string & | value_ | ) |
Definition at line 97 of file JetMatchingMadgraph.cc.
References AlCaHLTBitMon_QueryRunRegistry::string, create_public_lumi_plots::transform, and relativeConstraints::value.
|
staticprotected |
Definition at line 220 of file JetMatchingMadgraph.cc.
References edm::hlt::Exception, and getParameter().
Referenced by init().
|
protected |
Definition at line 46 of file JetMatchingMadgraph.h.
Referenced by beforeHadronisation(), beforeHadronisationExec(), and match().
|
protected |
Definition at line 48 of file JetMatchingMadgraph.h.
Referenced by JetMatchingMadgraph(), and match().
|
protected |
Definition at line 43 of file JetMatchingMadgraph.h.
Referenced by getParameter(), and init().
|
protected |
Definition at line 45 of file JetMatchingMadgraph.h.
Referenced by beforeHadronisation(), init(), and match().
|
protected |
Definition at line 47 of file JetMatchingMadgraph.h.
Referenced by JetMatchingMadgraph(), and match().