Fork me on GitHub

Changeset d5cae2b in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Jan 27, 2015, 6:08:52 PM (10 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
9be57d9
Parents:
ba1f1ee
Message:

added Iso variables in treewriter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    rba1f1ee rd5cae2b  
    404404    entry->T = position.T()*1.0E-3/c_light;
    405405
     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
    406415    entry->EhadOverEem = candidate->Eem > 0.0 ? candidate->Ehad/candidate->Eem : 999.9;
    407416
     
    443452    entry->T = position.T()*1.0E-3/c_light;
    444453
     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
    445464    entry->Charge = candidate->Charge;
    446465
     
    488507
    489508    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 ;
    490518
    491519    entry->Charge = candidate->Charge;
Note: See TracChangeset for help on using the changeset viewer.