Changeset 2230 for trunk/MagicSoft/Mars/meventdisp
- Timestamp:
- 06/24/03 16:19:04 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/meventdisp/MGCamDisplay.cc
r2228 r2230 184 184 } 185 185 186 fDisplay[0]->SetNameTitle("photons", "Number of Photons"); 187 fDisplay[1]->SetNameTitle("errors", "Error of Photons"); 188 fDisplay[2]->SetNameTitle("photerr", "Number of Photons / Error"); 189 fDisplay[3]->SetNameTitle("levels", "Cleaning Levels"); 190 fDisplay[4]->SetNameTitle("pedestals", "Pedestals"); 191 186 192 ReadFirstEvent(); 187 193 … … 205 211 // together with the hillas ellipse or not. 206 212 // 207 #include <iostream>208 213 void MGCamDisplay::UpdateDisplay() 209 214 { … … 253 258 fCanvas2[i]->cd(); 254 259 hillas->Draw(); 260 fCanvas2[i]->Modified(); 255 261 fCanvas2[i]->Update(); 256 262 }
Note:
See TracChangeset
for help on using the changeset viewer.