Changeset 3193 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/16/04 14:06:36 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.cc

    r3182 r3193  
    6767  AddToBranchList("MRawEvtData.*");
    6868 
     69  SetPINDiodeIdx();
     70  SetSaturationLimit();
    6971  SetRange();
    70   SetPINDiodeIdx();
    7172}
    7273
  • trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.h

    r3182 r3193  
    5353
    5454  // Setters
    55   void SetRange(const Byte_t hifirst=fgFirst, const Byte_t hilast=fgLast);
    56   void SetSaturationLimit(const Byte_t lim) { fSaturationLimit = lim; }
    57   void SetPINDiodeIdx(const UInt_t idx=fgPINDiodeIdx) { fPINDiodeIdx = idx; } 
     55  void SetRange(const Byte_t hifirst=fgFirst,
     56                const Byte_t hilast=fgLast);
     57  void SetSaturationLimit(const Byte_t lim=fgSaturationLimit) { fSaturationLimit = lim; }
     58  void SetPINDiodeIdx(    const UInt_t idx=fgPINDiodeIdx    ) { fPINDiodeIdx     = idx; }   
    5859
    5960  ClassDef(MExtractPINDiode, 0) // Task to fill the Extracted PINDiode Containers from raw data
Note: See TracChangeset for help on using the changeset viewer.