Changeset 9687203 in git for modules/TreeWriter.cc
- Timestamp:
- Apr 16, 2014, 4:32:53 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 82575a3
- Parents:
- a0431dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
ra0431dc r9687203 554 554 entry->FracPt[3] = candidate->FracPt[3]; 555 555 entry->FracPt[4] = candidate->FracPt[4]; 556 556 557 //--- N-subjettiness variables ---- 558 559 entry->Tau1 = candidate->Tau1; 560 entry->Tau2 = candidate->Tau2; 561 entry->Tau3 = candidate->Tau3; 562 entry->Tau4 = candidate->Tau4; 563 entry->Tau5 = candidate->Tau5; 564 557 565 FillParticles(candidate, &entry->Particles); 558 566 }
Note:
See TracChangeset
for help on using the changeset viewer.