Changeset 12578 for fact/tools/rootmacros
- Timestamp:
- 11/21/11 01:26:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/zerosearch.C
r12391 r12578 294 294 int VerbosityLevel) 295 295 { 296 if (threshold < 0){297 if (VerbosityLevel > 0)298 cout << "removeMaximaBelow: threshold < 0" << endl;299 cout << "threshold=" << threshold << endl;300 cout << "returning." << endl;301 return regions.size();302 }296 // if (threshold < 0){ 297 // if (VerbosityLevel > 0) 298 // cout << "removeMaximaBelow: threshold < 0" << endl; 299 // cout << "threshold=" << threshold << endl; 300 // cout << "returning." << endl; 301 // return regions.size(); 302 // } 303 303 304 304 vector<Region>::iterator it = regions.begin();
Note:
See TracChangeset
for help on using the changeset viewer.