Changeset 5738 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/08/05 11:32:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5735 r5738  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22 2005/01/08 Markus Gaug
     23
     24   * msignal/MExtractedSignalPix.[h,cc]
     25     - added data member fChisquare, set to -1. by Clear() and Reset()
     26
     27   * msignal/MExtractedSignalCam.[h,cc]
     28     - added data member fNdf, set to -1 by default
     29     - new function: GetProb(const Int_t pixidx) to be called to
     30       calculate the joint probability of Chisquare of pixel "pixidx"
     31       and fNdf
     32
     33
    2234 2005/01/07 Markus Gaug
    2335
  • trunk/MagicSoft/Mars/msignal/MExtractedSignalPix.cc

    r5701 r5738  
    5858
    5959  Clear();
     60 
    6061}
     62
    6163
    6264// ------------------------------------------------------------------------
     
    7577  fNumHiGainSaturated = 0;
    7678  fNumLoGainSaturated = 0;
     79
     80  fChisquare          = -1.;
    7781}
    7882
Note: See TracChangeset for help on using the changeset viewer.