Changeset 8188 for trunk/MagicSoft
- Timestamp:
- 11/01/06 10:40:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r7771 r8188 66 66 #include "MReadMarsFile.h" // MReadMarsFile 67 67 #include "MGeomApply.h" // MGeomApply 68 #include "MPedestalSubtract.h" // MPedestalSubtract 68 69 #include "MFDataMember.h" // MFDataMember 69 70 #include "MMcPedestalCopy.h" // MMcPedestalCopy … … 131 132 // 132 133 // FIXME: This should be done by MStatusDisplay automatically 133 Resize( GetWidth(), GetHeight() + fUserFrame->GetDefaultHeight());134 Resize(768, 576 + fUserFrame->GetDefaultHeight());//TMath::Nint(GetWidth()*1.2), TMath::Nint(GetHeight()*1.2 + fUserFrame->GetDefaultHeight())); 134 135 SetWindowName("Event Display"); 135 136 MapSubwindows(); … … 305 306 calib->SetPedestalFlag(MCalibrateData::kEvent); 306 307 308 MPedestalSubtract *pedsub = new MPedestalSubtract; 307 309 //MCalibrationRelTimeCalc *tcalc = new MCalibrationRelTimeCalc; 308 310 … … 317 319 318 320 tlist->AddToList(decode); 321 322 tlist->AddToList(pedsub); 319 323 320 324 tlist->AddToList(nanal); // Calculated MPedPhotCam
Note:
See TracChangeset
for help on using the changeset viewer.