Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:20

0001 {
0002   c1.Clear();
0003   c1.Divide(3,3);
0004 
0005   c1_1.cd();
0006   hcharge1.Draw();
0007   gStyle->SetHistLineStyle(2);
0008   gStyle->SetHistLineColor(2);
0009   hcharge2->UseCurrentStyle();
0010   hcharge2.Draw("same");
0011   gStyle->SetHistLineStyle(3);
0012   gStyle->SetHistLineColor(3);
0013   hcharge3->UseCurrentStyle();
0014   hcharge3.Draw("same");
0015 
0016   c1_2.cd();
0017   hcols1.Draw();
0018   gStyle->SetHistLineStyle(2);
0019   gStyle->SetHistLineColor(2);
0020   hcols2->UseCurrentStyle();
0021   hcols2.Draw("same");
0022   gStyle->SetHistLineStyle(3);
0023   gStyle->SetHistLineColor(3);
0024   hcols3->UseCurrentStyle();
0025   hcols3.Draw("same");
0026 
0027   c1_3.cd();
0028   hrows1.Draw();
0029   gStyle->SetHistLineStyle(2);
0030   gStyle->SetHistLineColor(2);
0031   hrows2->UseCurrentStyle();
0032   hrows2.Draw("same");
0033   gStyle->SetHistLineStyle(3);
0034   gStyle->SetHistLineColor(3);
0035   hrows3->UseCurrentStyle();
0036   hrows3.Draw("same");
0037 
0038   c1_4.cd();
0039   hsize1->GetXaxis().SetRangeUser(0.,20.);
0040   hsize1.Draw();
0041   gStyle->SetHistLineStyle(2);
0042   gStyle->SetHistLineColor(2);
0043   hsize2->UseCurrentStyle();
0044   hsize2.Draw("same");
0045   gStyle->SetHistLineStyle(3);
0046   gStyle->SetHistLineColor(3);
0047   hsize3->UseCurrentStyle();
0048   hsize3.Draw("same");
0049 
0050   c1_5.cd();
0051   hsizex1.Draw();
0052   gStyle->SetHistLineStyle(2);
0053   gStyle->SetHistLineColor(2);
0054   hsizex2->UseCurrentStyle();
0055   hsizex2.Draw("same");
0056   gStyle->SetHistLineStyle(3);
0057   gStyle->SetHistLineColor(3);
0058   hsizex3->UseCurrentStyle();
0059   hsizex3.Draw("same");
0060 
0061   c1_6.cd();
0062   hsizey1.Draw();
0063   gStyle->SetHistLineStyle(2);
0064   gStyle->SetHistLineColor(2);
0065   hsizey2->UseCurrentStyle();
0066   hsizey2.Draw("same");
0067   gStyle->SetHistLineStyle(3);
0068   gStyle->SetHistLineColor(3);
0069   hsizey3->UseCurrentStyle();
0070   hsizey3.Draw("same");
0071 
0072   c1_7.cd();
0073   hclusPerDet1->GetXaxis().SetRangeUser(0.,10.);
0074   hclusPerDet1.Draw();
0075   gStyle->SetHistLineStyle(2);
0076   gStyle->SetHistLineColor(2);
0077   hclusPerDet2->UseCurrentStyle();
0078   hclusPerDet2.Draw("same");
0079   gStyle->SetHistLineStyle(3);
0080   gStyle->SetHistLineColor(3);
0081   hclusPerDet3->UseCurrentStyle();
0082   hclusPerDet3.Draw("same");
0083 
0084   c1_8.cd();
0085   hclusPerLay1->GetXaxis().SetRangeUser(0.,20.);
0086   hclusPerLay1.Draw();
0087   gStyle->SetHistLineStyle(2);
0088   gStyle->SetHistLineColor(2);
0089   hclusPerLay2->UseCurrentStyle();
0090   hclusPerLay2.Draw("same");
0091   gStyle->SetHistLineStyle(3);
0092   gStyle->SetHistLineColor(3);
0093   hclusPerLay3->UseCurrentStyle();
0094   hclusPerLay3.Draw("same");
0095 
0096   c1_9.cd();
0097   hdetz.Draw();
0098 
0099 }