1 #include "StFstClusterMaker/StFstIClusterAlgo.h"
3 #include "St_base/StMessMgr.h"
4 #include "StEvent/StFstConsts.h"
14 for (
unsigned char wedgeIdx = 0; wedgeIdx < kFstNumWedges; ++wedgeIdx ) {
18 if ( !stFstRawHitCollection || !stFstClusterCollection ) {
19 LOG_WARN <<
"StClusterMaker::Make(): No valid StFstRawHitCollection or StFstClusterCollection found for wedge "
20 << (short) (wedgeIdx + 1) << endm;
25 doClustering(stFstCollection, *stFstRawHitCollection, *stFstClusterCollection);
void doClustering(StFstCollection &stFstCollection)