Changeset 2222
- Timestamp:
- 06/23/03 17:28:53 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/merpp.C
r2198 r2222 60 60 // 61 61 MRawFileRead reader(fname); 62 MRawFileWrite writer(fname(0, fname.Last('.')+1) + "root" );62 MRawFileWrite writer(fname(0, fname.Last('.')+1) + "root", "RECREATE", fname, 1); 63 63 tasks.AddToList(&reader); 64 64 tasks.AddToList(&writer); -
trunk/MagicSoft/Mars/macros/readcurrents.C
r2178 r2222 77 77 return; 78 78 79 M CamDisplay display(&geomcam);79 MHCamera display(geomcam); 80 80 display.Draw(); 81 gPad->SetLog z();81 gPad->SetLogy(); 82 82 83 83 int gifcnt = 0; … … 86 86 { 87 87 // cur.Print(); 88 display. Fill(cur);88 display.SetCamContent(cur); 89 89 gPad->Modified(); 90 90 gPad->Update(); -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r2221 r2222 514 514 515 515 // Update Contents of the pixels and paint legend 516 Update(gPad->GetLog z(), isbox, iscol);516 Update(gPad->GetLogy(), isbox, iscol); 517 517 518 518 // Paint primitives (pixels, color legend, photons, ...)
Note:
See TracChangeset
for help on using the changeset viewer.