Changeset d5cae2b in git
- Timestamp:
- Jan 27, 2015, 6:08:52 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 9be57d9
- Parents:
- ba1f1ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
rba1f1ee rd5cae2b 404 404 entry->T = position.T()*1.0E-3/c_light; 405 405 406 // Isolation variables 407 408 entry->IsolationVar = candidate->IsolationVar; 409 entry->IsolationVarRhoCorr = candidate->IsolationVarRhoCorr ; 410 entry->SumPtCharged = candidate->SumPtCharged ; 411 entry->SumPtNeutral = candidate->SumPtNeutral ; 412 entry->SumPtChargedPU = candidate->SumPtChargedPU ; 413 entry->SumPt = candidate->SumPt ; 414 406 415 entry->EhadOverEem = candidate->Eem > 0.0 ? candidate->Ehad/candidate->Eem : 999.9; 407 416 … … 443 452 entry->T = position.T()*1.0E-3/c_light; 444 453 454 // Isolation variables 455 456 entry->IsolationVar = candidate->IsolationVar; 457 entry->IsolationVarRhoCorr = candidate->IsolationVarRhoCorr ; 458 entry->SumPtCharged = candidate->SumPtCharged ; 459 entry->SumPtNeutral = candidate->SumPtNeutral ; 460 entry->SumPtChargedPU = candidate->SumPtChargedPU ; 461 entry->SumPt = candidate->SumPt ; 462 463 445 464 entry->Charge = candidate->Charge; 446 465 … … 488 507 489 508 entry->T = position.T()*1.0E-3/c_light; 509 510 // Isolation variables 511 512 entry->IsolationVar = candidate->IsolationVar; 513 entry->IsolationVarRhoCorr = candidate->IsolationVarRhoCorr ; 514 entry->SumPtCharged = candidate->SumPtCharged ; 515 entry->SumPtNeutral = candidate->SumPtNeutral ; 516 entry->SumPtChargedPU = candidate->SumPtChargedPU ; 517 entry->SumPt = candidate->SumPt ; 490 518 491 519 entry->Charge = candidate->Charge;
Note:
See TracChangeset
for help on using the changeset viewer.