374 |
|
DTChamberId ch = (*chDigiIt)->id(); |
375 |
|
if (ch.sector() == sec && ch.wheel() == wh ) { |
376 |
|
stringstream station; station << ch.station(); |
377 |
< |
bool found = false; |
377 |
> |
//bool found = false; |
378 |
|
|
379 |
|
string histoNameOccupancy = digiFolder + "/Sector" + sector.str() + "/Station" + station.str() + "/OccupancyInTimeHits_perCh_W" + wheel.str() + "_St" + station.str() + "_Sec" + sector.str(); |
380 |
|
TH2F *histoOccupancy = (TH2F*) myFile -> Get(histoNameOccupancy.c_str()); |
381 |
|
if(histoOccupancy){ |
382 |
< |
found = true; |
382 |
> |
//found = true; |
383 |
|
|
384 |
|
vector<const DTSuperLayer*>::const_iterator slIt = (*chDigiIt)->superLayers().begin(); |
385 |
|
vector<const DTSuperLayer*>::const_iterator slEnd = (*chDigiIt)->superLayers().end(); |