Changeset 5738
- Timestamp:
- 01/08/05 11:32:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5735 r5738 20 20 21 21 -*-*- 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 22 34 2005/01/07 Markus Gaug 23 35 -
trunk/MagicSoft/Mars/msignal/MExtractedSignalPix.cc
r5701 r5738 58 58 59 59 Clear(); 60 60 61 } 62 61 63 62 64 // ------------------------------------------------------------------------ … … 75 77 fNumHiGainSaturated = 0; 76 78 fNumLoGainSaturated = 0; 79 80 fChisquare = -1.; 77 81 } 78 82
Note:
See TracChangeset
for help on using the changeset viewer.