Changeset 3648


Ignore:
Timestamp:
04/05/04 11:35:20 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3645 r3648  
    125125}
    126126
    127 
     127// --------------------------------------------------------------------------
     128//
     129// Get the High Gain Mean Error: Takes square root of fHiGainMeanVar
     130//
    128131Float_t MCalibrationPix::GetHiGainMeanErr()  const
    129132{
     
    131134}
    132135
    133 
     136// --------------------------------------------------------------------------
     137//
     138// Get the High Gain Sigma Error: Takes square root of fHiGainSigmaVar
     139//
    134140Float_t MCalibrationPix::GetHiGainSigmaErr()  const
    135141{
     
    137143}
    138144
     145// --------------------------------------------------------------------------
     146//
     147// Get the Low Gain Mean Error: Takes square root of fHiGainMeanVar
     148//
    139149Float_t MCalibrationPix::GetLoGainMeanErr()  const
    140150{
     
    143153
    144154
     155// --------------------------------------------------------------------------
     156//
     157// Get the Low Gain Sigma Error: Takes square root of fHiGainSigmaVar
     158//
    145159Float_t MCalibrationPix::GetLoGainSigmaErr()  const
    146160{
     
    148162}
    149163
    150 
     164// --------------------------------------------------------------------------
     165//
     166// Test bit kHiGainSaturation
     167//
    151168Bool_t MCalibrationPix::IsHiGainSaturation()    const
    152169{
     
    154171}
    155172
     173// --------------------------------------------------------------------------
     174//
     175// Test bit kExcluded
     176//
    156177Bool_t MCalibrationPix::IsExcluded()     const
    157178{
     
    159180}
    160181
     182// --------------------------------------------------------------------------
     183//
     184// Test bit kValid
     185//
    161186Bool_t MCalibrationPix::IsValid()     const
    162187{
Note: See TracChangeset for help on using the changeset viewer.