Fork me on GitHub

Changeset 550 in svn for trunk/interface/SmearUtil.h


Ignore:
Timestamp:
Feb 22, 2010, 7:38:15 PM (15 years ago)
Author:
severine ovyn
Message:

changements pour EtRatio muons et electrons. Bugge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r531 r550  
    278278
    279279  /// Lepton isolation based on calorimetry (optional. Default: off)
    280   float CaloIsolation(const D_Particle& part,  const D_CaloTowerList & towers, const float iPhi, const float iEta);
     280  float CaloIsolation(const D_Particle& part,  const D_CaloTowerList & towers, const float iPhi, const float iEta, const int iTower);
    281281
    282282  //********************* returns a segmented value for eta and phi, for calo towers *****
    283   void BinEtaPhi(const float phi, const float eta, float& iPhi, float& iEta);
     283  int BinEtaPhi(const float phi, const float eta, float& iPhi, float& iEta);
    284284
    285285  void setNames(const string& list, const string& det, const string& trig);
Note: See TracChangeset for help on using the changeset viewer.