Changeset 6276 for trunk/MagicSoft/Mars/mhist/MHCamera.cc
- Timestamp:
- 02/07/05 09:25:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r5807 r6276 329 329 // ------------------------------------------------------------------------ 330 330 // 331 // Return the variance of all entries which are used if all=kFALSE and331 // Return the sqrt variance of all entries which are used if all=kFALSE and 332 332 // of all entries if all=kTRUE if sector<0. If sector>=0 only 333 333 // entries with match the given sector are taken into account. … … 1155 1155 { 1156 1156 Double_t rc = 0; 1157 if (TestBit(k Variance) && GetEntries()>0) // error on the mean1157 if (TestBit(kSqrtVariance) && GetEntries()>0) // error on the mean 1158 1158 { 1159 1159 const Double_t error = fSumw2.fArray[bin]/GetEntries();
Note:
See TracChangeset
for help on using the changeset viewer.