Changeset 332 in svn
- Timestamp:
- Mar 12, 2009, 10:43:10 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r321 r332 156 156 float ISOL_Cone; //Cone for isolation criteria 157 157 float ISOL_Calo_ET; //minimal tower energy for isolation criteria 158 float ISOL_Calo_Cone;//Cone for calorimetric isolation159 158 unsigned int ISOL_Calo_Grid; //Grid size (N x N) for calorimetric isolation 160 159 -
trunk/src/SmearUtil.cc
r321 r332 1125 1125 if(ISOL_Calo_ET>1E10) return UNDEFINED; // avoid doing anything unreasonable... 1126 1126 float etrat=0; 1127 // available parameters: ISOL_Calo_ET , ISOL_Calo_Cone ,1127 // available parameters: ISOL_Calo_ET , ISOL_Calo_Grid 1128 1128 /* for(unsigned int i=0; i < towers.size(); i++) { 1129 1129 if(towers[i].E > ISOL_Calo_ET) {
Note:
See TracChangeset
for help on using the changeset viewer.