Changeset 8936 for trunk/MagicSoft
- Timestamp:
- 06/11/08 12:40:51 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8926 r8936 1047 1047 c->SetName(name); 1048 1048 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 1049 1054 return *c; 1050 1055 } … … 1074 1079 c.Connect("ProcessedEvent(Int_t,Int_t,Int_t,TObject*)", 1075 1080 "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); 1076 1085 1077 1086 TGComboBox *box = (TGComboBox*)fList->FindWidget(kTabs); -
trunk/MagicSoft/Mars/mhbase/MH3.cc
r8929 r8936 321 321 { 322 322 323 switch ( TMath::Abs(fDimension))323 switch (fDimension) 324 324 { 325 325 case 2: -
trunk/MagicSoft/Mars/mreport/MReportPyrometer.cc
r8934 r8936 29 29 // This is the class interpreting and storing the PYRO-REPORT information. 30 30 // 31 // These reports exist since 2007/05/15 32 // 31 33 ////////////////////////////////////////////////////////////////////////////// 32 34 #include "MReportPyrometer.h" … … 53 55 // -------------------------------------------------------------------------- 54 56 // 55 // Interprete the body of the RUN-REPORT string57 // Interprete the body of the PYRO-REPORT string 56 58 // 57 59 Int_t MReportPyrometer::InterpreteBody(TString &str, Int_t ver)
Note:
See TracChangeset
for help on using the changeset viewer.