Changeset 3193 for trunk/MagicSoft/Mars
- Timestamp:
- 02/16/04 14:06:36 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.cc
r3182 r3193 67 67 AddToBranchList("MRawEvtData.*"); 68 68 69 SetPINDiodeIdx(); 70 SetSaturationLimit(); 69 71 SetRange(); 70 SetPINDiodeIdx();71 72 } 72 73 -
trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.h
r3182 r3193 53 53 54 54 // 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; } 58 59 59 60 ClassDef(MExtractPINDiode, 0) // Task to fill the Extracted PINDiode Containers from raw data
Note:
See TracChangeset
for help on using the changeset viewer.