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.6 by battilan, Wed Dec 15 13:59:07 2010 UTC vs.
Revision 1.7 by marycruz, Wed Jul 13 08:47:00 2011 UTC

# Line 171 | Line 171 | void DTDPGCreateSummary::createDataInteg
171    myCanvas->Clear();
172    myCanvas->Divide(2,2);    
173    stringstream dduID;
174 <   if(sec<7)dduID << wheelToDDU(wh);
175 <   else dduID << wheelToDDU(wh)+5;
174 >  //if(sec<7)dduID << wheelToDDU(wh);  // For 10 DDUs
175 >  //else dduID << wheelToDDU(wh)+5;    // For 10 DDUs
176 >  dduID << wheelToDDU(wh);  // For 5 DDUs
177    stringstream ROSID; ROSID << sec;            // fix ROS id for ROS Error histogram U.G. 28/8/07
178      
179    string histoName = myMainFolder + "00-DataIntegrity/FED" + dduID.str() + "/FED" + dduID.str() + "_TTSValues";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines