Changeset a95da74 in git for modules/TreeWriter.cc
- Timestamp:
- Apr 28, 2021, 9:35:32 AM (4 years ago)
- Branches:
- master
- Children:
- d4fb268
- Parents:
- 4739226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r4739226 ra95da74 355 355 entry->D0 = candidate->D0; 356 356 entry->DZ = candidate->DZ; 357 entry->Nclusters = candidate->Nclusters; 357 358 358 359 entry->ErrorP = candidate->ErrorP; … … 507 508 entry->D0 = candidate->D0; 508 509 entry->DZ = candidate->DZ; 510 entry->Nclusters = candidate->Nclusters; 509 511 510 512 entry->ErrorP = candidate->ErrorP;
Note:
See TracChangeset
for help on using the changeset viewer.