Fork me on GitHub

Changeset e5fa629 in git for readers


Ignore:
Timestamp:
Nov 22, 2018, 11:19:47 PM (6 years ago)
Author:
chekanov <chekanov@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
7a86a5c
Parents:
0882413
Message:

Propogate pileup information from HepSim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesProMC.cpp

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