ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/src/DTDPGCreateSummary.cc
(Generate patch)

Comparing UserCode/DTDPGAnalysis/src/DTDPGCreateSummary.cc (file contents):
Revision 1.7 by marycruz, Wed Jul 13 08:47:00 2011 UTC vs.
Revision 1.8 by pellicci, Wed Jan 30 14:42:51 2013 UTC

# Line 374 | Line 374 | void DTDPGCreateSummary::createDigiPlots
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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines