Changeset 6688


Ignore:
Timestamp:
02/28/05 18:37:55 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc

    r6687 r6688  
    384384      histhi.FillHist(time);
    385385       
    386       *fLog << inf << time << endl;
     386      //      *fLog << inf << time << endl;
    387387
    388388      const Int_t aidx   = (*fGeom)[i].GetAidx();
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.h

    r6685 r6688  
    2121private:
    2222
    23   static const Int_t   fgLowerSignalLimit;     //! Default for fLowerSignalLimit
     23  static const Byte_t  fgLowerSignalLimit;     //! Default for fLowerSignalLimit
    2424
    2525  static const Int_t   fgHiGainNbins;          //! Nr. bins of HiGain Histograms  (now set to:  550  )
     
    3535  static const TString gsHistYTitle;           //! Default Histogram y-axis titles
    3636 
    37   Int_t   fLowerSignalLimit;                   //  Lower signal limit for pulse time extraction
     37  Byte_t  fLowerSignalLimit;                   //  Lower signal limit for pulse time extraction
    3838
    3939  TString fReferenceFile;                      // File name containing the reference values
     
    7171
    7272  void SetReferenceFile   ( const TString ref=fgReferenceFile    ) { fReferenceFile    = ref; }
    73   void SetLowerSignalLimit( const Int_t   lim=fgLowerSignalLimit ) { fLowerSignalLimit = lim; }
     73  void SetLowerSignalLimit( const Byte_t  lim=fgLowerSignalLimit ) { fLowerSignalLimit = lim; }
    7474
    7575  Bool_t GetPixelContent ( Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const { return kTRUE; }
Note: See TracChangeset for help on using the changeset viewer.