Ignore:
Timestamp:
09/29/04 23:16:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTime.h

    r4723 r5146  
    1212{
    1313private:
     14
    1415  static const Float_t fgOffsetLoGain;  // Default for fOffsetLoGain (now set to 1.51 (= 5ns)
    1516
    16   Int_t  PreProcess(MParList *pList);
    17   Bool_t ReInit(MParList *pList);
    18   Int_t  Process();
    19 
    2017protected:
     18 
    2119  Float_t fOffsetLoGain;     // Offset of the low-gain signal w.r.t. the High-Gain slices
    2220
     
    2725  virtual void FindTimeLoGain(Byte_t *firstused, Float_t &time, Float_t &dtime,
    2826                              Byte_t &sat, const MPedestalPix &ped) const;
     27
     28  Int_t  PreProcess( MParList *pList );
     29  Bool_t ReInit    ( MParList *pList );
     30  Int_t  Process   ();
    2931
    3032  Int_t  ReadEnv(const TEnv &env, TString prefix, Bool_t print);
Note: See TracChangeset for help on using the changeset viewer.