Fork me on GitHub

Changeset 8ab9694 in git for modules/TauTagging.cc


Ignore:
Timestamp:
Feb 27, 2015, 3:30:17 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
00f0ac8, 20dc57b, 215ee01, 69bf964
Parents:
b3be361
Message:

veto taus with daughter2 < daughter1 in TauTaggingPartonClassifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TauTagging.cc

    rb3be361 r8ab9694  
    7373
    7474  if(tau->D1 < 0) return -1;
     75
     76  if(tau->D2 < tau->D1) return -1;
    7577
    7678  if(tau->D1 >= fParticleInputArray->GetEntriesFast() ||
Note: See TracChangeset for help on using the changeset viewer.