Fork me on GitHub

Changeset c62695e in git for converters/root2lhco.cpp


Ignore:
Timestamp:
Oct 1, 2015, 3:41:22 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4f00e0b
Parents:
914fb04
Message:

force ntrk = 1 for tau's in root2lhco converter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • converters/root2lhco.cpp

    r914fb04 rc62695e  
    348348    Reset();
    349349
    350     counter = 0;
     350    counter = 1;
     351   
     352   /*
    351353    fItTrack->Reset();
    352354    while((track = static_cast<Track*>(fItTrack->Next())))
     
    354356      if(element->P4().DeltaR(track->P4()) < 0.5) ++counter;
    355357    }
    356 
     358   */
    357359    fIntParam[1] = 3;
    358360
Note: See TracChangeset for help on using the changeset viewer.