Changeset 666d795 in git for modules/TreeWriter.cc
- Timestamp:
- Mar 16, 2015, 2:53:18 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- de6d698
- Parents:
- 1f1f858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r1f1f858 r666d795 600 600 //--- N-subjettiness variables ---- 601 601 602 entry->Tau 1= candidate->Tau[0];603 entry->Tau 2= candidate->Tau[1];604 entry->Tau 3= candidate->Tau[2];605 entry->Tau 4= candidate->Tau[3];606 entry->Tau 5= candidate->Tau[4];602 entry->Tau[0] = candidate->Tau[0]; 603 entry->Tau[1] = candidate->Tau[1]; 604 entry->Tau[2] = candidate->Tau[2]; 605 entry->Tau[3] = candidate->Tau[3]; 606 entry->Tau[4] = candidate->Tau[4]; 607 607 608 608 FillParticles(candidate, &entry->Particles);
Note:
See TracChangeset
for help on using the changeset viewer.