Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesProMC.cpp

    re5fa629 r1fa50c2  
    125125    candidate->Status = status;
    126126
    127     candidate->IsPU=0;
    128     if (mutableParticles->barcode(i)>0) candidate->IsPU=1; // pileup particle
    129 
    130127    candidate->M1 = mutableParticles->mother1(i);
    131128    candidate->M2 = mutableParticles->mother2(i);
     
    234231      cout << "** Reading " << argv[i] << endl;
    235232
    236       // use 64 bit
    237       //inputFile = new ProMCBook(argv[i], "r", true);
    238 
    239       //use 32 bit zip (faster but limitted to 64k events)
    240233      inputFile = new ProMCBook(argv[i], "r");
    241234
Note: See TracChangeset for help on using the changeset viewer.