Changeset 8188


Ignore:
Timestamp:
11/01/06 10:40:12 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r7771 r8188  
    6666#include "MReadMarsFile.h"             // MReadMarsFile
    6767#include "MGeomApply.h"                // MGeomApply
     68#include "MPedestalSubtract.h"         // MPedestalSubtract
    6869#include "MFDataMember.h"              // MFDataMember
    6970#include "MMcPedestalCopy.h"           // MMcPedestalCopy
     
    131132    //
    132133    // 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()));
    134135    SetWindowName("Event Display");
    135136    MapSubwindows();
     
    305306        calib->SetPedestalFlag(MCalibrateData::kEvent);
    306307
     308        MPedestalSubtract *pedsub = new MPedestalSubtract;
    307309        //MCalibrationRelTimeCalc *tcalc = new MCalibrationRelTimeCalc;
    308310
     
    317319
    318320        tlist->AddToList(decode);
     321
     322        tlist->AddToList(pedsub);
    319323
    320324        tlist->AddToList(nanal);    // Calculated MPedPhotCam
Note: See TracChangeset for help on using the changeset viewer.