Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r7429c6a rc1ea422  
    376376    rapidity = (cosTheta == 1.0 ? signz*999.9 : momentum.Rapidity());
    377377
     378    entry->P = p;
    378379    entry->PT  = pt;
    379380    entry->Eta = eta;
     
    650651
    651652    entry->TauTag = candidate->TauTag;
    652     entry->TauWeight = candidate->TauWeight;
    653653
    654654    entry->Charge = candidate->Charge;
Note: See TracChangeset for help on using the changeset viewer.