Fork me on GitHub

Changeset 1274 in svn for trunk/modules/Calorimeter.cc


Ignore:
Timestamp:
Sep 3, 2013, 9:41:25 PM (11 years ago)
Author:
Pavel Demin
Message:

store all track hits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/Calorimeter.cc

    r1273 r1274  
    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.