Changeset 8936 for trunk/MagicSoft


Ignore:
Timestamp:
06/11/08 12:40:51 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r8926 r8936  
    10471047        c->SetName(name);
    10481048        fBatch->Add(c);
     1049
     1050        // Remove the canvas from the global list to make sure it is
     1051        // not found by gROOT->FindOBject
     1052        gROOT->GetListOfCanvases()->Remove(c);
     1053
    10491054        return *c;
    10501055    }
     
    10741079    c.Connect("ProcessedEvent(Int_t,Int_t,Int_t,TObject*)",
    10751080              "MStatusDisplay", this, "EventInfo(Int_t,Int_t,Int_t,TObject*)");
     1081
     1082    // Remove the canvas from the global list to make sure it is
     1083    // not found by gROOT->FindOBject
     1084    gROOT->GetListOfCanvases()->Remove(&c);
    10761085
    10771086    TGComboBox *box = (TGComboBox*)fList->FindWidget(kTabs);
  • trunk/MagicSoft/Mars/mhbase/MH3.cc

    r8929 r8936  
    321321{
    322322
    323     switch (TMath::Abs(fDimension))
     323    switch (fDimension)
    324324    {
    325325    case 2:
  • trunk/MagicSoft/Mars/mreport/MReportPyrometer.cc

    r8934 r8936  
    2929// This is the class interpreting and storing the PYRO-REPORT information.
    3030//
     31// These reports exist since 2007/05/15
     32//
    3133//////////////////////////////////////////////////////////////////////////////
    3234#include "MReportPyrometer.h"
     
    5355// --------------------------------------------------------------------------
    5456//
    55 // Interprete the body of the RUN-REPORT string
     57// Interprete the body of the PYRO-REPORT string
    5658//
    5759Int_t MReportPyrometer::InterpreteBody(TString &str, Int_t ver)
Note: See TracChangeset for help on using the changeset viewer.