Fork me on GitHub

Changeset 7c7fe5e in git for readers/DelphesProMC.cpp


Ignore:
Timestamp:
Jan 22, 2019, 4:21:08 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
771843a
Parents:
d20cefb (diff), 7a86a5c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (01/22/19 16:21:08)
git-committer:
GitHub <noreply@…> (01/22/19 16:21:08)
Message:

Merge pull request #65 from chekanov/master

Propogate pileup information from HepSim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesProMC.cpp

    rd20cefb r7c7fe5e  
    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.