Fork me on GitHub

Changeset 332 in svn


Ignore:
Timestamp:
Mar 12, 2009, 10:43:10 AM (16 years ago)
Author:
Xavier Rouby
Message:

remove useless ISOL_Calo_Cone variable

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r321 r332  
    156156  float ISOL_Cone;    //Cone  for isolation criteria
    157157  float ISOL_Calo_ET;  //minimal tower energy for isolation criteria
    158   float ISOL_Calo_Cone;//Cone for calorimetric isolation
    159158  unsigned int ISOL_Calo_Grid; //Grid size (N x N) for calorimetric isolation
    160159 
  • trunk/src/SmearUtil.cc

    r321 r332  
    11251125   if(ISOL_Calo_ET>1E10) return UNDEFINED; // avoid doing anything unreasonable...
    11261126   float etrat=0;
    1127    // available parameters: ISOL_Calo_ET , ISOL_Calo_Cone ,
     1127   // available parameters: ISOL_Calo_ET ,  ISOL_Calo_Grid
    11281128/*   for(unsigned int i=0; i < towers.size(); i++) {
    11291129     if(towers[i].E > ISOL_Calo_ET) {
Note: See TracChangeset for help on using the changeset viewer.