Ignore:
Timestamp:
11/21/11 01:26:55 (13 years ago)
Author:
neise
Message:
remove Maxima Below accepts negative thresholds now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/zerosearch.C

    r12391 r12578  
    294294        int VerbosityLevel)
    295295{
    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//      }
    303303
    304304        vector<Region>::iterator it = regions.begin();
Note: See TracChangeset for help on using the changeset viewer.