Fork me on GitHub

Ignore:
Timestamp:
Jul 4, 2013, 1:35:38 AM (11 years ago)
Author:
Pavel Demin
Message:

fix genMakefile and PileUpMergerPythia8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/PileUpMergerPythia8.cc

    r1167 r1168  
    5757void PileUpMergerPythia8::Init()
    5858{
    59   const char *fileName;
    60 
    6159  fMeanPileUp  = GetDouble("MeanPileUp", 10);
    6260  fZVertexSpread = GetDouble("ZVertexSpread", 0.05)*1.0E3;
     
    10199  Double_t dz, dphi;
    102100  Int_t poisson, event, i;
    103   Long64_t allEntries, entry;
    104101  Candidate *candidate;
    105102  DelphesFactory *factory;
     
    124121    for(i = 0; i < fPythia->event.size(); ++i)
    125122    {
    126       Pythia8::Particle &particle = pythia->event[i];
     123      Pythia8::Particle &particle = fPythia->event[i];
    127124
    128125      if(particle.status() != 1 || !particle.isVisible() || particle.pT() <= fPTMin) continue;
Note: See TracChangeset for help on using the changeset viewer.