StRoot
1
|
#include <StEEmcStripClusterFinderIU.h>
See description in the header file StripClusterFinderIU.h
The method used in the dissertation of Weighong He's. This implementation produces the same results as StEEmcIUClusterMaker::buildSmdClusters(), but includes several improvements in the implementation
One significant change in the implementation exists: whereas the StEEmcIUClusterMaker implementation prevents a strip from being a seed if it is already a member of another cluster, this implementation instead allows one to ensure that the seeds are at least a minimum number of strips apart. Setting
"mMinSeedDistance = maxExtent"
yeilds the same result as the StEEmcIUClusterMaker implementation.