9 #ifndef Pythia8_VinciaMerging_H 10 #define Pythia8_VinciaMerging_H 12 #include "Pythia8/Merging.h" 13 #include "Pythia8/VinciaCommon.h" 36 int mergeProcessSector(
Event& process);
39 bool insertResonances(
Event& process);
42 bool doMerging, doSectorMerging, includeWtInXsec, doXSecEstimate,
43 doMergeRes, doInsertRes;
53 int nAbort, nBelowMS, nVeto, nTotal;
54 vector<int> nVetoByMult, nTotalByMult;
57 map<int, double> historyCompTime;
58 map<int, int> nHistories;
void init() override
Overridden methods.
Definition: VinciaMerging.cc:24
The Event class holds all info on the generated event.
Definition: Event.h:453
Merging wrapper class for Vincia.
Definition: VinciaMerging.h:21
int mergeProcess(Event &process) override
Merge the event.
Definition: VinciaMerging.cc:163
void statistics() override
Print some stats.
Definition: VinciaMerging.cc:80
void setVerbose(int verboseIn)
Set the verbosity level.
Definition: VinciaMerging.h:31
Header for classes to set beam momentum and interaction vertex spread.
Definition: Analysis.h:20