Ignore:
Timestamp:
02/07/05 09:25:42 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r5807 r6276  
    329329// ------------------------------------------------------------------------
    330330//
    331 // Return the variance of all entries which are used if all=kFALSE and
     331// Return the sqrt variance of all entries which are used if all=kFALSE and
    332332// of all entries if all=kTRUE if sector<0. If sector>=0 only
    333333// entries with match the given sector are taken into account.
     
    11551155{
    11561156    Double_t rc = 0;
    1157     if (TestBit(kVariance) && GetEntries()>0) // error on the mean
     1157    if (TestBit(kSqrtVariance) && GetEntries()>0) // error on the mean
    11581158    {
    11591159        const Double_t error = fSumw2.fArray[bin]/GetEntries();
Note: See TracChangeset for help on using the changeset viewer.