Changeset 2766
- Timestamp:
- 01/12/04 10:35:05 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2765 r2766 4 4 5 5 -*-*- END OF LINE -*-*- 6 2004/01/12: Markus Gaug 7 * manalysis/MExtractSignal.[h,cc] 8 - take out some uncommented code 9 - replace logainshift by two independent variables: 10 logainfirst, logainlast 11 12 6 13 2004/01/09: Markus Gaug 7 14 -
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r2732 r2766 31 31 MRawRunHeader *fRunHeader; // RunHeader information 32 32 33 Byte_t f First;33 Byte_t fHiGainFirst; 34 34 Byte_t fLoGainFirst; 35 35 … … 47 47 48 48 public: 49 MExtractSignal(/*const Byte_t first=4, const Byte_t last=9,50 const Byte_t logainshift=1,*/51 const char *name=NULL, const char *title=NULL);52 49 53 void SetRange(Byte_t first=4, Byte_t last=9, Byte_t logainshift=1); 50 MExtractSignal(const char *name=NULL, const char *title=NULL); 51 52 void SetRange(Byte_t hifirst=3, Byte_t hilast=8, Byte_t lofirst=3, Byte_t lolast=8); 54 53 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 55 54 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r2765 r2766 478 478 479 479 // 480 // Fill 1-dim histograms with the results481 //482 fCalibrations->Fill1DimCharges(pix.GetCharge(),pix.GetErrCharge(),483 pix.GetSigmaCharge(),pix.GetChargeProb());484 485 //486 480 // Perform the Gauss fits to the arrival times 487 481 //
Note:
See TracChangeset
for help on using the changeset viewer.