Revision: | 1.1 |
Committed: | Wed Jul 20 11:34:58 2011 UTC (13 years, 9 months ago) by andersj |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | inital version |
# | User | Rev | Content |
---|---|---|---|
1 | andersj | 1.1 | void PlotAll() { |
2 | char *username = getenv("USER"); | ||
3 | |||
4 | gROOT->ProcessLine(".L HistoManager.cc+"); | ||
5 | gROOT->ProcessLine(".L HcalVisualSelector.C+"); | ||
6 | gROOT->ProcessLine(".L HcalElectronicsSelector.C+"); | ||
7 | gROOT->ProcessLine(".L PlotAllDisplay.C+"); | ||
8 | gROOT->ProcessLine(".L PlotAllMenu.C+"); | ||
9 | // Popup the GUI... | ||
10 | char s[128]; | ||
11 | sprintf (s, "new PlotAllMenu(gClient->GetRoot(),200,200,\"%s\")",username); | ||
12 | gROOT->ProcessLine(s); | ||
13 | } |