Changeset 8d4d51b in git for classes/DelphesClasses.cc
- Timestamp:
- Dec 5, 2017, 8:36:29 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6d1fff5
- Parents:
- 27cd45c (diff), 6965fe1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r27cd45c r8d4d51b 175 175 Tau[3] = 0.0; 176 176 Tau[4] = 0.0; 177 178 SoftDroppedJet.SetXYZT(0.0, 0.0, 0.0, 0.0); 179 SoftDroppedSubJet1.SetXYZT(0.0, 0.0, 0.0, 0.0); 180 SoftDroppedSubJet2.SetXYZT(0.0, 0.0, 0.0, 0.0); 181 177 182 for(i = 0; i < 5; ++i) 178 183 { … … 351 356 object.NSubJetsSoftDropped = NSubJetsSoftDropped; 352 357 358 object.SoftDroppedJet =SoftDroppedJet; 359 object.SoftDroppedSubJet1 = SoftDroppedSubJet1; 360 object.SoftDroppedSubJet2 = SoftDroppedSubJet2; 361 353 362 object.fFactory = fFactory; 354 363 object.fArray = 0; … … 457 466 Tau[4] = 0.0; 458 467 468 SoftDroppedJet.SetXYZT(0.0, 0.0, 0.0, 0.0); 469 SoftDroppedSubJet1.SetXYZT(0.0, 0.0, 0.0, 0.0); 470 SoftDroppedSubJet2.SetXYZT(0.0, 0.0, 0.0, 0.0); 471 472 459 473 for(i = 0; i < 5; ++i) 460 474 {
Note:
See TracChangeset
for help on using the changeset viewer.