79 LOG(debug) <<
"//--------------- New Event " <<
fEventNumber <<
" -----------------------\\";
81 for (Int_t nClusters = 0; nClusters <
fMvdCluster->GetEntriesFast(); ++nClusters) {
84 map<pair<Int_t, Int_t>, Int_t> pixelMap = cluster->
GetPixelMap();
86 for (
auto cntr = pixelMap.begin(); cntr != pixelMap.end(); ++cntr) {
87 Int_t xPix = cntr->first.first;
96 LOG(debug) <<
"//--------------- End Event -----------------------\\";