Changeset 3875 for trunk


Ignore:
Timestamp:
04/28/04 20:06:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MGCamDisplays.cc

    r3871 r3875  
    7777//
    7878void 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)
    8080{
    8181
     
    8585    MHCamera *obj1=(MHCamera*)cam1.DrawCopy("hist");
    8686    obj1->SetDirectory(NULL);
     87
     88    if (notify)
     89      obj1->AddNotify(notify);
    8790
    8891    c.cd(x+y);
  • trunk/MagicSoft/Mars/mjobs/MGCamDisplays.h

    r3853 r3875  
    1616  void DrawRadialProfile( MHCamera *obj)            const;      // Draw projection of pixels values onto camera radius
    1717  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
    1920
    2021public:
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r3871 r3875  
    140140//
    141141// Sets fRuns to 0, fExtractor to NULL, fColor to kNONE, fDisplay to kNormalDisplay,
    142 // fRelTime to kFALSE, fExtractorLevel to 2, fArrivalTimeLevel to 2
     142// fRelTime to kFALSE, fDataCheck to kFALSE
    143143//
    144144MJCalibration::MJCalibration(const char *name, const char *title)
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r3873 r3875  
    5757  ~MJCalibration() {}
    5858 
    59  
    6059  void SetInput(MRunIter *iter) { fRuns=iter; }
    6160  void SetOutputPath(const char *path=".");
Note: See TracChangeset for help on using the changeset viewer.