Ignore:
Timestamp:
11/04/11 21:21:29 (14 years ago)
Author:
neise
Message:
changed name of function, which removes Region, where the Maximum is found near the edge of the Region ... this most probably is not a real peak.
Location:
fact/tools/rootmacros
Files:
2 edited

Legend:

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

    r12370 r12382  
    249249
    250250
    251 size_t removeReginWithMaximaOnEdge(
     251size_t removeRegionWithMaxOnEdge(
    252252        vector<Region> &regions,
    253253        unsigned int EdgeWidth,
  • TabularUnified fact/tools/rootmacros/zerosearch.h

    r12370 r12382  
    3838
    3939
    40 size_t removeReginWithMaximaOnEdge(
     40size_t removeRegionWithMaxOnEdge(
    4141        vector<Region> &regions,
    4242        unsigned int EdgeWidth=3,
Note: See TracChangeset for help on using the changeset viewer.