Fork me on GitHub

Changeset 0e0f211 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
May 10, 2018, 4:41:28 PM (6 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
14436f6
Parents:
3ad158a
Message:

first commit photonID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r3ad158a r0e0f211  
    463463    const TLorentzVector &position = candidate->Position;
    464464
    465 
    466465    pt = momentum.Pt();
    467466    cosTheta = TMath::Abs(momentum.CosTheta());
     
    476475    entry->PT = pt;
    477476    entry->E = momentum.E();
    478 
    479477    entry->T = position.T()*1.0E-3/c_light;
    480478
     
    489487
    490488    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;
    491492
    492493    FillParticles(candidate, &entry->Particles);
Note: See TracChangeset for help on using the changeset viewer.