Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 {
0002   TH1F * skeleton = new TH1F("skeleton","skeleton", 100 , 0., 5.);
0003 skeleton->SetMinimum(0.);
0004 skeleton->SetMaximum(2.);
0005 skeleton->Draw();
0006 Graph->Draw("sameP");
0007 }