- Timestamp:
- 11/26/04 19:31:43 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHGausEvents.cc
r5135 r5477 51 51 // - One can repeat the fit within a given amount of sigmas from the previous mean 52 52 // (specified by the variables fPickupLimit and fBlackoutLimit) with the function RepeatFit() 53 // - One can completely skip the fitting to set mean, sigma and its errors directly54 // from the histograms with the function BypassFit()55 53 // 56 54 // 2) The TArrayF fEvents: -
trunk/MagicSoft/Mars/mpedestal/Makefile
r5471 r5477 32 32 SRCFILES = MMcPedestalCopy.cc \ 33 33 MMcPedestalNSBAdd.cc \ 34 MExtractPedestal.cc \ 34 35 MPedCalcPedRun.cc \ 35 36 MPedCalcFromLoGain.cc \ -
trunk/MagicSoft/Mars/mpedestal/PedestalLinkDef.h
r5471 r5477 12 12 #pragma link C++ class MPedPhotPix+; 13 13 14 #pragma link C++ class MExtractPedestal+; 14 15 #pragma link C++ class MPedCalcPedRun+; 15 16 #pragma link C++ class MPedCalcFromLoGain+;
Note:
See TracChangeset
for help on using the changeset viewer.