- Timestamp:
- Nov 22, 2018, 11:19:47 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 7a86a5c
- Parents:
- 0882413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesProMC.cpp
r0882413 re5fa629 125 125 candidate->Status = status; 126 126 127 candidate->IsPU=0; 128 if (mutableParticles->barcode(i)>0) candidate->IsPU=1; // pileup particle 129 127 130 candidate->M1 = mutableParticles->mother1(i); 128 131 candidate->M2 = mutableParticles->mother2(i); … … 231 234 cout << "** Reading " << argv[i] << endl; 232 235 236 // use 64 bit 237 //inputFile = new ProMCBook(argv[i], "r", true); 238 239 //use 32 bit zip (faster but limitted to 64k events) 233 240 inputFile = new ProMCBook(argv[i], "r"); 234 241
Note:
See TracChangeset
for help on using the changeset viewer.