Changeset 2426
- Timestamp:
- 10/24/03 17:39:25 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2425 r2426 1 1 -*-*- END OF LINE -*-*- 2 3 2003/10/24: Abelardo Moralejo 4 5 * manalysis/MMcPedestalRead.[cc,h] 6 - Added. In coming camera version (0.7) the pedestal sigma per 7 FADC slice is calculated by the camera simulation at run time, 8 then written to the output file. This class reads in the pedestal 9 mean and sigma to be later used in the analysis (for tail cuts 10 mainly). This task will replace MMcPedestalCopy and 11 MMcPedestalNSBAdd for camera >= 0.7 files, for which the second 12 class would produce wrong results. 13 2 14 2003/10/23: Abelardo Moralejo 3 15 -
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r2377 r2426 57 57 #pragma link C++ class MMinuitInterface+; 58 58 #pragma link C++ class MFiltercutsCalc+; 59 #pragma link C++ class MMcPedestalRead+; 59 60 60 61 #endif -
trunk/MagicSoft/Mars/manalysis/Makefile
r2377 r2426 65 65 MCT1FindSupercuts.cc \ 66 66 MMinuitInterface.cc \ 67 MFiltercutsCalc.cc 67 MFiltercutsCalc.cc \ 68 MMcPedestalRead.cc 68 69 # MCT1PadONOFF.cc \ 69 70
Note:
See TracChangeset
for help on using the changeset viewer.