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

Comparing UserCode/DTDPGAnalysis/src/DTDPGCreateAnalyzerSummary.cc (file contents):
Revision 1.2 by battilan, Mon Nov 3 11:06:39 2008 UTC vs.
Revision 1.3 by battilan, Mon Nov 3 12:56:44 2008 UTC

# Line 789 | Line 789 | void DTDPGCreateAnalyzerSummary::createS
789        hDigiXYList[is]->Draw("colz");
790      }
791  
792    stringstream fileDigi; fileDigi <<"Digi_r" << myRunNumber <<"_W" << (iw-2);
792      createGifFile("Digi",(iw-2),"_S1-S6",DQM1);
793      createGifFile("Digi",(iw-2),"_S7_S12",DQM2);
794  
# Line 1277 | Line 1276 | void DTDPGCreateAnalyzerSummary::createS
1276          }
1277  
1278          hHisto[0]->SetStats(1);
1279 <        //hHisto[0]->Fit("gaus");  //CB va scommentato e wrappato!!!!
1279 >        hHisto[0]->Draw();
1280 >        //hHisto[0]->Fit("gaus");  //CB must be wrapped!!!!
1281          hHisto[1]->SetLineColor(2);
1282          hHisto[1]->Draw("same");
1283        }// end loop on chambers
1284      }// end loop on sectors
1285  
1286    stringstream fileTMax; fileTMax << "TMax_r" << myRunNumber <<"_W" << (iw-2);
1286      createGifFile("TMax",(iw-2),"S1-S3",DQM11);
1287      createGifFile("TMax",(iw-2),"S4-S6",DQM11);
1288      createGifFile("TMax",(iw-2),"S7-S9",DQM11);
# Line 1449 | Line 1448 | void DTDPGCreateAnalyzerSummary::createS
1448      
1449      createGifFile("TrigBXhhhl",(iw-2),"",BX);
1450  
1451 <    // CB fai il delete dei vari canvases!
1451 >    delete DQM1;
1452 >    delete DQM2;
1453 >    delete DQM1b;
1454 >    delete DQM2b;
1455 >    delete Digi1;
1456 >    delete Digi2;
1457 >    delete Digi3;
1458 >    delete DQM6;
1459 >    
1460 >    delete DQM11;
1461 >    delete DQM12;
1462 >    delete DQM13;
1463 >    delete DQM14;
1464 >    delete Eff;
1465 >    delete BX;
1466  
1467   }// END loop in wheels
1468      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines