232 |
sst.str(""); |
sst.str(""); |
233 |
sst << "ADCMean" << " - Data in " << base.Data() << " - Nevents in the run = " << nevents; |
sst << "ADCMean" << " - Data in " << base.Data() << " - Nevents in the run = " << nevents; |
234 |
adcMeans->SetTitle(sst.str().c_str()); |
adcMeans->SetTitle(sst.str().c_str()); |
235 |
adcMeans->SetFillColor(2); |
adcMeans->SetFillColor(35); |
236 |
adcMeans->GetXaxis()->SetTitle("Photomultipliers"); |
adcMeans->GetXaxis()->SetTitle("Photomultipliers"); |
237 |
adcMeans->GetXaxis()->CenterTitle(); |
adcMeans->GetXaxis()->CenterTitle(); |
238 |
adcMeans->GetXaxis()->SetLimits(-0.5, 47.5); |
adcMeans->GetXaxis()->SetLimits(-0.5, 47.5); |
245 |
sst.str(""); |
sst.str(""); |
246 |
sst << "TDCEntries" << " - Data in " << base.Data() << " - Nevents in the run = " << nevents; |
sst << "TDCEntries" << " - Data in " << base.Data() << " - Nevents in the run = " << nevents; |
247 |
tdcEntries->SetTitle(sst.str().c_str()); |
tdcEntries->SetTitle(sst.str().c_str()); |
248 |
tdcEntries->SetFillColor(2); |
tdcEntries->SetFillColor(35); |
249 |
tdcEntries->GetXaxis()->SetTitle("Photomultipliers"); |
tdcEntries->GetXaxis()->SetTitle("Photomultipliers"); |
250 |
tdcEntries->GetXaxis()->CenterTitle(); |
tdcEntries->GetXaxis()->CenterTitle(); |
251 |
tdcEntries->GetXaxis()->SetLimits(-0.5, 47.5); |
tdcEntries->GetXaxis()->SetLimits(-0.5, 47.5); |