Changes in modules/TreeWriter.cc [7429c6a:c1ea422] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r7429c6a rc1ea422 376 376 rapidity = (cosTheta == 1.0 ? signz*999.9 : momentum.Rapidity()); 377 377 378 entry->P = p; 378 379 entry->PT = pt; 379 380 entry->Eta = eta; … … 650 651 651 652 entry->TauTag = candidate->TauTag; 652 entry->TauWeight = candidate->TauWeight;653 653 654 654 entry->Charge = candidate->Charge;
Note:
See TracChangeset
for help on using the changeset viewer.