26 for (StripId = 0; StripId <
StripNmb; StripId++) {
30 PulseHeightMapTMP.
bx_ = 0;
31 PulseHeightMapTMP.
channel_ = StripId;
72 for (
int l = 0;
l < 16;
l++) {
93 for (
j = 1;
j < 15;
j++) {
118 uint32_t iS, iT, iL, jL, iR, jR;
124 std::cout <<
"!!!Warning Cluster has'nt local Maxima" << std::endl;
132 for (iL = iS - 1; iL > 0; iL--) {
144 for (jL = iT - 1; jL > 0; jL--) {
165 for (jR = iT + 1; jR < 16; jR++) {
177 bool find2match =
true;
180 }
while (find2match);
242 int iLS, iRS, iLT, iRT;
261 for (iS = iLS; iS <= iRS; iS++) {
264 for (jT = iLT; jT <= iRT; jT++) {
265 if (iS == 0 || jT == 0 || iS == 79 || jT == 7)
300 GlobalMax = (
float)(GlobalMax / 10.);
333 std::cout <<
"====================================================================" << std::endl;
334 std::cout <<
"debug information from StripClusterFinder" << std::endl;
347 std::cout <<
"Local Max: " <<
j + 1 <<
" Strip: " << iS + 1 <<
" Time: " << jT + 1
348 <<
" Height: " <<
MEStripClusters[
i].ClusterPulseMapHeight[
k].height_[jT] << std::endl;
353 for (
int l = 0;
l < 16;
l++)
363 std::cout <<
"======================================================================" << std::endl;
367 return a.channel_ <
b.channel_;