Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:57

0001 void PlotAll() {
0002   char *username = getenv("USER");
0003 
0004   gROOT->ProcessLine(".L HistoManager.cc+");
0005   gROOT->ProcessLine(".L HcalVisualSelector.C+");
0006   gROOT->ProcessLine(".L HcalElectronicsSelector.C+");
0007   gROOT->ProcessLine(".L PlotAllDisplay.C+");
0008   gROOT->ProcessLine(".L PlotAllMenu.C+");
0009   // Popup the GUI...
0010   char s[128];
0011   sprintf (s, "new  PlotAllMenu(gClient->GetRoot(),200,200,\"%s\")",username);
0012   gROOT->ProcessLine(s);
0013 }