Changeset e4c3fef in git for modules/TreeWriter.cc
- Timestamp:
- Apr 17, 2014, 10:54:17 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b96d99b
- Parents:
- 2e6a81b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r2e6a81b re4c3fef 280 280 entry->Dxy = candidate->Dxy; 281 281 entry->SDxy = candidate->SDxy ; 282 entry->Xd = candidate ->Xd;283 entry->Yd = candidate ->Yd;284 entry->Zd = candidate ->Zd;282 entry->Xd = candidate->Xd; 283 entry->Yd = candidate->Yd; 284 entry->Zd = candidate->Zd; 285 285 286 286 const TLorentzVector &momentum = candidate->Momentum; … … 473 473 474 474 entry->T = position.T()*1.0E-3/c_light; 475 476 // cout<<entry->PT<<","<<entry->T<<endl;477 475 478 476 entry->Charge = candidate->Charge; … … 557 555 //--- N-subjettiness variables ---- 558 556 559 entry->Tau1 = candidate->Tau 1;560 entry->Tau2 = candidate->Tau 2;561 entry->Tau3 = candidate->Tau 3;562 entry->Tau4 = candidate->Tau 4;563 entry->Tau5 = candidate->Tau 5;557 entry->Tau1 = candidate->Tau[0]; 558 entry->Tau2 = candidate->Tau[1]; 559 entry->Tau3 = candidate->Tau[2]; 560 entry->Tau4 = candidate->Tau[3]; 561 entry->Tau5 = candidate->Tau[4]; 564 562 565 563 FillParticles(candidate, &entry->Particles);
Note:
See TracChangeset
for help on using the changeset viewer.