Changes in modules/TreeWriter.cc [c1ea422:0e0f211] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
rc1ea422 r0e0f211 463 463 const TLorentzVector &position = candidate->Position; 464 464 465 466 465 pt = momentum.Pt(); 467 466 cosTheta = TMath::Abs(momentum.CosTheta()); … … 476 475 entry->PT = pt; 477 476 entry->E = momentum.E(); 478 479 477 entry->T = position.T()*1.0E-3/c_light; 480 478 … … 489 487 490 488 entry->EhadOverEem = candidate->Eem > 0.0 ? candidate->Ehad/candidate->Eem : 999.9; 489 490 // 1: prompt -- 2: non prompt -- 3: fake 491 entry->Status = candidate->Status; 491 492 492 493 FillParticles(candidate, &entry->Particles); … … 696 697 } 697 698 699 //--- exclusive clustering variables --- 700 entry->ExclYmerge23 = candidate->ExclYmerge23; 701 entry->ExclYmerge34 = candidate->ExclYmerge34; 702 entry->ExclYmerge45 = candidate->ExclYmerge45; 703 entry->ExclYmerge56 = candidate->ExclYmerge56; 704 705 698 706 FillParticles(candidate, &entry->Particles); 699 707 }
Note:
See TracChangeset
for help on using the changeset viewer.