Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // The FastSimulation must be recompiled with DEBUGCELLLINE enabled in FastSimulation/Utilities/interface/FamosDebug.h 
0002 // before running testCellLine.cfg and finally this macro
0003 
0004 {
0005   gStyle->SetOptStat(0);
0006   TFile * f = new TFile("Famos.root");
0007   h301->Draw();
0008   h302->SetMarkerColor(2);
0009   h302->Draw("same");
0010   h303->SetMarkerColor(4);
0011   h303->Draw("same");
0012   h304->SetMarkerColor(5);
0013   h304->Draw("same");
0014   h310->Draw("same");
0015 }