#include <JetMatchingPy8Internal.h>
|
enum | partonTypes {
ID_CHARM =4,
ID_BOT =5,
ID_TOP =6,
ID_LEPMIN =11,
ID_LEPMAX =16,
ID_GLUON =21,
ID_PHOTON =22
} |
|
enum | vetoStatus {
NONE,
LESS_JETS,
MORE_JETS,
HARD_JET,
UNMATCHED_PARTON
} |
|
Definition at line 31 of file JetMatchingPy8Internal.h.
JetMatching::JetMatching |
( |
| ) |
|
|
inline |
Definition at line 36 of file JetMatchingPy8Internal.h.
Pythia8::SlowJet * slowJetHard
Pythia8::SlowJet * slowJet
Pythia8::CellJet * cellJet
JetMatching::~JetMatching |
( |
| ) |
|
|
inline |
bool JetMatching::canVetoPartonLevelEarly |
( |
| ) |
|
|
inline |
bool JetMatching::canVetoProcessLevel |
( |
| ) |
|
|
inline |
bool JetMatching::canVetoStep |
( |
| ) |
|
|
inline |
bool JetMatching::doVetoPartonLevelEarly |
( |
const Pythia8::Event & |
event | ) |
|
Definition at line 21 of file JetMatchingPy8Internal.cc.
References gather_cfg::cout, i, and findQualityFiles::size.
Referenced by JetMatchingAlpgenInputAlpgen::doVetoPartonLevelEarly(), and JetMatchingMadgraphInputAlpgen::doVetoPartonLevelEarly().
42 cout << endl <<
"-------- Begin Madgraph Debug --------" << endl;
44 cout << endl <<
"Original incoming process:";
47 cout << endl <<
"Final-state incoming process:";
51 cout << ((
i == 0) ?
"Light jets: " :
", ") << setw(3) <<
typeIdx[0][
i];
53 cout <<
"Light jets: None";
56 cout << ((
i == 0) ?
"\nHeavy jets: " :
", ") << setw(3) <<
typeIdx[1][
i];
58 cout << ((
i == 0) ?
"\nOther: " :
", ") << setw(3) <<
typeIdx[2][
i];
60 cout << endl << endl <<
"Event:";
63 cout << endl <<
"Work event:";
68 int iTypeEnd = (
typeIdx[1].empty()) ? 1 : 2;
69 for (
int iType = 0; iType < iTypeEnd; iType++) {
78 cout << endl <<
"Jet algorithm event (iType = " << iType <<
"):";
90 cout << endl <<
"Event vetoed" << endl
91 <<
"---------- End MLM Debug ----------" << endl;
99 cout << endl <<
"Event accepted" << endl
100 <<
"---------- End MLM Debug ----------" << endl;
virtual void jetAlgorithmInput(const Pythia8::Event &, int)=0
Pythia8::Event eventProcess
Pythia8::Event workEventJet
virtual bool matchPartonsToJets(int)=0
Pythia8::Event eventProcessOrig
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
virtual void sortIncomingProcess(const Pythia8::Event &)=0
virtual void runJetAlgorithm()=0
static const bool MATCHINGDEBUG
tuple size
Write out results.
bool JetMatching::doVetoProcessLevel |
( |
Pythia8::Event & |
process | ) |
|
|
inline |
bool JetMatching::doVetoStep |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
const Pythia8::Event & |
|
|
) |
| |
|
inline |
virtual bool JetMatching::initAfterBeams |
( |
| ) |
|
|
pure virtual |
virtual void JetMatching::jetAlgorithmInput |
( |
const Pythia8::Event & |
, |
|
|
int |
|
|
) |
| |
|
protectedpure virtual |
virtual bool JetMatching::matchPartonsToJets |
( |
int |
| ) |
|
|
protectedpure virtual |
virtual int JetMatching::matchPartonsToJetsHeavy |
( |
| ) |
|
|
protectedpure virtual |
virtual int JetMatching::matchPartonsToJetsLight |
( |
| ) |
|
|
protectedpure virtual |
int JetMatching::numberVetoStep |
( |
| ) |
|
|
inline |
virtual void JetMatching::runJetAlgorithm |
( |
| ) |
|
|
protectedpure virtual |
virtual void JetMatching::sortIncomingProcess |
( |
const Pythia8::Event & |
| ) |
|
|
protectedpure virtual |
Pythia8::CellJet* JetMatching::cellJet |
|
protected |
double JetMatching::coneMatchHeavy |
|
protected |
double JetMatching::coneMatchLight |
|
protected |
double JetMatching::coneRadius |
|
protected |
double JetMatching::coneRadiusHeavy |
|
protected |
bool JetMatching::doMerge |
|
protected |
bool JetMatching::doShowerKt |
|
protected |
double JetMatching::etaJetMax |
|
protected |
double JetMatching::etaJetMaxAlgo |
|
protected |
double JetMatching::eTjetMin |
|
protected |
double JetMatching::eTpTlightMin |
|
protected |
double JetMatching::eTseed |
|
protected |
double JetMatching::eTthreshold |
|
protected |
Pythia8::Event JetMatching::eventProcess |
|
protected |
Pythia8::Event JetMatching::eventProcessOrig |
|
protected |
bool JetMatching::exclusive |
|
protected |
int JetMatching::exclusiveMode |
|
protected |
int JetMatching::jetAlgorithm |
|
protected |
int JetMatching::jetAllow |
|
protected |
int JetMatching::jetMatch |
|
protected |
const bool JetMatching::MATCHINGCHECK = false |
|
staticprotected |
const bool JetMatching::MATCHINGDEBUG = false |
|
staticprotected |
Pythia8::SlowJet* JetMatching::slowJet |
|
protected |
Pythia8::SlowJet* JetMatching::slowJetHard |
|
protected |
int JetMatching::slowJetPower |
|
protected |
vector<int> JetMatching::typeIdx[3] |
|
protected |
set<int> JetMatching::typeSet[3] |
|
protected |
Pythia8::Event JetMatching::workEventJet |
|
protected |