Changeset 8750
- Timestamp:
- 10/05/07 15:35:31 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8746 r8750 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2007/10/05 Thomas Bretz 22 23 * sponde.rc, sponde_onoff.rc: 24 - fixed a bug. Must be Spectrum now instead of MJSpectrum 25 26 * mbase/MReadSocket.cc: 27 - do not create an explicit TDatime instance 28 29 * mjobs/MJSpectrum.cc: 30 - fixed a problem with writing the Dataset to the file 31 32 * mpointing/MPointingDevCalc.cc: 33 - added a comment about AMC focussing 34 35 * mtools/MCalendar.[h,cc]: 36 - made DrawImage a static function 37 38 20 39 21 40 2007/09/17 Thomas Bretz -
trunk/MagicSoft/Mars/mbase/MReadSocket.cc
r2492 r8750 136 136 const TTime timeout = gSystem->Now() + TTime(5000); 137 137 138 TDatime now; 139 cout << now.AsString() << ": Waiting for connection..." << endl; 138 cout << TDatime().AsString() << ": Waiting for connection..." << endl; 140 139 141 140 // -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r8746 r8750 1699 1699 // Write the output 1700 1700 TObjArray cont; 1701 cont.Add((TObject*)GetEnv()); 1701 cont.Add((TObject*)GetEnv()); // const_cast 1702 cont.Add((TObject*)&set); // const_cast 1702 1703 cont.Add(&area0); 1703 1704 cont.Add(&area1); 1704 1705 cont.Add(&hest); 1705 cont.Add(&set);1706 1706 1707 1707 if (fDisplay) -
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc
r8741 r8750 166 166 // Lid is closed. (< run 84980) 167 167 // 168 // [2007-04-25 23:50:39] 169 // Markus is performing AMC focussing. 170 // 168 171 // Mirror refocussing around 4.Aug.2007, from the Runbook: 169 172 // -
trunk/MagicSoft/Mars/mtools/MCalendar.cc
r7923 r8750 1391 1391 // DrawImage cd()'s to the new pad. 1392 1392 // 1393 TASImage *MCalendar::DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot) const1393 TASImage *MCalendar::DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot) 1394 1394 { 1395 1395 TPad *pad=new TPad("Img", "Image", x1, y1, x2, y2); -
trunk/MagicSoft/Mars/mtools/MCalendar.h
r7893 r8750 177 177 178 178 // Calendar sheet interface 179 TASImage *DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot=kFALSE) const;179 static TASImage *DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot=kFALSE); 180 180 TASImage *GetImage(TEnv *env=NULL, const char *path=""); 181 181 void DrawLatex(Float_t x, Float_t y, const char *text, const TAttText &att); -
trunk/MagicSoft/Mars/sponde.rc
r8709 r8750 41 41 # Monte Carlo for determining the collection area there is no theta- 42 42 # histogram involved, thus you need the theta cut switched on 43 MJSpectrum.Cut1.ThetaCut: On43 Spectrum.Cut1.ThetaCut: On 44 44 45 45 # You may want to change the scale region to a different region than -
trunk/MagicSoft/Mars/sponde_onoff.rc
r8709 r8750 41 41 # Monte Carlo for determining the collection area there is no theta- 42 42 # histogram involved, thus you need the theta cut switched on 43 MJSpectrum.Cut1.ThetaCut: On43 Spectrum.Cut1.ThetaCut: On 44 44 45 45 # You may want to change the scale region to a different region than
Note:
See TracChangeset
for help on using the changeset viewer.