- Timestamp:
- 03/01/07 23:14:28 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mraw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
r8346 r8348 228 228 } 229 229 230 /*231 230 // -------------------------------------------------------------------------- 232 231 // … … 372 371 return sum; 373 372 } 374 */ -
trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h
r8346 r8348 74 74 // belong to the actual pixel 75 75 // 76 //77 // Use is deprecated!78 //79 76 return fHiGainPos; 80 77 } 81 78 79 /* 80 This function is dangerous as long as MC with split hi-/lo-gain are used 82 81 Byte_t *GetSamples() const 83 82 { … … 90 89 return fHiGainPos; 91 90 } 91 */ 92 92 93 93 Byte_t GetNumHiGainSamples() const { return fNumHiGainSamples ; }// Use is deprecated! … … 99 99 100 100 Byte_t GetMaxHiGainSample(const Byte_t hifirst=0, const Byte_t hilast=0xff) const; 101 /* 101 102 102 ULong_t GetSumHiGainSamples() const; 103 103 ULong_t GetSumSqrHiGainSamples() const; … … 109 109 ULong_t GetSumLoGainSamples() const; 110 110 ULong_t GetSumSqrLoGainSamples() const; 111 */ 111 112 112 Bool_t HasLoGain() const { return fNumLoGainSamples>0; } 113 113 Bool_t IsABFlagValid() const { return fABFlags ? kTRUE : kFALSE; }
Note:
See TracChangeset
for help on using the changeset viewer.