Changeset 726e804 in git for modules/TreeWriter.cc
- Timestamp:
- Feb 16, 2021, 4:55:07 PM (4 years ago)
- Branches:
- master
- Children:
- 17cd992
- Parents:
- 0852ba95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r0852ba95 r726e804 215 215 entry->Pz = momentum.Pz(); 216 216 217 entry->D0 = candidate->D0;218 entry->DZ = candidate->DZ;219 entry->P = candidate->P;220 entry->PT = candidate->PT;221 entry->CtgTheta = candidate->CtgTheta;222 entry->Phi = candidate->Phi;223 224 217 entry->Eta = eta; 225 218 entry->Phi = momentum.Phi(); … … 524 517 entry->ErrorDZCtgTheta = candidate->TrackCovariance(3,4); 525 518 526 cout<<entry->ErrorPhiC<<endl;527 528 519 entry->Xd = candidate->Xd; 529 520 entry->Yd = candidate->Yd;
Note:
See TracChangeset
for help on using the changeset viewer.