- Timestamp:
- 04/28/04 20:06:16 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MGCamDisplays.cc
r3871 r3875 77 77 // 78 78 void MGCamDisplays::CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1, 79 const Int_t fit, const Int_t rad )79 const Int_t fit, const Int_t rad, TObject *notify) 80 80 { 81 81 … … 85 85 MHCamera *obj1=(MHCamera*)cam1.DrawCopy("hist"); 86 86 obj1->SetDirectory(NULL); 87 88 if (notify) 89 obj1->AddNotify(notify); 87 90 88 91 c.cd(x+y); -
trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h
r3853 r3875 16 16 void DrawRadialProfile( MHCamera *obj) const; // Draw projection of pixels values onto camera radius 17 17 void CamDraw(TCanvas &c, const Int_t x, const Int_t y, const MHCamera &cam1, 18 const Int_t fit, const Int_t rad=0); // Draw histograms into the MStatusDisplay 18 const Int_t fit, const Int_t rad=0, 19 TObject *notify=NULL); // Draw histograms into the MStatusDisplay 19 20 20 21 public: -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3871 r3875 140 140 // 141 141 // Sets fRuns to 0, fExtractor to NULL, fColor to kNONE, fDisplay to kNormalDisplay, 142 // fRelTime to kFALSE, f ExtractorLevel to 2, fArrivalTimeLevel to 2142 // fRelTime to kFALSE, fDataCheck to kFALSE 143 143 // 144 144 MJCalibration::MJCalibration(const char *name, const char *title) -
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r3873 r3875 57 57 ~MJCalibration() {} 58 58 59 60 59 void SetInput(MRunIter *iter) { fRuns=iter; } 61 60 void SetOutputPath(const char *path=".");
Note:
See TracChangeset
for help on using the changeset viewer.