13 using namespace Pythia8;
18 if (!runInfo)
return false;
25 setStrategy(heprup.
IDWTUP);
27 for(
int i = 0;
i < heprup.
NPRUP;
i++)
36 std::vector<std::string> slha = runInfo->findHeader(
"slha");
39 for(std::vector<std::string>::const_iterator
iter = slha.begin();
iter != slha.end(); ++
iter) {
40 slhaheader.append(*
iter);
42 infoPtr->setHeader(
"slha",slhaheader);
46 infoPtr->eventAttributes =
new std::map<std::string, std::string >;
55 if (!
event)
return false;
57 if (
event->getReadAttempts() > 0 )
return false;
61 if ( !hepeup.
NUP )
return false;
66 const std::vector<float> &scales =
event->scales();
68 bool doRecalculate = (mRecalculate > 0.);
70 unsigned int iscale = 0;
71 for(
int i = 0;
i < hepeup.
NUP;
i++) {
77 if (scales.size()>0 && hepeup.
ISTUP[
i]==1) {
78 if (iscale>=scales.size()) {
80 <<
"cluster scales for all outgoing partons or for none"
83 scalein = scales[iscale];
88 double mass = hepeup.
PUP[
i][4];
91 if (doRecalculate && mass > mRecalculate) {
92 mass = sqrtpos( energy*energy - hepeup.
PUP[
i][0]*hepeup.
PUP[
i][0] - hepeup.
PUP[
i][1]*hepeup.
PUP[
i][1] - hepeup.
PUP[
i][2]*hepeup.
PUP[
i][2]);
103 hepeup.
PUP[
i][2], energy,
108 infoPtr->eventAttributes->clear();
111 int npLO =
event->npLO();
112 int npNLO =
event->npNLO();
118 snprintf( buffer, 100,
"%i",npLO);
119 (*infoPtr->eventAttributes)[
"npLO"] = buffer;
123 snprintf( buffer, 100,
"%i",npNLO);
124 (*infoPtr->eventAttributes)[
"npNLO"] = buffer;
129 this->setPdf(pdf->
id.first, pdf->
id.second,
130 pdf->
x.first, pdf->
x.second,
132 pdf->
xPDF.first, pdf->
xPDF.second,
true);
135 this->setPdf(hepeup.
IDUP[0], hepeup.
IDUP[1],
136 hepeup.
PUP[0][3] / runInfo->getHEPRUP()->EBMUP.first,
137 hepeup.
PUP[1][3] / runInfo->getHEPRUP()->EBMUP.second,
std::pair< double, double > EBMUP
std::pair< double, double > x
std::vector< double > VTIMUP
std::pair< int, int > IDBMUP
std::pair< double, double > xPDF
std::pair< int, int > PDFGUP
bool setEvent(int idProcIn, double mRecalculate=-1.)
std::vector< std::pair< int, int > > MOTHUP
std::vector< FiveVector > PUP
std::vector< double > SPINUP
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
std::vector< double > XERRUP
std::vector< double > XMAXUP
std::pair< int, int > PDFSUP
std::vector< double > XSECUP
std::vector< std::pair< int, int > > ICOLUP