Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    rc008923 r2acc2e9  
    2525
    2626#include "Pythia.h"
    27 #include "Pythia8Plugins/CombineMatchingInput.h"
    2827
    2928#include "TROOT.h"
     
    225224
    226225  Pythia8::Pythia *pythia = 0;
    227  
    228   // for matching
    229   Pythia8::CombineMatchingInput *combined = 0;
    230   Pythia8::UserHooks* matching = 0;
    231226
    232227  if(argc != 4)
     
    275270    // Initialize Pythia
    276271    pythia = new Pythia8::Pythia;
    277  
    278     // jet matching
    279     matching = combined->getHook(*pythia);
    280     if (!matching)
    281     {
    282       throw runtime_error("can't do matching");
    283     }
    284     pythia->setUserHooksPtr(matching);
    285  
     272    //Pythia8::Event& event = pythia->event;
     273    //Pythia8::ParticleData& pdt = pythia->particleData;
    286274
    287275    if(pythia == NULL)
Note: See TracChangeset for help on using the changeset viewer.