Fork me on GitHub

Changeset 2d28bda in git


Ignore:
Timestamp:
Sep 3, 2013, 9:41:25 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
bdd52a7
Parents:
2dab783
Message:

store all track hits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Calorimeter.cc

    r2dab783 r2d28bda  
    263263    fTrackHCalFractions.push_back(hcalFraction);
    264264
    265     if(ecalFraction < 1.0E-9 && hcalFraction < 1.0E-9) continue;
    266 
    267265    // find eta bin [1, fEtaBins.size - 1]
    268266    itEtaBin = lower_bound(fEtaBins.begin(), fEtaBins.end(), trackPosition.Eta());
Note: See TracChangeset for help on using the changeset viewer.