Changeset 20000 for trunk/Mars
- Timestamp:
- 11/13/20 03:43:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/ratescan.C
r19730 r20000 4 4 5 5 MStatusDisplay *d = new MStatusDisplay; 6 TList list[11];6 TList runlist[11]; 7 7 8 8 void plot(const char *tab, const char *title="") … … 28 28 for (int i=0; i<8; i++) 29 29 { 30 TGraph *g = (TGraph*) list[i+3].FindObject(id);30 TGraph *g = (TGraph*)runlist[i+3].FindObject(id); 31 31 if (!g) 32 32 { … … 47 47 for (int i=0; i<2; i++) 48 48 { 49 TGraph *g = (TGraph*) list[i+1].FindObject(id);49 TGraph *g = (TGraph*)runlist[i+1].FindObject(id); 50 50 if (!g) 51 51 { … … 65 65 66 66 67 TGraph *g001 = (TGraph*) list[0].FindObject(id);67 TGraph *g001 = (TGraph*)runlist[0].FindObject(id); 68 68 if (!g001) 69 69 { … … 128 128 g[i]->SetTitle(t.GetStringFmt("%H:%M:%S")); 129 129 130 list[i].Add(g[i]);130 runlist[i].Add(g[i]); 131 131 } 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.