Changeset 8348 for trunk/MagicSoft


Ignore:
Timestamp:
03/01/07 23:14:28 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mraw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc

    r8346 r8348  
    228228}
    229229
    230 /*
    231230// --------------------------------------------------------------------------
    232231//
     
    372371    return sum;
    373372}
    374 */
  • trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.h

    r8346 r8348  
    7474        //          belong to the actual pixel
    7575        //
    76         //
    77         // Use is deprecated!
    78         //
    7976        return fHiGainPos;
    8077    }
    8178
     79    /*
     80     This function is dangerous as long as MC with split hi-/lo-gain are used
    8281    Byte_t *GetSamples() const
    8382    {
     
    9089        return fHiGainPos;
    9190    }
     91    */
    9292
    9393    Byte_t  GetNumHiGainSamples() const { return fNumHiGainSamples ; }// Use is deprecated!
     
    9999
    100100    Byte_t  GetMaxHiGainSample(const Byte_t hifirst=0, const Byte_t hilast=0xff) const;
    101 /*
     101
    102102    ULong_t GetSumHiGainSamples() const;
    103103    ULong_t GetSumSqrHiGainSamples() const;
     
    109109    ULong_t GetSumLoGainSamples() const;
    110110    ULong_t GetSumSqrLoGainSamples() const;
    111   */
     111
    112112    Bool_t HasLoGain() const { return fNumLoGainSamples>0; }
    113113    Bool_t IsABFlagValid() const { return fABFlags ? kTRUE : kFALSE; }
Note: See TracChangeset for help on using the changeset viewer.