Changeset 2547
- Timestamp:
- 11/21/03 16:05:47 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2545 r2547 5 5 -*-*- END OF LINE -*-*- 6 6 7 2003/11/21: Thomas Bretz 8 9 * mraw/MRawEvtData.cc: 10 - added type 3 and 4 to GetPixContent 11 12 * status.cc: 13 - added display of average index of slice witg maximum value 14 15 16 7 17 2003/11/20: Markus Gaug 8 18 … … 20 30 21 31 22 2003/11/20: Wolfgang Wittek 23 24 * mimage/M2dimFunctionFit.[h,cc] 25 - removed; will be replaced by MFun2Fit.[h,cc] 26 27 * mimage/M2dimFunction.[h,cc] 28 - removed; will be replaced by MFunc2.[h,cc] 29 30 * mimage/MH2dimFunction.[h,cc] 31 - removed; will be replaced by MHFunc2.[h,cc] 32 33 2003/11/20: Wolfgang Wittek 34 35 * mimage/M2dimFunctionFit.[h,cc] 36 - removed; will be replaced by MFun2Fit.[h,cc] 37 38 * mimage/M2dimFunction.[h,cc] 39 - removed; will be replaced by MFunc2.[h,cc] 40 41 * mimage/MH2dimFunction.[h,cc] 42 - removed; will be replaced by MHFunc2.[h,cc] 32 43 44 33 45 34 46 … … 44 56 * manalysis/MCalibrationCalc: 45 57 - function ReInit added like in MPedCalcPedRun 58 46 59 47 60 -
trunk/MagicSoft/Mars/status.cc
r2535 r2547 224 224 // MCT1SupercutsCalc calc1; 225 225 226 // ------------------------------------------- 227 226 228 MHCamEvent hist("PedestalRms"); 227 229 hist.SetType(1); … … 229 231 230 232 // ------------------------------------------- 233 234 MHCamEvent maxhi("MaxIdxHi", "Index of maximum hi-gain slice"); 235 MHCamEvent maxlo("MaxIdxLo", "Index of maximum lo-gain slice"); 236 maxhi.SetType(3); 237 maxlo.SetType(4); 238 plist.AddToList(&maxhi); 239 plist.AddToList(&maxlo); 240 241 // ------------------------------------------- 242 243 MFillH hfilhi("MaxIdxHi", "MRawEvtData"); 244 MFillH hfillo("MaxIdxLo", "MRawEvtData"); 231 245 MFillH hfill0("Uncleaned [MHCamEvent]", "MCerPhotEvt"); 232 246 MFillH hfill1("Pedestals [MHCamEvent]", "MPedestalCam"); … … 252 266 tlist.AddToList(&nanal); 253 267 //tlist.AddToList(&blind); 268 tlist.AddToList(&hfilhi); 269 tlist.AddToList(&hfillo); 254 270 tlist.AddToList(&hfill0); 255 271 //tlist.AddToList(&sgcal);
Note:
See TracChangeset
for help on using the changeset viewer.