Changeset 4075 for trunk/MagicSoft/Mars/mtemp/mifae/library/MPSFFitCalc.cc
- Timestamp:
- 05/14/04 17:41:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MPSFFitCalc.cc
r3984 r4075 53 53 const Float_t sqrt2 = sqrt(2.); 54 54 const Float_t sqrt3 = sqrt(3.); 55 const Bool_t usePrintOut = k FALSE;56 const Int_t minuitPrintOut = -1;55 const Bool_t usePrintOut = kTRUE; 56 const Int_t minuitPrintOut = 0; 57 57 58 58 UInt_t numPixels;
Note:
See TracChangeset
for help on using the changeset viewer.