Ignore:
Timestamp:
01/23/05 13:49:09 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h

    r5749 r5946  
    3333  static const TString gsHistYTitle;                 //! Default Histogram y-axis titles
    3434
    35   static const Byte_t  fgLowerLim;                   //! Default for fLowerLimt        (now set to: 200)
    36   static const Byte_t  fgUpperLim;                   //! Default for fUpperLimt        (now set to: 252)
     35  MArrayD fSumareahi  ;                               //
     36  MArrayD fSumsectorhi;                               //
     37  MArrayI fNumareahi  ;                               //
     38  MArrayI fNumsectorhi;                               //
     39  MArrayD fSumarealo  ;                               //
     40  MArrayD fSumsectorlo;                               //
     41  MArrayI fNumarealo  ;                               //
     42  MArrayI fNumsectorlo;                               //
    3743
    38   Byte_t fLowerLim;                                 //  Lower allowed FADC value limit for max. slicey
    39   Byte_t fUpperLim;                                 //  Upper allowed FADC value limit for max. slicey
    40  
    41   MArrayD fSumarea  ;                               //
    42   MArrayD fSumsector;                               //
    43   MArrayI fNumarea  ;                               //
    44   MArrayI fNumsector;                               //
    45 
    46   MRawEvtData                       *fRawEvt;       //!  Raw event data
    47 
    48   Bool_t SetupHists(const MParList *pList); 
    4944  Bool_t ReInitHists(MParList *pList);
    5045  Bool_t FillHists(const MParContainer *par, const Stat_t w=1);
     
    6257  TObject *Clone(const char *name="") const;
    6358
    64   Byte_t GetLowerLim() const { return fLowerLim; }
    65   Byte_t GetUpperLim() const { return fUpperLim; }   
    66 
    67   void  SetLowerLim( const UInt_t i=fgLowerLim) { fLowerLim = i; }
    68   void  SetUpperLim( const UInt_t i=fgUpperLim) { fUpperLim = i; }
    69 
    7059  Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
    7160  void DrawPixelContent(Int_t idx) const;
Note: See TracChangeset for help on using the changeset viewer.