Changeset 5472 for trunk/MagicSoft
- Timestamp:
- 11/26/04 13:15:15 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5471 r5472 36 36 * mpedestal/MHPedestalPix.[h,cc] 37 37 - removed 38 39 * mcalib/MCalibrationPix.h 40 - added two new Getters 38 41 39 42 * mpedestal/MHPedestalCam.[h,cc] … … 53 56 "LoGain"-variables of MCalibrationPedCam 54 57 58 * mpedestal/MExtractPedestal.[h,cc] 59 - new base class for pedestal extractor. 60 61 * mpedestal/MPedCalcPedRun.[h,cc] 62 - derives from MExtractPedestal now 63 - Add two functions looking for the pedestal bit in the trigger 64 pattern 65 - Add the possibility to skip an event if: 66 a) the run is not a pedestal run or 67 b) the trigger bit is set to pedestal 68 These modifications allow to use this class for interlaced pedestal 69 events. 70 71 * mpedestal/MPedCalcFromLoGain.[h,cc] 72 - derives from MExtractPedestal now 55 73 56 74 2004/11/23: Markus Gaug -
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
r5462 r5472 90 90 virtual Float_t GetLoGainMean () const { return fLoGainMean; } 91 91 virtual Float_t GetLoGainMeanErr () const; 92 virtual Float_t GetLoGainMeanVar () const { return fLoGainMeanVar; } 92 93 virtual Float_t GetLoGainMeanRelVar () const; 93 94 virtual Float_t GetLoGainProb () const { return fLoGainProb; } … … 95 96 virtual Float_t GetLoGainSigma () const { return fLoGainSigma; } 96 97 virtual Float_t GetLoGainSigmaErr () const; 98 virtual Float_t GetLoGainSigmaVar () const { return fLoGainSigmaVar; } 97 99 virtual Float_t GetLoGainNumPickup () const { return fLoGainNumPickup; } 98 100 virtual Float_t GetLoGainNumBlackout() const { return fLoGainNumBlackout; }
Note:
See TracChangeset
for help on using the changeset viewer.