source: trunk/MagicSoft/Mars/Changelog@ 7210

Last change on this file since 7210 was 7210, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 198.7 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21 -*-*- END OF LINE -*-*-
22 2005/07/22 Thomas Bretz
23
24 * macros/tutorials/extendcam.C, macros/tutorials/hft.C:
25 - some updates. Replaced MCerPhotEvt by MSignalCam
26
27 * mhflux/MHDisp.cc:
28 - some more fixes to allow no-smearing
29
30 * mhft/MGeomCamMagicEnhance.cc:
31 - replaced GetPixById by the id itself
32
33 * mimage/MImgCleanStd.cc:
34 - do not check for the pedestal container if absolute cleaning
35 has been chosen
36
37 * mjobs/MJCalibrateSignal.cc:
38 - removed obsolete comments
39
40 * mreport/MReport.[h,cc]:
41 - added some conversions for wrong version numbers
42
43 * mreport/MReportCamera.cc:
44 - fixed a problem reading files with gkActiveLoadControlVersNum
45 - added a fix for report files before 200407070
46
47 * mhvstime/MHSectorVsTime.[h,cc]:
48 - added example to class reference
49 - fixed possible crash in SetName and SetTitle
50 - set default style to kFullDotMedium
51 - removed seconds from default axis labels
52 - changed default time labels size to 0.033
53 - moved Draw code to Paint as in MHVsTime
54 - fixed wrong return of kCONTINUE in Fill
55
56 * mhvstime/MHVsTime.cc:
57 - removed seconds from default axis labels
58
59 * mjobs/MJStar.cc:
60 - added Starguider info to output
61 - added MHSectorVsTime to display mean DC current
62 - allow skipping MHPointing for very old files without
63 starguider reports
64
65 * mpointing/MHPointing.cc:
66 - allow skipping MHPointing for very old files without
67 starguider reports
68
69
70
71 2005/07/21 Thomas Bretz
72
73 * mastro/MAstro.[h,cc]:
74 - added new member function GetDevAbs
75
76 * mcamera/MCameraAUX.[h,cc]:
77 - added new data members for counting house temperatures
78 - increased class version number to 2
79
80 * mcamera/MCameraHV.[h,cc]:
81 - added new data members for HV settings file name
82 - increased class version number to 2
83
84 * mhflux/MHDisp.cc:
85 - fixed handling of non-smearing
86 - fixed calculation of number of entries for the two wobble
87 histograms
88
89 * mjobs/MJStar.cc:
90 - gave a new name to the task writing the Muon-tree
91
92 * mpointing/MHPointing.cc:
93 - do not check the abs deviation but check both deviations
94 independantly whether they make sense.
95 - Plot only hour and minutes
96
97 * mpointing/MPointingPosCalc.h:
98 - fixed wrong #ifndef
99
100 * mpointing/Makefile, mpointing/PointingLinkDef.h:
101 - new class MPointingDev
102 - new class MPointingDevCalc
103
104 * mpointing/PointingIncl.h:
105 - removed TVector2
106
107 * mreport/MReportCamera.[h,cc]:
108 - added interpretation CHTEMP and HVFIl valid since
109 arehcas version 200507190 (incl)
110
111 * mreport/MReportDrive.cc:
112 - moved code from GetErrorAbs to MAstro
113
114 * mreport/MReportStarguider.[h,cc]:
115 - moved code from GetDevAbs to MAstro
116 - added new getter returning a TVector2
117
118 * ganymed_onoff.rc, ganymed_wobble.rc:
119 - added
120
121 * ganymed.rc:
122 - updated
123
124
125
126 2005/07/19 Thomas Bretz
127
128 * mjobs/MJCut.cc:
129 - write MSrcPosCam to output
130 - write MSrcPosAnti to output
131 - removed MEnergyEst from output
132 - added MSrcPosCorrect to tasklist
133
134 * mjobs/MJSpectrum.cc:
135 - removed MSrcPosCalc from tasklist for refilling
136 - removed hillas calculation from tasklist for refilling
137 (both need a better concept in MJCut: not writing to
138 results file, but to summary file)
139
140 * mjobs/MJStar.cc:
141 - removed MSrcPosCalc from tasklist (better this is always done
142 correctly in MJCut)
143 - added Starguider information to output
144 - replaced Rate historams by new histogram MHRate
145 - added new histogram MHPointing
146
147 * mpointing/MSrcPosCorrect.cc:
148 - write new optical axis to parameter list
149 - print a message if a correction is introduced for this run
150
151 * mreport/MReportStarguider.[h,cc]:
152 - added GetDevAbs
153
154 * mhist/MHRate.[h,cc]:
155 - added
156
157 * mhist/Makefile, mhist/HistLinkDef.h:
158 - added MHRate
159
160 * mpointing/MHPointing.[h,cc]:
161 - added
162
163 * mpointing/Makefile, mpointing/PointingLinkDef.h:
164 - added MHPointing
165
166 * mcalib/MCalibrationCam.[h,cc]:
167 - moved code of static function GetPulserColorStr into source file.
168 Hopefully this 'repairs' a strange message some people got linking
169 mars: `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' referenced in section `.rodata' of mcalib/CalibCint.o: defined in discarded section `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' of mcalib/CalibCint.o
170 which was mainly annoying.
171
172 * mfbase/MF.cc:
173 - changed order and handling in ReadEnv. This allows to overwrite
174 already set resources in sponde (eg. MFMagicCuts.ThetaCut)
175
176 * mhbase/MH.cc:
177 - first draft of a new palette introduced by Pepe (I got it from
178 Hendrik)
179
180
181
182 2005/07/16 Thomas Bretz
183
184 * macros/dohtml.C:
185 - some updates to the macro section
186
187 * mcalib/MCalibrationCam.h:
188 - added new member function GetPulserColorStr to convert
189 pulser color into string
190
191 * mcalib/MCalibrationPattern.h:
192 - added new member function GetPulserColorStr to return
193 pulser color a string
194
195 * mcalib/MCalibrationPatternDecode.cc:
196 - fixed a typo in a comment
197
198 * mhflux/MHThetaSq.cc:
199 - set default number of bins to 75
200
201 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
202 - updated support for automatic weights. All cases should now
203 be handled as accurate as possible.
204
205 * msignal/MC_calibration_weights_UV46.dat,
206 msignal/MC_cosmics_weights46.dat:
207 - new files
208
209
210
211 2005/07/14 Thomas Bretz
212
213 * mbadpixels/MBadPixelCam.[h,cc]:
214 - added new function GetNumSuitable
215
216 * mcalib/MCalibrationChargeCalc.cc:
217 - simplified FinalizeUnsuitablePixels()
218
219 * mcalib/MCalibCalcFromPast.cc:
220 - when finalizing of unsuitable pixels fails return kERROR in
221 Process
222
223 * mcalib/MCalibrationRelTimeCalc.cc:
224 - simplified counting unreliable pixels
225
226 * mfilter/MFMagicCuts.[h,cc]:
227 - replaced the m3long cut. m3long now is used to determin which
228 origin might be the correct impact of the shower. This gives
229 not so steep theta plots and the 2D plot can be done at the
230 same time.
231 - The sign of Disp stored in the paremeter list is now correctly
232 aligned along the major axis of the shower. >0 for along major
233 axis, <0 otherwise.
234 - comment have been updated.
235 - some old code had been removed
236
237 * mhflux/MHDisp.[h,cc]:
238 - updated with a more appropriate calculation of a background model
239
240
241
242 2005/07/13 Abelardo Moralejo (2005/07/12)
243
244 * manalysis/MGeomApply.cc
245 - Now, if the MGeomApply task has a serial number >0 (indicating
246 most likely a specific telescope in a multi-telescope file), then
247 apply the geometry only to objects with the same serial number.
248 This is important for stereo setups in which the telescopes have
249 cameras with different numbers of pixels. If the MGeomApply task
250 has serial number 0 (default), it will apply the geometry to all
251 found objects as it used to do.
252
253 * manalysis/MMcCalibrationUpdate.cc, mpedestal/MMcPedestalCopy.cc
254 - Now the PreProcess adds the serial number also to MRawRunHeader
255 and MMcRunHeader, since in stereo MC files produced with the
256 current camera simulation at CVS there is one such container per
257 telescope. There is no difference in behaviour for single
258 telescope files. Old MC stereo files will no longer be readable.
259
260 * mimage/MNewImagePar.cc
261 - Made calculation of "Inner size" valid also for camera geometries
262 other than MAGIC standard one. The calculation of "inner leakage"
263 is now made only for MAGIC standard geometry (there is no easy
264 fix for that, but having fInnerSize and MHillas.fSize, the inner
265 leakage is a completely unnecessary parameter). Added a comment on
266 a possible fix for the calculation of fConc.
267
268 * mcalib/MMcCalibrationCalc.[h,cc]
269 - Added member fMinSize and setter for it. It is the minimum
270 (uncalibrated) size of events to be used in the calibration.
271 Previously it was fixed at 1000 ADC counts, but the value depends
272 on the extractor used, so it must be possible to change it.
273 - Add the serial number to MRawRunHeader and MMcConfigRunHeader
274 (now there is one per telescope in stereo files).
275 - Moved the creation of histograms from the constructor to the
276 PreProcess, otherwise the serial number is not added to the
277 histogram name.
278 - In PostProcess, set the average QE for area 0 (inner pixels) in
279 MCalibrationQECam object, to be used later by MCalibrateData.
280
281 * macros/starmcstereo.C
282 - Big update. Adapted to all changes above. Now not only relative, but
283 also absolute calibration (=SIZE in phes) is made.
284
285 * mcalib/MCalibrateData.cc
286 - In PreProcess, changed initialization of fRenormFactor. Formerly
287 it was fixed to MCalibrationQEPix::gkDefaultAverageQE. Now we check
288 first if there is a valid average QE for inner pixels in
289 MCalibrationQECam, and if so, we inititalize fRenormFactor with it.
290 Else, the default gkDefaultAverageQE is taken. fRenormFactor is
291 used to convert back from photons to "equivalent inner pixel phes"
292 in the (now default) case of calibrating in phes.
293
294
295
296 2005/07/13 Raquel de los Reyes (2005/07/12)
297
298 * merpp.cc
299 - Added the container MCameraActiveLoad to the rootified central
300 control files
301
302 * mreport/MReportCC.[h,cc]
303 - Changes in the InterpreteBody to write the variable UPS status and
304 the Time difference between GPS and rubidium clock.
305
306 * mreport/MReportCamera.cc
307 - Changes in the InterpreteCamera and InterpreteBody functions to allow
308 the data merpping from 2005_06_30.
309
310
311
312 2005/07/13 Abelardo Moralejo (2005/07/12)
313
314 * macros/starmcstereo.C
315 - Fixed error which made some objects to be written twice in the
316 _test_ output file.
317
318
319
320 2005/07/13 Patricia Liebing (2005/07/06)
321
322 * mhcalib/MHCalibrationChargeCam.cc:
323 - include new flag (kLoGainBlackout) into the "uncalibrated"
324 pixel classification (see docu from 28/06/2005 Markus Gaug)
325
326 * mbadpixels/MBadPixelsPix.[cc.h], mcalib/MCalibrationChargeCalc.cc
327 - included flag kLoGainBlackout for unsuitable pixels w/
328 corresponding docu/printout (see MHCalibrationChargeCam.cc)
329
330 * mhcalib/MHCalibrationPulseTimeCam.cc, MHCalibrationCam.cc
331 - add Pixel ID to Debug printout statements
332
333 * mjobs/MJCalibration.cc
334 - include new display for kLoGainBlackout unsuitable pixels
335
336
337
338 2005/07/13 Antonio Stamerra (2005/07/04)
339
340 * manalysis/MMcTriggerLvl2Calc.cc
341 - the checks written on ReInit for MC have been moved to PreProcess()
342 - kFALSE substituted with kSKIP in the check for the standard MAGIC
343 geometry
344
345
346
347 2005/07/13 Abelardo Moralejo (2005/07/01)
348
349 * macros/starmc.C
350 - Set two different cleaning tasks for the calibration loop and
351 for the second (analysis) loop. Otherwise, some pixels were
352 cleaned out in the first loop (we do not want this) if the
353 absolute method was chosen.
354
355
356
357 2005/07/13 Abelardo Moralejo (2005/06/30)
358
359 * mmc/MTriggerDefine.h
360 - Added TRIGGER_PIXELS_4, a provisional number of trigger pixels
361 for the MGeomCamMagic1183 geometry.
362
363 * mgeom/MGeomCamMagic1183.[h,cc]
364 - added. Possible design for a MAGIC-II camera. Preliminary
365 version, not yet ready to use.
366
367
368
369 2005/07/13 Abelardo Moralejo (2005/06/29)
370
371 * mgeom/MGeomCamMagic1183.[h,cc]
372 - added. Possible design for a MAGIC-II camera
373
374 * mgeom/Makefile, GeomLinkDef.h
375 - added new class above.
376
377
378
379 2005/07/13 Markus Gaug (2005/06/28)
380
381 * mhcalib/MHCalibrationChargeCam.[h,cc]
382 - set the fPickupLimit and fBlackoutLimit for the low-gain arrays
383 to a 3.5 instead of the default used in MHCalibrationPix (5.0).
384 - use a new criterium to exclude bad pixels: If the high-gain was
385 saturated and the blackout-events in the low-gain exceed the
386 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
387 This excludes those pixels which have a saturating high-gain
388 channel, but the low-gain switch does not switch often enough
389 to make the distribution reliable.
390
391
392
393 2005/07/13 Markus Gaug (2005/06/23)
394
395 * mhcalib/MHCalibrationChargeCam.cc
396 - fix a bug counting the number of saturated events. Up to now, the
397 number of saturated slices was counted (which is one for a not too
398 high number), but for some (pathological) pixels, many more slices
399 saturated and produced wrong limits.
400 - make the PickupLimit und BlackoutLimit for the low-gain explicitely
401 smaller. The too large limits caused a failed fit for some channels
402 which resulted in wrong calibration constants. (M. Gaug)
403
404
405
406 2005/07/13 Markus Gaug (2005/06/22)
407
408 * mjobs/MJPedestal.cc
409 - change order of reading local environmnet variables in lines 1044
410 to 1068. Reason: The lines:
411 if (fExtractor==tenv.GetTask())
412 return kTRUE;
413 yielded sometimes a return before the rest of the env-variables
414 could be read in. This affected ONLY the reading of the pedestal
415 reference file and the bad pixels file name. (M. Gaug)
416 - Added "decode" task (MTriggerPatternDecode) task to the list also
417 for MC runs.
418
419 * mhcalib/MHCalibrationChargeCam.cc
420 - fixed the setting of unreliability for saturated events where the
421 high-gain signal was not stable over time. Now, saturation is
422 asked for before (like in the high-gain fitted-case). (M. Gaug)
423 - fixed a small bug in the precise setting of the histogram ranges.
424 May have introduced a bias of typically 1 FADC cnt in the mean
425 fitted signal (< 0.5%).
426
427 * mbadpixels/MBadPixelsPix.[h,cc]
428 - took out the un-used bad pixels information in function:
429 GetUnsuitableCalLevel().
430 - debugged the class-documentation
431
432 * mcalib/MCalibrationIntensityChargeCam.cc
433 - a very small fix in the axis title from N_phe to N_{phe}
434 - fixed one bug in the draw-functions of this class. Not (yet) used by
435 standard calibration.
436 - +some undocumented changes
437
438 * mjobs/MJCalibration.cc
439 - changed order in tasklist between MCalibColorSet and
440 MPedCalcFromPedRun. Caused crashes in the intensity calibrations.
441 Does not affect ordinary calibration since MPedCalcFromPedRun is
442 then not in the tasklist anyhow.
443 - changed order of MHCalibrationChargeCam and MCalibrationRelTimeCalc.
444 This wrong order caused MCalibrationRelTimeCalc to print out
445 unreliable pixels which were not set by the rel. time calibration.
446 This caused some confusion in the reading of the output because of
447 the un-logical order of flag settings and posterior output.
448 - set the error of the hi-logain intercalibration constants
449 as the real error on the mean instead of the sigma.
450 - took out the those bad pixel-informations which are not used
451 any more in the "Defect" - display. (M. Gaug)
452
453
454
455 2005/07/13 Markus Gaug (2005/06/21)
456
457 * mhcalib/MHCalibrationChargePix.h
458 - take out one un-necessary 'virtual'-declaration for the Draw-
459 function
460
461 * mhcalib/MHGausEvents.cc
462 - fixed a small bug in the non-standard display with options.
463
464
465
466 2005/07/13 Markus Gaug (2005/06/19)
467
468 * msignal/MExtractTimeAndChargeSpline.cc
469 - set fgOffsetLoGain from 1.7 to 1.39. This is the correct time
470 shift between high-gain and low-gain. Affects only very detailed
471 timing studies.
472
473 * msignal/MExtractTimeAndChargeDigitalFilter.cc
474 - set fOffsetLoGain from 1.7 to 1.4 which corrects now exactly for
475 the arrival time difference between low-gain and high-gain pulses.
476 This wrong number could have had some effect on image cleanings
477 using the time information. (M. Gaug)
478
479 * mcalib/MCalibrationBlindCam.[h,cc]
480 - remove obsolete Copy-function
481
482 * mcalib/MCalibConstPix.h, mcalib/MCalibConstCam.h
483 - introduce Copy-functions
484 - set class index to 1 (was 0)
485
486 * mcalib/MCalibrationChargePix.[h,cc]
487 - introduce Copy() function.
488
489
490
491 2005/07/13 Markus Gaug (2005/06/18)
492
493 * mpedestal/MPedestalCam.cc
494 - modify Print() function to print out also the event-by-event
495 averaged results.
496
497 * mpedestal/MExtractPedestal.[h,cc]
498 - new flag fUseSpecialPixels (set to kFALSE per default)
499 - new data member: fNameRawEvtData which can be set from outside
500 (e.g. to "MRawEvtData2").
501 - with these two changes, the special pixels can be extracted.
502 Difference to previous version: if flag fUseSpecialPixels is set,
503 * the area and sector averages are not calculated.
504 * the MPedestalCam will get initialized to
505 MRawRunHeader->GetNumSpecialPixels().
506 - fix a bug in the calculation of the event-by-event averaged
507 pedestal RMS (one total number of areas or sectors was not taken
508 into account).
509 - make local variables in the calculation of rms and mean doubles
510 instead of floats.
511
512 * mpedestal/MPedCalcPedRun.cc
513 - do not calculate the area and sector averages in case flag
514 fUseSpecialPixels is set.
515 - check for existence of pointer fRawEvt in PostProcess.
516
517 * mcalib/MCalibrationChargeCalc.[h,cc]
518 - implement possibility to set reference number of photo-electrons from
519 outside (stored in fExternalNumPhes).
520
521 * mcalib/MCalibrateData.[h,cc], mcalib/MCalibCalcFromPast.cc,
522 mjobs/MJCalibrateSignal.cc:
523 - write calibration constants now in separate
524 MCalibrationIntensityConstCam. This is necessary since with the
525 introduction of the averageing of mean photo-electrons, the
526 MCalibrationIntensityChargeCam does not hold the correct conv.
527 factors any more.
528
529 * mcalib/MCalibrateData.[h,cc]
530 - get also pointers to the IntensityCams and use them if exist
531 (previously, only the first calibration cam was used together
532 with the updatecam.)
533
534
535
536 2005/07/13 Markus Gaug (2005/06/17)
537
538 * mcalib/MCalibrationIntensityCam.[h,cc]
539 - take out some un-used or commented code (variables fOffsets and
540 fSlopes). These data members were not in the streamter either.
541 - put some of the most-used code from the .cc file into the .h file
542 - add new function: SetCam().
543
544
545
546 2005/07/13 Markus Gaug (2005/06/15)
547
548 * mcalib/MCalibrationIntensityConstCam.[h,cc]
549 - new class to store the actual applied conversion factors (now with
550 averaged photo-electrons not in the MCalibrationIntensityChargeCam
551 any more).
552
553 * mjobs/MJCalibration.cc
554 - set the correct (statistical) error of the inter-calibraiton factor
555 into MCalibrationChargePix::SetConversionHiLoErr() and the
556 sigma of the distribution
557 into MCalibrationChargePix::SetConversionHiLoSigma().
558 - In MCalibrationChargePix, the mean conversion error is used for the
559 statistical error of the conversion factor.
560 - In CalibrateData, the sigma is used for the statistical error of the
561 converted signal to equiv. high-gain charges.
562
563 * mcalib/MCalibCalcFromPast.[h,cc]
564 - implement the mean photo-electron averageing for a desired number of
565 calibration updates.
566
567 * mcalib/MCalibrateData.cc
568 - use MCalibrationChargePix::GetConversionHiLoSigma() to calculate the
569 error (was previously MCalibrationChargePix::GetConversionHiLoErr().
570
571 * callisto.cc
572 - calculate first fixed window pedestal in MJPedestalY2,
573 then sliding window pedestal in MJPedestalY3 (order reversed).
574
575
576
577 2005/07/13 Markus Gaug (2005/06/14)
578
579 * mcalib/MCalibrationHiLoPix.[h,cc]
580 - store also results from profile fits.
581 - increades class version
582
583 * mhcalib/MHCalibrationHiLoPix.[h,cc], mhcalib/MHCalibrationHiLoCam.[h,cc]
584 - added TProfiles for every pixel filled with the high-gain signal
585 vs. low-gain signal which can be fitted to extract gain and
586 offset.
587
588 * mhcalib/Makefile, mhcalib/HCalibLinkDef.h
589 - added MHCalibrationHiLoPix
590
591
592
593 2005/07/13 Markus Gaug (2005/06/10)
594
595 * mcalib/MCalibrationRelTimeCalc.cc
596 - print out forgotten successfully calibrated pixels
597 - small change in spacing of one output
598
599 * mhcalib/MHCalibrationCam.[h,cc]
600 - introduce max. number of events, the rest gets skipped before the
601 next ReInit() is called. Default: 4096
602 Reason: The calibration causes too many un-reliable pixels if more
603 than about 5000 events are treated (@500 Hz) because of the
604 mode hopping of the VCSels. However, in the past, some
605 calibration runs have been taken (erroneously) with more
606 than 5000 events, especially the intensity scans where
607 a good precision is needed.
608 - increased version number
609 - introduce a Getter for the fAverageAreaNum array.
610 - re-normalize the area-averaged sigmas to the equivalent number per
611 pixel also for the intensity calibration.
612
613 * mcalib/MCalibrationChargePix.[h,cc]
614 - divide errors in stat. and syst. errors. Both can be retrieved
615 now, depending on the study, one wants to make.
616
617 * mcalib/MCalibrationChargeCalc.[h,cc]
618 - set a limit to the number of un-suitable and un-reliables pixels
619 for the run to succeed: 0.1 unsuitables and 0.3 un-reliables
620 - set UseExtractorRes to kTRUE, will raise the number of
621 photo-electrons for the spline extractor by 1-2% (correctly).
622 - re-normalize the pedestal RMS of the event-by-event averaged
623 area events to the sqrt of the number of used pixels.
624 - re-normalize the sigma of the event-by-event averaged area events
625 by 1/F-Factor.
626 - introduce switch to choose if un-reliables should be used for the
627 calculation of mean number of phes (default: kTRUE).
628 - print out the number of high-gain saturated pixels.
629
630
631
632 2005/07/13 Markus Gaug (2005/06/10)
633
634 * mjobs/MJCalibrateSignal.[h,cc]
635 - skip also the PIN Diode events from the data calibration.
636
637
638
639 2005/07/13 Markus Gaug (2005/06/06)
640
641 * mhcalib/MHGausEvents.[h,cc]
642 - put small functions into header file to speed up calculations a bit.
643
644 * mcalib/MCalibrationRelTimeCalc.cc
645 - introduce flags to steer the setting of unreliability like done
646 in MCalibrationChargeCalc. Can be steered from the conf-file.
647
648 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
649 - implement two Get and Draw-functions to display bad pixels over
650 time like in the mcalib/MCalibrationIntensityChargeCam
651
652
653
654 2005/07/13 Markus Gaug (2005/06/03)
655
656 * mhcalib/MHCalibrationPulseTimeCam.cc
657 - fill arrays only if IsOscillations() was asked. This is a speed
658 bug and could cause important memory leaks. It does not affect the
659 outcome of an analysis, however.
660
661
662
663 2005/07/13 Thomas Bretz
664
665 * mbase/MTaskInteractive.[h,cc]:
666 - fixed a bug with calling ReInit... PostProcess was called instead.
667 - added the missing initialisation of fReInit in constructor
668
669 * sinope.cc:
670 - removed plotting the tasklist statistics twice
671 - replaced DrawClone by DrawCopy (DrawClone gave problems)
672
673 * mhflux/MAlphaFitter.[h,cc]:
674 - fixed the ThetaSq function. It was wrongly defined as
675 exp(-((x-c)/s)^2) instead of exp(-1/2*((x-c)/s))
676 - Set start value for corresponding fit back to same value
677 as for a standard gauss-fit.
678
679
680
681 2005/07/12 Daniela Dorner
682
683 * datacenter/macros/buildsequenceentries.C:
684 - fixed bug, that was caused by changes in TExMap in root_v4.04.02
685
686
687
688 2005/07/12 Daniela Dorner
689
690 * automatic-exclusions.rc:
691 - added two automatic exclusions
692
693 * datacenter/macros/findcacofiles.C:
694 - adapted query to ensure, that only existing caco-files are
695 searched
696
697 * datacenter/macros/getdolist.C:
698 - changed query to make sure, that new data is processed first
699
700 * datacenter/macros/resetallruns.C:
701 - changed query to allow manual interaction in RunProcessStatus
702
703 * datacenter/scripts/runganymed:
704 - fixed bug in choice of rc-file
705
706
707
708 2005/07/12 Thomas Bretz
709
710 * mhist/MHEvent.[h,cc]:
711 - added MTime to output
712
713 * mastro/MAstroCatalog.cc:
714 - added a fix which avoided reproducing the gui elements after
715 reading from file
716
717 * mbase/BaseIncl.h:
718 - added TVector3
719
720 * mbase/MMath.[h,cc]:
721 - added Sgn function
722 - moved include of TVector3 to source file
723
724 * mimage/MHillasExt.cc:
725 - included TVector2
726
727 * mjobs/MJCut.cc:
728 - write Disp to output
729 - write MTime to output
730 - changed handling of source position (MSrcPosCalc)
731
732 * mpointing/MSrcPosCalc.[h,cc]:
733 - allow to switch off source pos calculation
734
735
736
737 2005/07/11 Thomas Bretz
738
739 * callisto.cc, ganymed.cc, mars.cc, showlog.cc,
740 showplot.cc, sponde.cc, mimage/MImgCleanStd.cc:
741 - fixed some typos
742
743 * mastro/MAstro.[h,cc]:
744 - added new member function GetStringDeg and GetStringHor
745
746 * mastro/MAstroCatalog.cc:
747 - don't display empty ": " in tooltip for sources without name
748
749 * mbase/MParContainer.cc, mbase/MTask.cc:
750 - fixed usage of a ?:-operator
751
752 * mbase/MString.h:
753 - added two new constructors
754
755 * mjobs/MDataSet.cc:
756 - made sure that all files read later are sorted correctly.
757 This is necessary to ensure correct reading of subsystem
758 data.
759 - skipped adding a sequence twice
760
761 - print effective on time only in debug mode
762
763 * mjobs/MSequence.cc:
764 - skipped adding a run twice
765
766 * mpointing/MSrcPosCalc.cc:
767 - reformatted the comments
768 - add MTime and MPointingPos to branch list
769 - fTime and fObservatory are now presearched in PreProcess
770 to allow usage in macros having no RunHeaders (if they are
771 not found no warning is printed!)
772 - added sanity checks for these pointers in Process
773
774
775
776 2005/07/08 Thomas Bretz
777
778 * showplot.cc:
779 - implemented the possibility to open a root interpreter
780
781 * mbase/MMath.cc:
782 - added sanity checks in GaussProb
783
784 * mimage/MHillasExt.[h,cc]:
785 - fixed some units
786 - added Paint
787
788 * mimage/MNewImagePar.cc:
789 - fixed Print output
790
791 * mmain/MEventDisplay.cc:
792 - print a separator between two events
793 - Draw MHillasExt, too
794
795 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
796 - fixed Print output
797
798 * mimage/MHillas.cc:
799 - implemented plotting a estimate of disp
800 - fixed some units in output
801 - fixed the special case in which the shower is symmetric to
802 the axis
803
804 * mimage/MHillasCalc.cc:
805 - skipped printing the removed case 4 from MHillas::Calc
806
807 * mbase/MStatusDisplay.cc:
808 - fixed wrong "save as" in "open" dialog
809
810 * mbase/MTaskInteractive.[h,cc]:
811 - added ReInit
812
813 * mhflux/MAlphaFitter.cc:
814 - fixed the standard polynom order (0 instead of 1) for
815 difference histogram
816 - changed default start velue for gauss sigma in case of kThetaSq
817
818 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
819 mhflux/MHEffectiveOnTime.cc, mhflux/MHThetaSq.cc,
820 mjobs/MJCut.cc:
821 - enhanced zenith angle range
822
823 * mhflux/MHFalseSource.h:
824 - made GetCatalog protected
825 - made SetOffData virtual
826
827 * mhflux/MHThreshold.cc:
828 - enabled Sumw2
829
830 * mjobs/MJCut.cc:
831 - removed BinningEnergyEst
832
833 * mpointing/MPointingPos.h:
834 - added copy constructor
835
836 * mpointing/MSrcPosCorrect.cc:
837 - added a comment
838
839 * mranforest/MRFEnergyEst.[h,cc]:
840 - now stores the mean energy of the bins in the forest
841 - implemented several interpolation methods
842
843
844
845 2005/06/28 Thomas Bretz
846
847 * mfilter/MFMagicCuts.[h,cc]:
848 - first full implementation... updates to come.
849
850 * mhbase/MH.[h,cc]:
851 - added new member function to set several palettes
852
853 * mhflux/MHDisp.[h,cc]:
854 - fixed z-axis dscription
855 - rotate filling off data by 180 deg.
856 - implemented subtracting off-data from on-data
857 - set different palettes
858
859 * mhflux/MMcSpectrumWeight.[h,cc]:
860 - implemented additional weight for zenith-angle- and size-bins
861
862
863
864 2005/06/27 Thomas Bretz
865
866 * macros/optim/optimenergy.C:
867 - changed algorithm from Simplex to Migrad
868 - fixed a typo (RunDisp)
869
870 * mhflux/FluxLinkDef.h, mhflux/Makefile:
871 - added new class for threshold calculation
872
873 * mhflux/MHCollectionArea.cc:
874 - replaced BinningEnergy by BinningEnergyEst
875
876 * mimage/MHHillasSrc.cc:
877 - set minimum of fAlpha, fCosDA and fDCADelta to 0
878
879 * mjobs/MDataSet.cc:
880 - improved reading source position
881
882 * mranforest/MRanForest.[h,cc]:
883 - implemented a value describing the forest (eg. corresponding
884 energy)
885 - increased ClassVersion
886
887 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
888 mtrigger/MTriggerPatternDecode.cc
889 - improved dox (thx to Nicola)
890
891 * mjobs/MJStar.cc:
892 - implemented a new write task which only writes the effective
893 on time. This is necessary otherwise for example the image
894 cleaning could skip effective on-time events.
895
896
897
898 2005/06/17 Thomas Bretz
899
900 * mbase/MArgs.[h,cc]:
901 - handle possible char \015 in arguments
902
903 * mdata/MDataArray.h:
904 - added Print function to //*MENU*
905
906 * mhflux/MAlphaFitter.[h,cc]:
907 - added new Option for Scale: Fixed
908 - fixed typo in IsEnvDefined for Signalfunction
909
910 * mhist/MHCamera.cc:
911 - plot profile in deg instead of mm
912
913 * mjobs/MDataSet.[h,cc]
914 - changed error handling when reading source catalog
915
916 * mjobs/MJCut.cc:
917 - added MImagePar to output
918 - take new error handling into account when reading source catalog
919
920 * mjobs/MJSpectrum.cc:
921 - print energy estimator
922 - removed the double minus displaying the fitted spectrum
923
924 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
925 - print rule when optimization has finished
926
927 * mmain/MBrowser.cc:
928 - replaced old path with new path to datacenter
929
930 * mranforest/MRFEnergyEst.[h,cc]:
931 - store binning in new data member fBinning to avoid many calles
932 to atof
933
934
935
936 2005/06/15 Daniela Dorner
937
938 * datacenter/macros/createdataset.C:
939 - added function to read in input from txt-file
940
941 * datacenter/macros/insertdataset.C:
942 - fixed bug -> no new sourcenames can be inserted by this macro
943
944 * datacenter/macros/writesequencefile.C:
945 - fixed small bug in logging-output
946
947
948
949 2005/06/13 Daniela Dorner
950
951 * datacenter/macros/createdataset.C:
952 - added (macro to write simple datasetfile)
953
954 * datacenter/macros/buildsequenceentries.C:
955 - fixed bug introduced 12.5.2005
956
957 * datacenter/scripts/copyscript:
958 - fixed bug
959
960
961
962 2005/06/13 Thomas Bretz
963
964 * mcalib/MCalibrationHiLoCam.h:
965 - added Print to //*MENU*
966
967 * mhflux/MHThetaSq.[h,cc]:
968 - added resources for fNumBinsSignal and fNumBinsTotal
969
970 * mjobs/MJSpectrum.[h,cc]:
971 - implemented weighting in theta, so we get better statistics
972 - improved output
973 - added plotting other spectras
974
975 * Makefile:
976 - added new directory mjoptim
977
978 * manalysis/MEnergyEstimate.[h,cc]:
979 - derives now from a new more genral class MParameterCalc
980
981 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
982 - added new class MParamterCalc
983
984 * manalysis/MParameterCalc.[h,cc]:
985 - added new class MParamterCalc
986
987 * mbase/MLog.cc:
988 - do not display 'underline' if fIsNull output
989
990 * mhbase/MBinning.cc:
991 - removed some obsolete comments fixed old stylish SetBinningCos
992
993 * mhflux/MAlphaFitter.[h,cc]:
994 - background fit can now be switched off
995 - removed some obsolete comments
996 - adapted Print output
997 - added new option to change signal function type
998 - adde new Strategy option: kGaussSigma
999
1000 * mhflux/MHAlpha.[h,cc]:
1001 - output the gauss sigma to the parameter list
1002
1003 * mhflux/MHThetaSq.h:
1004 - mase InitMapping public (used in MJOptimizeDisp)
1005
1006 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1007 - removed MJOptimize*
1008
1009 * mjobs/MJOptimize.[h,cc]:
1010 - allow minimization of something else than MinimizationValue
1011
1012 * mjobs/MJOptimizeEnergy.[h,cc]:
1013 - added class description with example
1014 - added weighting task to RunEnergy (untested)
1015
1016 * mtools/MChisqEval.[h,cc]:
1017 - added comments
1018 - print result in Postprocess
1019 - allow to give a different name to the result
1020
1021 * mjobs/MJOptimize*:
1022 - finally moved to new dir mjoptim
1023 - new class MJOptimizeDisp
1024
1025
1026
1027 2005/06/10 Daniela Dorner
1028
1029 * datacenter/scripts/copyscript:
1030 - adapt script to new machine
1031
1032
1033
1034 2005/06/10 Thomas Bretz
1035
1036 * datacenter/macros/plotdb.C:
1037 - set minimum and maximum also for ZA graph
1038
1039 * mdata/MDataChain.cc:
1040 - fixed a possible crash to to NULL-acess in GetDataMember
1041
1042 * mhbase/MBinning.[h,cc]:
1043 - added a new binning type "asin" which is used for the
1044 ZA binning
1045
1046 * mhflux/MAlphaFitter.cc:
1047 - allow polynom order 1
1048 - improved result line in PaintResult
1049
1050 * mhflux/MHAlpha.cc:
1051 - call PaintResult also in DrawAll
1052
1053 * mhflux/MHCollectionArea.cc:
1054 - removede nonsense A_{eff} from plot
1055
1056 * mhflux/MHDisp.cc:
1057 - fixed a possible crash if fSrcPos==NULL
1058
1059 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
1060 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
1061 mjobs/MJCut.cc:
1062 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
1063 the old binning was not well aligned with the MC binning
1064
1065 * mhflux/MMcSpectrumWeight.[h,cc]:
1066 - added the possibility to set ZA-weights
1067 (Could be improved calculating correst sine-weights)
1068
1069 * mimage/MHVsSize.cc:
1070 - fixed. Conc1 was incorrectly scaled
1071
1072 * mjobs/MDataSet.h:
1073 - added getter for TLists
1074
1075 * mjobs/MJCut.cc:
1076 - in non-wobble mode the hcalc2 had been wrrornously added
1077 to the tasklist -> removed
1078
1079 * mjobs/MJOptimize.h:
1080 - added a comment for EnableTestTrain
1081
1082 * mpointing/MSrcPosCam.[h,cc]:
1083 - implemented Add member function
1084
1085 * mranforest/MRFEnergyEst.[h,cc]:
1086 - fixed a problem with the removal of the last columns
1087 - implemented debug-mode
1088 - interpolate energy in logarithmic grid
1089 - removed Test function completely
1090 - added ReadEnv
1091
1092 * mranforest/MRanTree.[h,cc]:
1093 - replaced some TMatrixFRow by TMatrixFRow_const
1094
1095 * mpointing/MSrcPosCorrect.[h,cc]:
1096 - added
1097
1098 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1099 - added MSrcPosCorrect
1100
1101 * mhflux/MHDisp.cc:
1102 - fixed the scaling of the abs-limit of m3l above which
1103 we assume that the 3rd moment is a good measurement for the
1104 correct disp point
1105
1106
1107
1108 2005/06/08 Daniela Dorner
1109
1110 * datacenter/scripts/checkstardone:
1111 - fixed bug
1112 - added check
1113
1114 * datacenter/scripts/runstar, runcallisto, runganymed:
1115 - added -v4 to commandlines
1116
1117
1118
1119 2005/06/07 Daniela Dorner
1120
1121 * datacenter/scripts/runstar, runcallisto:
1122 - fixed bug in filenumber calculation
1123
1124
1125
1126 2005/06/06 Daniela Dorner
1127
1128 * datacenter/scripts/runganymed:
1129 - fixed bug in second commandline
1130
1131
1132
1133 2005/06/03 Thomas Bretz
1134
1135 * ganymed.cc:
1136 - fixed the wrong printout of ganymed
1137
1138 * mars.cc:
1139 - allow to open a file via commandline
1140
1141 * mars.rc:
1142 - added some more comments
1143
1144 * mcalib/MCalibrateRelTimes.cc:
1145 - removed obsolete comments
1146
1147 * mmain/MEventDisplay.cc:
1148 - implemented muon analysis
1149 - fixed a crash caused by the DF
1150
1151 * mmain/Makefile:
1152 - added -I../mmuon
1153
1154 * mmuon/MMuonCalibPar.cc:
1155 - updated Print output
1156
1157 * mmuon/MMuonSearchPar.[h,cc]:
1158 - updated print output
1159 - added Paint function
1160
1161 * mranforest/MRFEnergyEst.h:
1162 - fixed thw wrong data types in setters
1163
1164 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1165 - don't try to find automatic weights without template file name
1166
1167 * mjobs/MJStar.cc:
1168 - set bit MFillH::kDoNotDisplay for fillmuon
1169
1170 * mmuon/MHSingleMuon.[h,cc]:
1171 - store function in hist
1172 - added Paint member function
1173
1174
1175
1176 2005/06/03
1177
1178 * RELEASE 0.9.3
1179
1180
1181
1182 2005/06/03 Thomas Bretz
1183
1184 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
1185 - updated
1186
1187 * callisto.rc:
1188 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
1189 callisto_Dec04Jan05.txt
1190
1191 * manalysis/MMultiDimDistCalc.h:
1192 - changes to layout
1193
1194 * mbadpixels/MBadPixelsCalc.cc:
1195 - improved sanity checks
1196
1197 * mbase/MEvtLoop.cc:
1198 - fixed a bug which could cause Eventloop to crahs if
1199 parlist was not initialized
1200
1201 * mdata/MDataArray.[h,cc]:
1202 - added copy constructor
1203
1204 * mhbase/MFillH.cc:
1205 - made sure that no constructor can crash due to NULL pointers
1206
1207 * mhbase/MHMatrix.[h,cc]:
1208 - first check in AddColumn if the column is available. Afterwards
1209 check whether it can be added
1210 - added new interfaced to single rows
1211
1212 * mhflux/MMcSpectrumWeight.cc:
1213 - slight change to screen output
1214
1215 * mjobs/MJPedestal.cc:
1216 - slight change to screen output
1217
1218 * mpedestal/MPedCalcPedRun.cc:
1219 - fixed a bug which caused MC files not to work treat them now
1220 as pedestal files (always)
1221
1222 * mranforest/MRFEnergyEst.[h,cc]:
1223 - improved the code and the interface
1224
1225 * mranforest/MRanForestGrow.[h,cc]:
1226 - derives now from MRead to be able to use the bar in the
1227 display
1228
1229 * mtools/MTFillMatrix.[h,cc]:
1230 - allow to fill a single matrix with all events
1231
1232 * datacenter/macros/plotdb.C:
1233 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
1234
1235
1236
1237 2005/06/02 Markus Gaug (2005/06/01)
1238
1239 * mcalib/MCalibrationChargeCalc.cc
1240 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
1241 exclude 2 very ringing pixels in September which - when kept -
1242 destroy the image cleaning around them.
1243
1244
1245
1246 2005/06/02 Markus Gaug (2005/05/31)
1247
1248 * mjobs/MJCalibration.cc
1249 - The MFTriggerPattern filters out all events taken with the
1250 CT1-pulser and data format version greater than 4.
1251 Demand now that the filter is put into the task list only if the
1252 calibration colour is not kCT1.
1253
1254
1255
1256 2005/06/02 Markus Gaug (2005/05/26)
1257
1258 * mpedestal/MPedCalcPedRun.cc
1259 - fixed bug in recognition of pedestal bit - affects only intensity
1260 calibration.
1261
1262 * mhcalib/MHCalibrationChargeCam.cc,
1263 mhcalib/MHCalibrationRelTimeCam.cc:
1264 - do not draw to status display if histogram is empty. This
1265 caused some error messages from root.
1266
1267
1268
1269 2005/06/02 Thomas Bretz
1270
1271 * callisto.cc:
1272 - made "-raw" the default
1273 - switched bad pixel check on for MJPedestalC2
1274
1275 * callisto_Dec04Jan05.rc:
1276 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
1277
1278 * mhflux/MHThetaSq.[h,cc]:
1279 - added missing InitMapping
1280
1281 * mjobs/MJCalib.cc:
1282 - set default for fDataFlag to kIsUseRawData
1283
1284 * mjobs/MJOptimizeCuts.cc:
1285 - added some sanity checks if CreateHistNew couldn't create
1286 the histogram
1287
1288 * mjobs/MJPedestal.[h,cc]:
1289 - implemented a possible deadpixel check
1290
1291 * star.rc:
1292 - added a missing template line
1293
1294 * mbadpixels/MBadPixelsCalc.[h,cc]:
1295 - changed to allow different upper and lower cuts in pedestal
1296 variance
1297
1298 * mfilter/MFCosmics.cc:
1299 - allpix were not increased correctly if a saturated pixel
1300 was skipped
1301
1302 * mjobs/MJCalibrateSignal.cc:
1303 - changed name of "Interp'd" to something more accurate
1304
1305 * msignal/MExtractFixedWindow.cc:;
1306 - removed case 12 for logain resolution as it is in bcn cvs
1307 but nowhere documented
1308
1309 * callisto.rc:
1310 - added new template line for dead pixel check
1311 - added correction factor determined from Muon analysis
1312
1313 * callisto_Dec04Jan05.rc
1314 - added correction factor determined from Muon analysis
1315
1316 * mhflux/MMcSpectrumWeight.cc:
1317 - small change to output
1318
1319
1320
1321 2005/06/01 Thomas Bretz
1322
1323 * mjobs/MJOptimize.[h,cc]:
1324 - moved code for cut optimization to MJOptimizeCuts
1325 - moved code for energy optimization to MJOptimizeEnergy
1326
1327 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
1328 - added
1329
1330 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1331 - added MJOptimizeCuts
1332 - added MJOptimizeEnergy
1333
1334 * showplot.cc:
1335 - set window name to input file name
1336
1337 * mcalib/MCalibColorSet.cc:
1338 - changed order of checks so that an explicit color is
1339 prior to any automatic detection.
1340
1341 * mcalib/MCalibrateData.[h,cc]:
1342 - implemented setting a possible additional scale factor
1343 (for MC it is always reset to 1)
1344
1345 * mfilter/MFCosmics.cc:
1346 - don't count saturated hi-gain pixels at all. It should
1347 not be necessary, because such pixels should have a value
1348 high enough in the high-gains but it seems sometimes they don't
1349
1350 * mhflux/MHAlpha.[h,cc]:
1351 - changed some orders in header
1352 - made some private data members protected
1353 - Call GetVal() if fMap[0]<0. This is necessary if the fill
1354 value is calculated on-the-fly (like ThetaSq)
1355 - made InitMapping virtual
1356
1357 * mhflux/MHDisp.cc:
1358 - removed 'Get-Entries' workarund
1359 - changed the function integartion for the significance
1360
1361 * mhflux/MHThetaSq.[h,cc]:
1362 - overwrite InitMapping because ThetaSq should be read from
1363 the parlist always
1364
1365 * mimage/MHHillas.cc:
1366 - set histogram minimum of Delta to 0
1367
1368 * mpedestal/MPedPhotCam.cc:
1369 - check for unsuitable pixels when calculating the means not
1370 only for the UnsuitableRun ones
1371
1372 * msignal/MExtractor.cc:
1373 - replaced wrong %2d by %2f
1374
1375
1376
1377 2005/06/01 Daniela Dorner
1378
1379 * datacenter/scripts/runcallisto:
1380 - added writing html-logs
1381 - added --auto-time-stop for merpping(ccupdate)
1382
1383 * datacenter/scripts/runganymed:
1384 - added writing html-logs
1385 - added second execution of ganymed
1386 - adapted to correct usage of config-files
1387 - fixed bug
1388
1389 * datacenter/scripts/runstar:
1390 - added writing html-logs
1391 - minor change in logpath
1392
1393
1394
1395 2005/05/31 Daniela Dorner
1396
1397 * datacenter/macros/fillstar.C, plotdb.C:
1398 - added two new parameters
1399
1400 * datacenter/macros/setupdb.C:
1401 - adapted to changes in DB (added two columns)
1402
1403
1404
1405 2005/05/31 Thomas Bretz
1406
1407 * mfileio/MReadReports.[h,cc]:
1408 - changed such that it can force prereading of the first event of
1409 a sequence after PreProcess
1410
1411 * mfileio/MReadTree.h:
1412 - added some comment about the new bits used in MReadReports
1413
1414 * mhflux/MHDisp.cc:
1415 - changed fit limit from 1.1 to 1.0
1416 - fixed access to wrong axis
1417
1418 * mhflux/MHEffectiveOnTime.cc:
1419 - fixed a bug which caused the first bin of the histograms
1420 vs time to disapear in PostProcess, which gave wrong results
1421 on the screen. The output and all following programs not
1422 directly accessing the histograms haven't been affected
1423
1424 * mjobs/MJCalib.cc:
1425 - HasEnv for boolean type resources is obsolete and has been
1426 removed
1427
1428 * mjobs/MJCalibrateSignal.cc:
1429 - removed MPointingPosInterpolate
1430 - adapted usage of MReadReports to changes
1431
1432 * mjobs/MJCut.cc, mjobs/MJStar.cc:
1433 - adapted usage of MReadReports to changes
1434 - made Drive-tree a 'required' tree
1435
1436 * mjobs/MJStar.cc:
1437 - removed "Events" from setting up rate and effective on time
1438 tasks to tlist2. It is obsolete because calibration events
1439 don't enter star at all.
1440
1441 * mpointing/MPointingPosCalc.[h,cc]:
1442 - assume that the run-type is real-data if Process is called before
1443 ReInit
1444
1445 * merpp.cc:
1446 - new options: --auto-time-start --auto-time-stop
1447
1448 * mbadpixels/MBadPixelsTreat.cc:
1449 - removed the checks in the algorithm whether the current pixel
1450 is NULL. MSignalCam doesn't support zero supression anymore.
1451 GetPixById has been replaced by the []-operator
1452
1453
1454
1455 2005/05/30 Thomas Bretz
1456
1457 * msql/MSQLServer.cc:
1458 - added possibility to setup SelectDatabase from resource file
1459
1460 * mbadpixels/MBadPixelsCalc.[h,cc]:
1461 - implemented the possibility to use the check routine
1462 from outside
1463 - check now returns kFALSE if more than 50% of all
1464 pixels are marked as unsuitable
1465
1466 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1467 - added MHDisp
1468 - added MMcSpectrumWeight
1469
1470 * mhflux/MHFalseSource.[h,cc]:
1471 - allow finding of Off-plot for derived classes - like in MHAlpha
1472 - get source position from MSourcePos if existing
1473 - changed some data members from private to protected
1474
1475 * mhflux/MHDisp.[h,cc]:
1476 - added
1477
1478 * mjobs/MJCut.[h,cc]:
1479 - implemented new option (HistNameFS) to allow using a different
1480 False Source Plot
1481
1482 * mpedestal/MPedPhotCam.[h,cc]:
1483 - added a copy constructor to allow conversion from MPedestalCam
1484
1485 * mpointing/MSrcPosCam.[h,cc]:
1486 - added copy constructor
1487
1488
1489
1490 2005/05/30 Daniela Dorner
1491
1492 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
1493 doexclusions, fillcallisto, insertdatasets, runganymed,
1494 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
1495 runcallisto, runstar, writesequencefiles:
1496 - moved two variables from the scripts to the sourcefile
1497
1498 * datacenter/scripts/runganymed:
1499 - changed # of processes
1500
1501 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
1502 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
1503 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
1504 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
1505 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
1506 writesequencefile.C:
1507 - adapted the macros to the changes in msql/MSQLServer.cc
1508
1509 * datacenter/macros/fillstar.C:
1510 - adapted the functions for the myon parameter after the bugfixes
1511 in the calibration
1512
1513
1514
1515 2005/05/27 Daniela Dorner
1516
1517 * datacenter/macros/plotdb.C:
1518 - changed binning of fConvFactorInner
1519 - added plot vs ZdMin
1520
1521 * datacenter/macros/resetcolumn.C:
1522 - added (macro to reset value in the DB)
1523
1524 * datacenter/scripts/runganymed:
1525 - removed command line option for ganymed, which is default now
1526
1527
1528
1529 2005/05/27 Javier Rico (2005/05/26)
1530
1531 * mbadpixels/MBadPixelsCam.cc
1532 - fixed small bug in the Print() function (one line was printed out
1533 at a wrong place). (M. Gaug)
1534
1535
1536
1537 2005/05/27 Javier Rico (2005/05/24)
1538
1539 * mhcalib/MHCalibrationHiLoCam.cc
1540 - do not write Arrays if flag kOscillations is not set.
1541 (this was actually a bug since it caused a huge usage for large
1542 amounts of data). (M. Gaug)
1543
1544 * mcalib/MCalibColorSet.cc
1545 - set colour already in the ReInit(), needed by the digital filter
1546 later. (M. Gaug)
1547
1548 * mjobs/MJCalibration.cc
1549 - forgot to merge hi-lo calibration factors for intensity calibration.
1550 (M. Gaug)
1551
1552 * mhcalib/MHCalibrationCam.[h,cc]
1553 - do not Finalize histograms if a flag kReset is set. Caused wrong
1554 result in last run of intensity calibration. (M. Gaug)
1555
1556 * msignal/MC_calibration_weights_UV.dat
1557 - Removed. It was confusing to have this file since it was just a
1558 copy of calibration_weights_UV.dat. For MC calibration you can
1559 just use the same weights files as for real data. (A. Moralejo)
1560
1561 * msignal/calibration_weights_blue46.dat
1562 - added missing weights file (M. Gaug)
1563
1564
1565
1566 2005/05/27 Markus Gaug (2005/05/21)
1567
1568 * mcalib/MCalibrationChargePix.[h,cc]
1569 - allow setting of extractor resolution in CalcReducedSigma()
1570
1571 * mcalib/MCalibrationChargeCalc.[h,cc]
1572 - implement usage of extractor resolution (only if UseExtractorRes
1573 is set).
1574
1575
1576
1577 2005/05/27 Thomas Bretz
1578
1579 * Makefile:
1580 - removed mmontecarlo directory
1581
1582 * mmontecarlo/MMcEnergyEst.[h,cc],
1583 mmontecarlo/MMcTimeGenerate.[h,cc],
1584 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1585 - removed
1586
1587 * sponde.rc:
1588 - added new line for weighted spectral index
1589
1590 * mbadpixels/MBadPixelsCalc.[h,cc]:
1591 - added an option to perform the checks also in PostProcess
1592
1593 * mhbase/MFillH.h:
1594 - added default argument to SetWeight
1595
1596 * mhbase/MH3.h:
1597 - added Sumw2() member function
1598
1599 * mhflux/MHCollectionArea.[h,cc]:
1600 - added TLatex output to plots
1601 - added some Getter
1602
1603 * mjobs/MJSpectrum.[h,cc]:
1604 - implemented the possibility to weight the monte carlo spectrum
1605 to a new index or function. More details can be found
1606 in MMcSpectrumWeight
1607 - slightly changed the plot comparing the size distributions
1608 - scale the comparsison plots by the resulting spectrum
1609
1610 * mjobs/MJob.[h,cc]:
1611 - added a member function to check ReadEnv of a single
1612 container
1613
1614 * mjobs/Makefile:
1615 - added -I../mmc
1616
1617 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
1618 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
1619 so that both classes are interchangable
1620 - increased both class versions
1621 - chaged the default partictle in MMcEvtBasic from
1622 kGAMMA to kUNDEFINED
1623 - added new particle type: kUNDEFINED
1624
1625 * mhflux/MMcSpectrumWeight.[h,cc]:
1626 - added
1627
1628 * callisto_Dec04Jan05.rc:
1629 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
1630 because it is the dfeault now
1631
1632 * msignal/MExtractTimeAndChargeSpline.cc:
1633 - changed default of fgFallTimeHiGain to 0.5
1634
1635 * mimage/MHillasSrc.h:
1636 - added copy constructor and Copy function
1637
1638 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1639 - implemented reading of automatic weights file following an
1640 idea of Markus G.
1641
1642 * mjobs/MJPedestal.cc:
1643 - fixed the reading of the resource file fopr the extractor
1644 (reading the extractor from file can overwrite the seetings)
1645
1646 * msignal/MC_weights46.dat:
1647 - updated from BCN cvs
1648
1649 * msignal/Makefile:
1650 - added -I../mcalib
1651
1652 * callisto.rc:
1653 - updated comments
1654
1655 * mcalib/MCalibrateData.[h,cc]:
1656 - same small changes to layout
1657 - mainly unrolled Form-statements
1658
1659 * msignal/MExtractFixedWindow.cc:
1660 - added case 12 and a default for logain setting the
1661 extractor resolution (partly taken from bcn cvs)
1662
1663
1664
1665 2005/05/25 Thomas Bretz
1666
1667 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1668 readraw.cc, sponde.cc, star.cc:
1669 - made the output about the root version clearer
1670
1671 * mbase/MEvtLoop.cc:
1672 - call CallProcess instead of Process for the mail tasklist
1673 (this makes sure that all counters are correct) This should
1674 NOT be done for Pre/PostProcess
1675
1676 * mbase/MStatusDisplay.cc:
1677 - fixed a possible crash if padsave==NULL
1678 - fixed the missing first tab in postscript files
1679
1680 * mbase/MTask.cc:
1681 - initialize fNumExec0 with 0 (this was the reason why the
1682 missing CallProcess in MEvtLoop didn't seem to have any effect
1683 on the possible printing of the statistics
1684
1685 * mhflux/MAlphaFitter.cc:
1686 - improved output
1687
1688 * mhflux/MHEffectiveOnTime.cc:
1689 - added some eMail from Wolfgang about treating the calibration
1690 events to the class description
1691 - removed some debug output in Paint()
1692
1693 * mhflux/MHThetaSq.cc:
1694 - replaced \\theta by \\vartheta
1695
1696 * mhvstime/MHPixVsTime.cc:
1697 - fixed a bug found by marcos: the error bars weren't retrieved
1698 correctly (instead of fTypeErr fType was requested)
1699
1700 * mjobs/MJStar.cc:
1701 - do not use calibration events for rate and effective-on-time
1702 calculation
1703
1704 * mjobs/MJob.cc:
1705 - added some debug output to ExpandPath
1706
1707 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
1708 msignal/MExtractor.h:
1709 - added Print() to //*MENU*
1710
1711
1712
1713 2005/05/25 Daniela Dorner
1714
1715 * datacenter/macros/fillcalib.C, setupdb.C:
1716 - changed presicion of parameter
1717
1718 * datacenter/macros/plotdb.C:
1719 - added (macro to plot quality paramter from the DB)
1720
1721
1722
1723 2005/05/24 Daniela Dorner
1724
1725 * datacenter/macros/fillstar.C:
1726 - added new parameters
1727
1728 * datacenter/macros/setupdb.C:
1729 - added variables for the new parameters
1730
1731
1732
1733 2005/05/23 Daniela Dorner
1734
1735 * datacenter/scripts/fillstar:
1736 - fixed bug in path
1737
1738 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
1739 - added check
1740
1741 * datacenter/macros/fillcalib.C, setupdb.C:
1742 - adapted variables for the conversion factor
1743
1744
1745
1746 2005/05/20 Thomas Bretz
1747
1748 * RELEASE 0.9.2
1749
1750
1751
1752 2005/05/20 Daniela Dorner
1753
1754 * datacenter/scripts/insertdatasets,checkstardone:
1755 - adapted paths for release
1756
1757 * datacenter/macros/fillstar.C:
1758 - adapted functions to calculate psf and the ratio
1759
1760 * datacenter/scripts/runganymed:
1761 - adapted ganymed command
1762
1763
1764
1765 2005/05/20 Thomas Bretz
1766
1767 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1768 - increased log-gain window from 6 to 8 according to an
1769 UNDOCUMENTED change in the bcn cvs
1770
1771 * mhcalib/MHCalibrationChargePINDiode.cc:
1772 - removed a check in fill according to an UDOCUMENTED change
1773 in the bcn cvs
1774
1775 * mhcalib/MHCalibrationChargePINDiode.cc:
1776 - use a dynamic_cast for the Fill-argument
1777
1778 * mjobs/MJCalibration.cc:
1779 - shortened output line telling file name of hi-/lo-gain
1780 calibration
1781
1782 * mjobs/MJPedestal.[h,cc]:
1783 - moved code for PulsePosCheck into own function
1784 - put also code for pixel check into this function
1785 - added a sanity check for fExtractor at some places
1786
1787 * msignal/MExtractor.cc:
1788 - added output of pedestal container - if available - in Print()
1789 - improved format of Print() output
1790
1791 * mbase/MEvtLoop.[h,cc]:
1792 - removed the obsolete (it was never been used) argument from
1793 PreProcess
1794 - replaced the second obsolete argument in Eventloop by a flag
1795 whether statistics should be printer or not: default=kTRUE
1796 - Print statistics automatically in Eventloop if tasklists
1797 Process has ever been touched.
1798
1799 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
1800 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
1801 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
1802 - removed call to PrintStatistics - no done automatically in
1803 MEvtLoop
1804
1805 * mpedestal/MExtractPedestal.cc:
1806 - removed InitArrays after ReInit of fExtractor. It is done there
1807 automatically
1808
1809 * mjobs/MJCalibrateSignal.cc:
1810 - don't add pinext and bldext to tasklist if not necessary
1811 (UNDOCUMENTED change from bcn cvs)
1812
1813 * callisto.rc, callisto_Dec04Jan05.rc:
1814 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
1815 really used)
1816
1817 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
1818 - some simplifications to the access of histograms after the loop
1819 has finished. There is no need to search for them in the parameter
1820 list.
1821
1822 * mjobs/MJCut.cc:
1823 - fixed the file-path when writing the status display and an
1824 output path was given.
1825
1826 * mjobs/hilocalib_sp1.root:
1827 - new intercalibration constants due to the latest bug-fixes
1828
1829 * manalysis/MCameraData.[h,cc]:
1830 - removed all stuff depending on MSigmabar
1831
1832 * manalysis/MSigmabar*
1833 - removed
1834
1835
1836
1837 2005/05/20 Markus Gaug (2005/05/19)
1838
1839 * mjobs/MJPedestal.cc:
1840 - fixed an important bug in the setting of the incoming pedestal
1841 pointer to the signal extractor. This bug caused the pedestals not
1842 to be subtracted correctly in the calibration afterwards. The
1843 effect was about 10% too high conversion factors for the digital
1844 filter and the spline and more than 40% for the sliding window.
1845 The bug existed since end of February! (Markus G.)
1846
1847
1848
1849 2005/05/20 Markus Gaug (2005/05/18)
1850
1851 * mcalib/MCalibrationChargeCalc.cc
1852 - issue a warning if no colour has been set until the PostProcess.
1853 (happens to old MC files).
1854
1855
1856
1857 2005/05/19 Markus Meyer
1858
1859 * mmuon/MHMuonPar.cc:
1860 - add a second integral in the function paint, which is
1861 plotted in the MStatusDisplay
1862
1863
1864
1865 2005/05/19 Daniela Dorner
1866
1867 * datacenter/macros/fillstar.C:
1868 - add new parameter
1869
1870 * datacenter/macros/setupdb.C:
1871 - adapted to new column in db
1872
1873 * callisto_Dec04Jan05.rc:
1874 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
1875 better statistics for the calculation of the mean pulse time
1876 of the cosmisc
1877
1878 * datacenter/scripts/runganymed:
1879 - fixed bug in path
1880
1881
1882
1883 2005/05/19 Thomas Bretz
1884
1885 * msignal/MExtractTimeAndCharge.cc:
1886 - simplified a really cryptical use of the ?:-operator when
1887 the fLoGainFirst is calculated
1888 - fixed a bug introduced in the calculation of the derivatives
1889
1890 * mmain/MEventDisplay.cc:
1891 - removed MC trigger display
1892
1893 * mbase/MTaskList.[h,cc]:
1894 - member function to use MTaskList in a TIter
1895
1896 * mhflux/MAlphaFitter.[h,cc]:
1897 - improved the output line plotted into the histogram
1898 - implemented getter for fSigInt
1899 - start integration in first bin not in underflow bin
1900 - added 'background' option for scaling
1901
1902 * mhflux/MHAlpha.[h,cc]:
1903 - added some comments
1904 - improved DistancetoPrimitive
1905
1906 * mhflux/MHThetaSq.[h,cc]:
1907 - derives the binning now from the cut value or the MAlphaFitter
1908
1909 * mjobs/MJStar.cc:
1910 - moved weather data histogram back to the end - otherwise
1911 MEventRate is not initialized before
1912
1913
1914
1915 2005/05/18 Thomas Bretz
1916
1917 * mcalib/MCalibCalcFromPast.cc:
1918 - added missing fIntensQE to list of initialization in
1919 constructor
1920
1921 * mcalib/MCalibrateData.cc:
1922 - fixed a bug which caused kNo to be ignored
1923 - removed a second check for the size of the badpixelcam
1924
1925 * mjobs/MJCalibrateSignal.cc:
1926 - removed the obsolete second adding of filhil and filpul to
1927 the tasklist
1928
1929 * mjobs/MJCalibration.cc:
1930 - do not display result or statistics if no execution has taken
1931 place
1932
1933 * mjobs/MJStar.cc:
1934 - moved processing of CC-branch to the beginning of the tasklist
1935
1936 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
1937 - introduced some small changes to the validity range of
1938 some variables
1939 - determin the higher bound above which no search is done
1940 analog to the lower bound using the fall-time
1941 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
1942 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
1943 the valid range -- at a lot of position in the code random memory
1944 above or below the arrays have been accessed.
1945 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
1946 more by calculating the number of steps from the rise and fall time.
1947 this should at least give consistent results on the same machine!
1948
1949 * mbase/MContinue.cc:
1950 - fixed a namimg problem of the filter when it is added to
1951 the tasklist and has the same name as MContinue
1952
1953 * mcalib/MCalibrationChargeCalc.cc:
1954 - for some sceen output the manipulator (inf) was missing
1955
1956 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
1957 mcalib/MCalibrationChargeCam.cc:
1958 - fixed a problem with the fit (it always tried to display
1959 the fit-function somewhere)
1960
1961
1962
1963 2005/05/17 Thomas Bretz
1964
1965 * callisto.rc, callisto_Dec04Jan05.rc:
1966 - added new comments diescribing setup of MFCosmics
1967
1968 * mfilter/MFCosmics.[h,cc]:
1969 - skip bad pixels using MBadPixelsCam
1970 - implemented a check in PostProcess about the fraction
1971 of events which survived or were rejected
1972 - added ReadEnv for setup
1973
1974 * mfilter/Makefile:
1975 - added mbadpixels
1976 - removed mmain and manalysis
1977
1978 * mhcalib/MHCalibrationChargeCam.h:
1979 - removed numbers from data member descrition -- too much
1980 to maintain
1981
1982 * mhcalib/MHCalibrationChargePINDiode.h:
1983 - incremented version number (undocumented from bcn)
1984
1985 * mjobs/MJCalibration.cc:
1986 - reorganized some TText output (undocumented from bcn)
1987 - overwrite the default of MaxNumberEmptyPixels by 0.05
1988 (undocumented from bcn)
1989 - print tasklist statistics also if eventloop returned
1990 KFALSE
1991
1992 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1993 - changed fgLoGainStartShift from -2.8 to -1.8
1994 (undocumented from bcn)
1995
1996 * msignal/MExtractTimeAndChargeSlidingWindow.h:
1997 - increased version number from 0 to 1 (undocumented from bcn)
1998
1999
2000
2001 2005/05/17 Markus Gaug (2005/05/16)
2002
2003 * msignal/MExtractor.[h,cc]
2004 - introduce two new variables: fResolutionPerPheHiGain and
2005 fResolutionPerPheLoGain, to be set by deriving extractors.
2006 - set version number one higher.
2007
2008 * msignal/MExtractFixedWindow.[h,cc]
2009 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
2010 * msignal/MExtractTimeAndChargeSpline.[h,cc]
2011 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
2012 - set the variables fResolutionPerPheHiGain and
2013 fResolutionPerPheLoGain
2014
2015 * msignal/MExtractPINDiode.[h,cc]
2016 - adapt to current PIN Diode signal, fit signal with Gaussian
2017 - set version number up by one.
2018
2019 * msignal/MExtractedSignalPINDiode.[h,cc]
2020 - set new data member fExtractedChi2
2021 - set version number up by one.
2022
2023 * mhcalib/MHCalibrationChargePINDiode.cc
2024 - adapt one function to newly used names.
2025 - adapt signal tests.
2026
2027 * mjobs/MJPedestal.[h,cc]
2028 - read MBadPixelsCam together with extractor, if exisiting
2029 (necessary for bad pixels exclusion in pulse position search).
2030
2031 * mjobs/MJCalibration.[h,cc]
2032 - use MFCosmics in any case (not only for CT1-pulses) and apply
2033 a quality criteria depending on number of rejected events:
2034 MaxExcludedEvents (default: 50%).
2035
2036
2037
2038 2005/05/17 Daniela Dorner
2039
2040 * datacenter/macros/setupdb.C
2041 - adapted to new column in datasetstatus-table
2042
2043 * datacenter/macros/checkstardone.C
2044 - added (macro to check if star has been done for a sequence)
2045
2046 * datacenter/scripts/checkstardone
2047 - added (script that executes checkstardone.C for all datasets
2048
2049 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
2050 fillstar
2051 - fixed bug
2052
2053 * datacenter/scripts/buildsequenceentries, doexclusions,
2054 writesequencefiles
2055 - adapted paths
2056
2057 * datacenter/scripts/insertdataset
2058 - added logging
2059
2060 * datacenter/scripts/runganymed
2061 - added (script to run ganymed automatically for datasets)
2062
2063 * datacenter/scripts/runcallisto
2064 - adapted paths
2065 - fixed bug
2066
2067 * datacenter/scripts/runstar
2068 - adapted paths
2069 - fixed bug
2070
2071 * steps.rc
2072 - adapted resource file to needs of the new table in db
2073
2074
2075
2076 2005/05/13 Daniela Dorner
2077
2078 * datacenter/macros/insertdataset.C
2079 - added (macro, that inserts dataset into db)
2080
2081 * datacenter/macros/setupdb.C
2082 - adapted to new table in db
2083
2084 * datacenter/scripts/insertdatasets
2085 - added (script, that inserts datasets into db)
2086
2087 * datacenter/scripts/sourcefile
2088 - added (file with commands and variables, that are needed by all
2089 scripts)
2090
2091 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
2092 copyscript, correcttime, doexclusions,
2093 filesondisk, fillcallisto, fillstar, runcallisto
2094 runstar, writesequencefiles
2095 - adapted scripts to the usage of the sourcefile
2096
2097 * datacenter/macros/fillcalib.C:
2098 - changed name of histogram according to change of Markus
2099 - removed debugoutput
2100
2101
2102
2103 2005/05/13 Thomas Bretz
2104
2105 * mreport/MReportCC.cc:
2106 - fixed reading of rep-files for versions newer than V200404070
2107
2108 * mpointing/MSrcPosCalc.cc
2109 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
2110 Wolfgang: the results are changed only minimally
2111
2112 * msignal/MExtractTimeAndChargeSpline.cc
2113 - integration ranges were shifted by 0.2 FADC slices to the right.
2114 Fixed in the new algorithm according to Markus' change.
2115
2116 * mcalib/MCalibrationChargeCalc.h:
2117 - Incremented ClassVersion number by 1
2118
2119 * mhcalib/MHCalibrationPulseTimeCam.cc:
2120 - removed a commented debug output
2121
2122 * mjobs/MJCalibration.cc
2123 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
2124 for new exclusion criteria taken from bcn
2125
2126 * manalysis/MEventRateCalc.cc:
2127 - some fixes. In some cases the event rate wasn't calculated
2128 anymore
2129
2130 * mbadpixels/MBadPixelsCalc.cc:
2131 - fixed a bug when checking whether the check should be done
2132 or not (>0 was missing)
2133
2134 * mhist/Makefile:
2135 - added MHWeather
2136
2137 * mhvstime/MHVsTime.[h,cc]:
2138 - implemented new function the set minimum
2139
2140 * mjobs/MJStar.cc:
2141 - read weather data (CC tree)
2142 - set minimum of rate-display to 0
2143 - display weather data for non-MC files
2144
2145 * mmuon/MHSingleMuon.cc:
2146 - slight change to a comment
2147
2148 * callisto.rc:
2149 - added new possible setup
2150
2151 * callisto_Dec04Jan05.rc
2152 - added new possible setup
2153 - use default for MJCalibration.ExtractSignal.LoGainSwitch
2154
2155 * mbadpixels/MBadPixelsCalc.cc:
2156 - exclude unsuitable pixels from mean/rms calculation
2157 - changed the lower bound for the second mean loop from
2158 0.5 to 0.66
2159
2160 * mbadpixels/MBadPixelsCam.cc:
2161 - added case 102 returning the global unsuitable status
2162 of an event
2163
2164 * mhist/MHCamEvent.h:
2165 - added default 0 to SetThreshold
2166
2167 * mjobs/MJCalibrateSignal.cc:
2168 - use new case 102 for unsuitable display
2169 - enable counting (to get the correct display also with
2170 profile option switched on)
2171
2172 * mraw/MRawRunHeader.cc:
2173 - after displaying millions of hex numbers switch back to dec
2174
2175
2176
2177 2005/05/13 Markus Gaug (2005/05/12)
2178
2179 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2180 - set default extraction range in the high gain to 4.
2181 - set default weights file to cosmics_weights46.dat
2182
2183 * mhcalib/MHCalibrationHiLoCam.cc
2184 - set Oscillations to kFALSE
2185
2186 * mhcalib/MHCalibrationChargeCam.cc
2187 - set default for fNumHiGainSaturationLimit to 0.15
2188
2189 * mjobs/MJCalibrateSignal.[h,cc]
2190 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
2191 into tasklist if needed. Otherwise, it does not read the
2192 resources from the config. file.
2193
2194
2195 2005/05/11 Markus Gaug (2005/05/11)
2196
2197 * mjobs/MJPedestal.cc
2198 - adjust the fit ranges for the histogramming with moon data slightly.
2199
2200 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
2201 - make a distinction between newly excluded pixels (by calibration)
2202 and previously excluded pixels in the displays and print-functions
2203
2204 * mcalib/MCalibrationChargeCalc.cc
2205 - introduce the check for fluctuating arrival times.
2206 - set charge limit to from 2.5 to 4.5
2207 - introduce asymmetric exclusion due to "deviating number of phes":
2208 Default: -9.0 +4.5
2209 - make deviating number of phes unsuitable (see David's findings).
2210
2211 * mbadpixels/MBadPixelsPix.h
2212 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
2213
2214
2215
2216 2005/05/13 Daniela Dorner
2217
2218 * datacenter/scripts/runstar
2219 - fixed bug in the calculation of the number of to-do-files
2220
2221 * datacenter/scripts/runcallisto
2222 - fixed bug in the calculation of the number of to-do-files
2223
2224
2225
2226 2005/05/12 Daniela Dorner
2227
2228 * datacenter/macros/fillcalib.C:
2229 - removed debugoutput
2230
2231 * datacenter/macros/fillstar.C:
2232 - added (macro to read parameters from the star*.root files and
2233 fill them into the db)
2234
2235 * datacenter/macros/setupdb.C:
2236 - added new table 'Star'
2237
2238 * datacenter/macros/buildsequenceentries.C:
2239 - added delete-query for new table 'Star' in the delete function
2240
2241 * datacenter/scripts/runstar
2242 - changed number of processes
2243
2244 * datacenter/scripts/runcallisto
2245 - changed number of processes
2246
2247 * datacenter/scripts/fillstar
2248 - added (script to run macro fillstar.C automatically)
2249
2250
2251
2252 2005/05/12 Thomas Bretz
2253
2254 * mcalib/MCalibrationChargeCam.cc:
2255 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
2256
2257 * mmuon/MHMounPar.[h,cc]
2258 - added a line showing a reference shape
2259
2260 * star.rc:
2261 - added setup strings for software trigger
2262
2263 * mbase/MContinue.cc:
2264 - allow setup of already set filters in ReadEnv. They must not
2265 necessarily be already in the tasklist
2266
2267 * mcalib/MCalibrationChargeCalc.cc:
2268 - shortened a lot of Form() calls to reduce the risk of
2269 memory corruption
2270
2271 * mjobs/MJCalibration.cc:
2272 - some cosmetics to text in pad
2273
2274 * mraw/MRawRunHeader.[h,cc]:
2275 - a fix to MRawRunHeader because the definition of the
2276 raw-data format has changed. fProjectName and fSourceName
2277 has no trailig \0 anymore by default
2278 - incremented ClassVersion by 1
2279
2280
2281
2282 2005/05/12 Markus Meyer
2283
2284 * mmuon/MHMounPar.[h,cc]
2285 - added function Paint. This function integrates the TProfile
2286 ArcWidth/Radius Vs. Radius between certain values and shows
2287 the result in the Status Display
2288
2289 * mmjobs/MJStar.cc
2290 - changed the default values for the final muon cuts
2291
2292 * star.rc
2293 - changed the default values for the final muon cuts
2294
2295
2296
2297 2005/05/11 Thomas Bretz
2298
2299 * mbase/MStatusDisplay.cc:
2300 - fixed year of copyright
2301
2302 * mcalib/MCalibCalcFromPast.cc:
2303 - undocumented change from BCN: a new resource has been implemented
2304 in ReadEnv (NumEventsDump)
2305
2306 * mjobs/MJob.[h,cc]:
2307 - added new static member function which can be used
2308 to overwrite relative paths with a default
2309
2310
2311
2312 2005/05/11 Abelardo Moralejo (2005/05/11)
2313
2314 * mjobs/MJPedestal.cc
2315 - Fixed use of MFTriggerPattern: first, added it to the tasklist
2316 (was missing); second, added to tasklist MTriggerPatternDecode
2317 before MFTriggerPattern. This was the reason for the problems
2318 reported by T. Coarasa on May 9. I do not know why the behaviour
2319 of the previous version depended on compiler, but this seemed to
2320 be the case...
2321
2322
2323
2324 2005/05/11 Markus Gaug (2005/05/11)
2325
2326 * mjobs/MJCalibration.cc
2327 - display in Tab "Conv" in the 3rd column the conversion to equiv.
2328 phes instead of Cherenkov photons.
2329
2330 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
2331 mjobs/calibrationref_Dec04.rc:
2332 - add reference lines for the conv. to equiv. phes.
2333
2334 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
2335 - make a distinction between newly excluded pixels (by calibration)
2336 and previously excluded pixels in the displays and print-functions
2337
2338 * mcalib/MCalibrationChargeCalc.cc
2339 - introduce the check for fluctuating arrival times.
2340 - set charge limit to from 2.5 to 4.5
2341
2342
2343
2344 2005/05/10 Markus Gaug (2005/05/10)
2345
2346 * mhcalib/MHCalibrationHiLoCam.cc
2347 - ask for averageing and do not fill the arrays per pixel any more.
2348 This caused too much memory usage for the calculation of the
2349 high-gain low-gain inter-calibration constants.
2350
2351 * mcalib/MCalibrationChargePix.[h,cc]
2352 - store number of saturated events in the results container.
2353 - set version number by one higher (due to new data member).
2354
2355 * mhcalib/MHCalibrationChargeCam.cc
2356 - store number of saturated events in the results container.
2357 - allow reading of NumHiGainSaturationLimit and
2358 NumLoGainSaturationLimit in ReadEnv
2359 - set saturation limit from 5% to 8.5%
2360
2361 * mbadpixels/MBadPixelsPix.h
2362 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
2363 kFluctuatingArrivalTimes
2364
2365 * mbadpixels/MBadPixelsCam.cc
2366 - set bit kPreviouslyExcluded in the AsciiRead-Function
2367 - include three new bits in the Print() function
2368
2369 * mjobs/MJCalibration.cc
2370 - display excluded pixels from DeadPedestalRms in Defect-Tab.
2371 - display correct error of the RMS/Mean charge diagramm.
2372
2373 * mcalib/MCalibrationChargeCam.cc
2374 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
2375
2376
2377
2378 2005/05/11 Hendrik Bartko (2005/05/09)
2379
2380 * msignal/MC_weights46.dat
2381 - updated weights file for digital filter with dedicated MC weights
2382 with 4 slices for the high gain and 6 slices for the low gain
2383
2384
2385
2386 2005/05/10 Daniela Dorner
2387
2388 * datacenter/macros/fillcalib.C:
2389 - added some parameters (reading from calib*.root and inserting
2390 into db)
2391
2392 * datacenter/macros/setupdb.C:
2393 - adapted macro to the new columns in the calibration db
2394
2395 * datacenter/macros/fillsignal.C:
2396 - fixed typo
2397
2398
2399
2400 2005/05/10 Markus Meyer
2401
2402 * mmuon/*:
2403 - update of the class documentation
2404
2405 * mmuon/*:
2406 - commented out the ArcLength and Estimpact (will be not
2407 calculated for the moment)
2408
2409
2410
2411 2005/05/10 Thomas Bretz
2412
2413 * mreport/MReportStarguider.cc:
2414 - introduced the correct version which marked the fix of the
2415 units of the nominal position
2416
2417 * callisto.rc:
2418 - introduced a new line for new option in MCalibColorFromPast
2419
2420 * ganymed.cc:
2421 - removed option "--full-display" -> now default
2422
2423 * manalysis/MEnergyEstimate.cc:
2424 - print the rule a bit earlier in PreProcess
2425
2426 * mfilter/MFDeltaT.cc:
2427 - fixed a typo in the output
2428
2429 * mhflux/MAlphaFitter.cc:
2430 - some improvements to output
2431
2432 * mjobs/MJCut.cc:
2433 - added ThetaSquared to output
2434
2435 * mjobs/MJStar.cc:
2436 - fixed bug in copying of OriginalMC tree
2437
2438 * mmuon/MMuonCalibParCalc.cc:
2439 - removed obsolete setting of ReadyToSave
2440
2441 * mjobs/MJSpectrum.cc:
2442 - made sure the correct type of MHAlpha is used
2443
2444
2445
2446 2005/05/10 Markus Gaug (2005/05/09)
2447
2448 * mjobs/hilocalib_sp1.root
2449 * mjobs/hilocalib_sp1_mc.root
2450 - new hi-lo intercalibration files with the fixed spline extractor.
2451
2452 * mjobs/hilocalib_df46_mc.root
2453 - new hi-lo intercalibration files from MC with the left out -O5
2454 option. (The real data files had already the correct executable).
2455
2456
2457
2458 2005/05/10 Hendrik Bartko (2005/05/09)
2459
2460 * msignal/MC_weights46.dat
2461 - NEW weights file for digital filter with dedicated MC weights
2462 with 4 slices for the high gain and 6 slices for the low gain
2463
2464
2465
2466 2005/05/10 Markus Gaug (2005/05/08)
2467
2468 * mhcalib/MHCalibrationCam.[h,cc]
2469 - introduce parameters fLowerFitLimit and fHigherFitLimit to
2470 tell explicitly from outside to fit functions in a certain
2471 range. If both are 0. (default), the histogram limits define
2472 the fit limits (as before).
2473
2474
2475
2476 2005/05/10 Abelardo Moralejo (2005/05/07)
2477
2478 * mcalib/MMcCalibrationCalc.cc
2479 - in Process, fixed wrong estimate of true number of "equivalent
2480 photoelectrons" (correctedphotel). This worked roughly OK as long
2481 as the file used for calibration was a (noiselesss) gamma file,
2482 because most light is contained in the inner camera and the
2483 problem was related to the light going into the outer pixels. So
2484 results are not much affected, unless one uses for calibration
2485 a file with events having a lot of light in the outer camera.
2486 Thomas Hengstebeck noticed this problem when he used a file of MC
2487 calibration pulses in mccalibrate.C
2488
2489 * manalysis/MMcCalibrationUpdate.[h,cc]
2490 - Added possibility to set the hi to lo gain conversion factor.
2491 Until now the factor was simply the ratio of pulse areas as read
2492 from MMcFadcHeader. This of course is not the factor to be applied
2493 to the extracted signals unless the extractor integrates the full
2494 pulse in both high and low gain. The factor depends then on the
2495 extractor, and the user has to find out what its value is.
2496 Set as default calibration type kPhe.
2497
2498 * macros/mccalibrate.C, starmc.C
2499 - Added the setting of the hi to lo gain conversion factor (see
2500 above). For now it has to be calculated by the user. However, it
2501 is strongly recommended from now on to use always callisto for the
2502 calibration of real data, and not these macros. These are kept
2503 just for checking purposes, mostly by "experts".
2504
2505
2506
2507 2005/05/10 Robert Wagner (2005/05/06)
2508
2509 * mreport/MReportStarguider.[h,cc]:
2510 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
2511
2512
2513
2514 2005/05/10 Markus Gaug (2005/05/05)
2515
2516 * mcalib/MCalibCalcFromPast.[h,cc]
2517 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
2518 entire results obtained with the F-Factor method (including a new
2519 number of mean photo-electrons). This possibility is switched on
2520 (only) if somewhere in the callisto.rc file the following line is
2521 written:
2522 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
2523 (Default is still the old way of adjusting the relative extracted
2524 charges w.r.t. the mean charge over the inner camera).
2525
2526
2527
2528 2005/05/10 Markus Gaug (2005/05/02)
2529
2530 * mcalib/MCalibrationChargeCam.[h,cc]
2531 - added new function MergeHiLoConversionFactors
2532
2533 * mcalib/MCalibColorSteer.[h,cc]
2534 - introduce copying of hi-lo calibration factors from one cam to
2535 the next in intensity calibration.
2536 - added storage of averageing histograms of flag fHistStorage is
2537 set
2538
2539 * mcalib/MCalibrationIntensityCam.[h,cc]
2540 - introduce place for storage of averageing histograms (if wanted).
2541
2542
2543
2544 2005/05/09 Markus Meyer
2545
2546 * mmuon/MHSingleMuon.cc
2547 - changed the default value for the binning of fHistPhi
2548 - changed the start parameter for the gaussian fit for the
2549 calculation of ArcWidth
2550
2551
2552
2553 2005/05/09 Thomas Bretz
2554
2555 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2556 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
2557 - changed order of initialization such that a real NULL
2558 output is possible
2559 - changed TApplication name from upper to lower case
2560 - in some applications replaced manual setup of gLog with
2561 gLog.Setup
2562
2563 * showlog.cc:
2564 - improved alorithm
2565
2566 * showplot.cc:
2567 - implemented Print options
2568
2569 * mbase/MLog.[h,cc]:
2570 - fixed a bug which caused output in NULL output
2571 - added Getter IsNullOutput
2572
2573 * mbase/MStatusDisplay.[h,cc]:
2574 - implemented PDF and SVG printing
2575 - moved "Save As Something" to new submenu
2576 - fixed and improved printing
2577 - implemented PrintDialog for printing
2578 - implemented printing of log (untested)
2579 - allow saving by extension (line Print() in root): SaveAs
2580
2581 * mfileio/MWriteRootFile.h:
2582 - replaced BIT(17) by BIT(23) to improve compatibility with
2583 root 4.04/00 and upcomming versions
2584
2585 * mhflux/Makefile, mjobs/MJCut.cc:
2586 - replaced MTheta by MThetaSq to get rid of a problem
2587 with the automatic naming of the binning (BinningTheta)
2588
2589 * mhist/MHCamera.[h,cc]:
2590 - fixed a workaround (it has been fixed in root 4.04/00)
2591 - allow setting the palette through the Draw-option. This allows
2592 storage of the palette
2593 - removed fColor. The palette is now diretly set though gStyle in
2594 Paint
2595
2596 * mjobs/MJOptimize.cc:
2597 - restore null output correctly after eventloop
2598
2599 * mjobs/MJSpectrum.cc:
2600 - renamed Hist and HistOff to HistE and HistEOff
2601 - added binnings M3Long and Conc1
2602
2603
2604
2605 2005/05/06 Thomas Bretz
2606
2607 * mbase/MStatusDisplay.cc:
2608 - fixed constructor to work with newer root versions
2609 (gClient!=NULL)
2610
2611 * mfileio/MWriteRootFile.h:
2612 - added a comment about BITs used by root
2613
2614 * mhflux/MHEffectiveOnTime.cc:
2615 - use 1e-10 instead of 0 in TPad::Divide
2616
2617
2618
2619 2005/05/06 Daniela Dorner
2620
2621 * datacenter/scripts/copyscript:
2622 - added command to ensure the correct permissions of the files
2623 on disk
2624
2625
2626
2627 2005/05/04 Markus Meyer
2628
2629 * mjobs/MJStar.cc:
2630 - added cut in ArcWidth (final cuts for muons)
2631
2632 * star.rc:
2633 - added cut in ArcWidth
2634
2635 * mmuon/MHSingleMuon.h
2636 - added a Getter for fHistWidth
2637
2638
2639
2640 2005/05/04 Thomas Bretz
2641
2642 * mfileio/MWriteRootFile.cc:
2643 - fixed a possible infinite loop when compiling the new
2644 file name as suggested by Abelardo
2645
2646 * mhflux/MHAlpha.cc:
2647 - search for fName+"Off" instead of ClassName()+"Off"
2648
2649 * mjobs/MJSpectrum.cc:
2650 - scale the displayed zd-plots by their maximum as the
2651 histograms are scaled before
2652
2653 * mjobs/MJStar.cc:
2654 - implemented writing of the muon parameters. This takes another
2655 5% of the time (in total 15-20% for muon analysis). It enlarges
2656 the file size by roughly 15% (a test file was enlarged from
2657 5.1M to 5.9M)
2658
2659 * mmuon/MMuonCalibPar.cc:
2660 - set default of ArcPhi to an invalid value = -1
2661
2662 * mreport/MReportDrive.cc:
2663 - fixed a typo in the comments
2664
2665
2666
2667 2005/05/03 Thomas Bretz
2668
2669 * mjobs/MJCut.cc:
2670 - added histogram <Fake->'OnTime' for MC
2671
2672 * mpointing/MSrcPosCalc.cc:
2673 - removed dependancy on MTime for MC
2674
2675 * star.cc:
2676 - addde possibility to switch off muon analysis
2677
2678 * star.rc:
2679 - added parameters for muon analysis
2680
2681 * mbadpixels/MBadPixelsCam.cc:
2682 - fixed a typo in a comment
2683
2684 * mjobs/MJStar.[h,cc]:
2685 - added possibility to switch off muon analysis
2686
2687 * mjobs/Makefile:
2688 - added -I../mmuon
2689
2690 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
2691 - renamed MHAlpha to Hist (to have a common naming for all options)
2692 - renamed MHAlphaOff to HistOff
2693
2694
2695
2696 2005/05/02 Thomas Bretz
2697
2698 * ganymed.rc:
2699 - updated to the latest changes
2700
2701 * mhflux/MHAlpha.[h,cc]:
2702 - made a base class with the necessary interface to derived classes
2703 to support other variables like dca or theta
2704
2705 * mjobs/MJCut.[h,cc]:
2706 - added support for MHAlpha derived classes
2707 - made MHTheta the default
2708
2709 * mhflux/MHTheta.[h,cc]:
2710 - added
2711
2712 * mhflux/Makefile, mhflux/FluxLinkDef.h:
2713 - added MHTheta
2714
2715
2716
2717 2005/04/29 Thomas Bretz
2718
2719 * manalysis/MEventRateCalc.cc:
2720 - fixed jumps when a new run is initiated
2721 - set as time a time which represents the starting point
2722 of the calculation interval in all cases
2723
2724 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
2725 - fixed wrong units of thresholds for muon analysis
2726
2727 * mmuon/MHSingleMuon.cc:
2728 - removed obsolete conversion factor in error calculation
2729 - FindeCreateObj called for MMuonSetup
2730 - get NDF from fit
2731 - optimized FindRangeAboveThreshold
2732 - handle special case when arcphi is 360deg
2733
2734 * star.cc:
2735 - replaced ProcessFile by Process
2736
2737 * mjobs/MJSpectrum.cc:
2738 - renamed second MHAlpha tab to MHAlphaOn to be able to
2739 access each tab uniquely
2740 - fixed a bug calling SetStats which could cause crashes
2741
2742 * mjobs/MJStar.[h,cc]:
2743 - preliminary implementation of the muon analysis
2744 - reanamed ProcessFile to Process
2745
2746
2747
2748 2005/04/28 Thomas Bretz
2749
2750 * manalysis/MMultiDimDistCalc.[h,cc]:
2751 - replaced MHadronness by MParameterD
2752
2753 * mhflux/MHEnergyEst.cc:
2754 - removed obsolete include of MEnergyEst
2755
2756 * mmuon/MHMuonPar.cc:
2757 - fixed a type in an axis label
2758
2759
2760
2761 2005/04/27 Thomas Bretz
2762
2763 * Makefile:
2764 - added mmuon
2765 - remobed mstarcam
2766
2767 * callisto.cc, ganymed.cc, star.cc:
2768 - renamed ProcessFile to Process
2769
2770 * star.rc:
2771 - added some muon parameters
2772
2773 * mastro/MAstroCamera.[h,cc]:
2774 - temporarily removed interface to MStarPos
2775
2776 * mbase/MStatusArray.h:
2777 - added default constructor
2778
2779 * mcalib/MCalibColorSet.cc:
2780 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
2781 (undocumented change from the BCN cvs)
2782
2783 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
2784 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
2785 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
2786 - removed support for MRunIter (use the setter of MSequence
2787 instead) -- this makes the code a lot easier to maintain
2788 - removed support for autodetection if the output already exists --
2789 this makes the code a lot easier to maintain
2790 - renamed ProcessFile to Process - which was missleading
2791
2792 * mmuon/MHMuonPar.[h,cc]:
2793 - changes to axis labels etc.
2794
2795 * mmuon/MMuonCalibPar.[h,cc]:
2796 - removed the histograms and all obsolete variables
2797 - removed obsolete SetUseUnmap (this cannot happen
2798 by definition of Unmap)
2799
2800 * mmuon/MMuonCalibParCalc.[h,cc]:
2801 - moved the code for calculation the parameters to new class
2802 MHSingleMuon
2803
2804 * mmuon/MMuonSearchPar.[h,cc]:
2805 - replaced arbitrary fir by minuit (faster and more accurate)
2806 - removed precalculation of muon center - makes fit worse
2807
2808 * mmuon/MMuonSearchParCalc.[h,cc]:
2809 - fixes to comments
2810 - fixes to includes
2811
2812 * mmuon/MMuonSetup.[h,cc]:
2813 - binnings removed (replaces by MBinning)
2814
2815 * mmuon/Makefile, mmuon/MuonLinkDef.h:
2816 - added MHSingleMuon
2817
2818 * msignal/MExtractTimeAndchargeSpline.cc:
2819 - fixed a bug found by Abelardo which could cause different
2820 results with different compiler optimiztaion options due
2821 to rounding errors.
2822
2823
2824
2825 2005/04/25 Thomas Bretz
2826
2827 * ganymed.cc:
2828 - changed policy of writing the resulting events to the result file
2829
2830 * sponde.cc:
2831 - added commandline option to use all monte carlos
2832 - added command line option to read the MCs more accurate
2833
2834 * sponde.rc:
2835 - added
2836
2837 * mbase/MStatusDisplay.[h,cc]:
2838 - added some code to get Tab by name
2839 - fixed a typo in a status line output
2840
2841 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
2842 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
2843 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
2844 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
2845 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
2846 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
2847 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
2848 - changed GetHistByName to be const-qualified to be compatible
2849 with FindObject
2850 - added some FindObject function to call GetHistByName
2851
2852 * mhflux/MHAlpha.[h,cc]:
2853 - changed such, that it can be forced to display the excess
2854 events versus size
2855
2856 * mjobs/MJCut.[h,cc]:
2857 - display number of excess events versus Size per default
2858 - removed energy estimator
2859
2860 * mjobs/MJOptimize.cc:
2861 - display number of excess events verss size after optimization
2862
2863 * mjobs/MJSpectrum.[h,cc]:
2864 - implemented setting up energy estimator
2865 - replaced some gLog by fLog
2866 - display comparison of image parameters
2867
2868
2869
2870 2005/04/22 Thomas Bretz
2871
2872 * mbase/MStatusArray.[h,cc]:
2873 - switch off adding histograms to gDirectory in newly
2874 overwritten Read-function
2875
2876 * mhflux/MHCollectionArea.[h,cc]:
2877 - implemented member function GetHistSel
2878 - don't display full statistics
2879 - fixed a possible crash in Paint
2880
2881
2882
2883 2005/04/22 Markus Meyer
2884
2885 * mmuon/MMuonSetup[.h.cc]:
2886 - new container class for muon parameters
2887 which are not changing from event to event
2888 (setup parameters for the analysis). These
2889 parameters were stored in MMuonCalibPar before
2890
2891 * mmuon/MMuonCalibPar[.h.cc]:
2892 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2893 and MSignalPix to read the new format
2894 - removed the setup parameters (stored now in
2895 MMuonSetup)
2896 - removed all the sanity checks
2897 - removed pre-cuts
2898 - cuts in process, to save only muon-like events
2899
2900 * mmuon/MMuonCalibParCalc[.h.cc]:
2901 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2902 and MSignalPix to read the new format
2903 - removed pre-cuts
2904
2905 * mmuon/MMuonSearchPar[.h.cc]:
2906 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2907 and MSignalPix to read the new format
2908 -
2909
2910 * mmuon/MMuonSearchParCalc[.h.cc]:
2911 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2912 and MSignalPix to read the new format
2913
2914 * mmuon/MHMuonPar[.h.cc]:
2915 - new histgram class, plots different muon
2916 parameters
2917
2918
2919
2920 2005/04/21 Daniela Dorner
2921
2922 * datacenter/scripts/runcallisto:
2923 - fixed choice of todofile
2924
2925 * datacenter/scripts/copyscript:
2926 - adapted some paths
2927
2928 * datacenter/macros/filldotrun.C:
2929 - added 6 new arehucas versions
2930
2931 * datacenter/scripts/writesequencefile:
2932 - added make path for sequencefiles
2933
2934
2935
2936 2005/04/21 Thomas Bretz
2937
2938 * mhcalib/MHCalibrationRelTimeCam.cc:
2939 - fixed usage of a uninitialized pointer
2940
2941 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
2942 - fixed usage of MFTriggerPattern
2943
2944 * mtrigger/MFTriggerPattern.[h,cc]:
2945 - allow to set default from outside in case no pattern
2946 could be decoded
2947
2948
2949
2950 2005/04/20 Thomas Bretz
2951
2952 * callisto.cc:
2953 - added a comment which shows how to correctly skip job2 if
2954 extractor doesn't inherit from MExtractTimeAndCharge, but...
2955 // This could skip job2 if extractor doesn't inherit from
2956 // MExtractTimeand Charge... but this is not necessary.
2957 // We only get the same pedestal twice (which we want to have
2958 // anyhow. A switch when using the result of job2 later is also
2959 // not necessary, because without running job2 it is identical
2960 // with job1
2961
2962 * mjobs/MSequence.cc:
2963 - use the sequence number'd directories in case of calibrated data
2964 and image files instead of the date.
2965
2966 * mhflux/MAlphaFitter.cc:
2967 - copy also results in Copy()
2968
2969 * mjobs/MJOptimize.cc:
2970 - print result of optimization in case MAlphaFitter is used
2971 - store results back in initial MAlphaFitter
2972
2973 * mjobs/MJSpectrum.[h,cc]:
2974 - implemented a faster simple mode weighting the read spectrum
2975 with the theta-probability
2976
2977
2978
2979 2005/04/20 Daniel Mazin (2005/04/18)
2980
2981 * mreport/MReportCamera.[h,cc]
2982 - added necessary changes to include Active Load and Central Pixel
2983 info from Camera reports
2984
2985 * mcamera/MCameraActiveLoad.[h,cc]
2986 - added to store Active Load info from the Camera reports
2987
2988 * mcamera/MCameraCentralPix.[h,cc]
2989 - added to store Central Pixel info from the Camera reports
2990
2991 * mcamera/Makefile
2992 * mcamera/CameraLinkDef.h
2993 - added MCameraActiveLoad and MCameraCentralPix classes
2994
2995
2996
2997 2005/04/20 Markus Gaug (2005/04/15)
2998
2999 * mcalib/MCalibrationChargeCam.[h,cc]
3000 - added new function CopyHiLoConversionFactors
3001
3002
3003
3004 2005/04/20 Markus Gaug (2005/04/14)
3005
3006 * mcalib/MCalibColorSteer.[h,cc]
3007 - fixed a bug in the recognition of the calibration bit pattern.
3008 Concerns only intensity calibration.
3009
3010 * mcalib/MCalibrationRelTimeCalc.cc
3011 - return kTRUE instaed of kFALSE in case that the Process() has
3012 never been executed.
3013
3014 * mjobs/MJCalibration.cc
3015 - add a filter against PIN Diode events since some of the recent
3016 calibration runs have been taken with Pin Diode.
3017
3018
3019
3020 2005/04/12 Markus Gaug
3021
3022 * mcalib/MCalibrationCam.[h,cc]
3023 - added a storage place for the run number
3024
3025 * mcalib/MCalibCalcFromCalc.[h,cc]
3026 - store the run number in the individual MCalibrationCams
3027
3028
3029
3030 2005/04/19 Thomas Bretz
3031
3032 * mjobs/MJCut.cc:
3033 - fixed a problem when not enabling "--res"
3034
3035 * mimage/MHVsSize.[h,cc]:
3036 - added more displayed variables
3037
3038 * mjobs/MJSpectrum.[h,cc]:
3039 - added
3040
3041 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3042 - added MJSpectrum
3043
3044 * Makefile:
3045 - added sponde.cc
3046
3047 * sponde.cc:
3048 - added
3049
3050 * mhbase/MBinning.h:
3051 - added Print() to //*MENU*
3052
3053 * mhflux/MAlphaFitter.cc:
3054 - do not set inf-flag in Print()
3055
3056 * mhflux/MHAlpha.[h,cc]:
3057 - set all-flag for printing MAlphaFitter("result")
3058 - added Getter for excess histogram
3059
3060 * mjobs/MDataSet.[h,cc]:
3061 - allow to initialize a TChain from this dataset
3062
3063 * mjobs/MJCut.cc:
3064 - moved energy estimator back before Cut0 otherwise the
3065 EnergyEst container is missing in summary file
3066
3067 * mhflux/MHCollectionArea.cc:
3068 - draw efficiency into third pad
3069
3070
3071
3072 2005/04/18 Thomas Bretz
3073
3074 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
3075 mbadpixels/MBadPixelsTreat.cc:
3076 - some fixes to documentation (THtml complained about missing
3077 classes)
3078
3079 * mbase/MStatusArray.[h,cc]:
3080 - implemented some functions to print contents of StatusArray
3081 and/or tab/canvas.
3082
3083 * mhbase/MFillH.cc:
3084 - remove fH from ListOfPrimitives before adding Clone in
3085 PostProcess
3086
3087 * mhbase/MH.[h,cc]:
3088 - implemented new member function RemoveFromPad (necessary
3089 if a class should support same-option)
3090
3091 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3092 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
3093 - fixed naming in case of same-option in Draw
3094 - remove previous histograms from pad in case of same-option
3095
3096 * mjobs/MJCut.[h,cc]:
3097 - write all binnings in WriteResult
3098 - write MHillasExt to output
3099 - BinningWidth, BinningLength and BinningDist added
3100
3101 * mjobs/MJOptimize.[h,cc]:
3102 - fixed a typo in output
3103 - allow to exchange Test-/Train-Sample
3104
3105 * ganymed.cc:
3106 - implemented "-mc" option to allow cutting MC samples
3107
3108 * showlog.cc:
3109 - implemented real treatment of debug-levels
3110 - return 1 instead of 0 in cae of normal finish
3111
3112 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
3113 mhflux/MAlphaFitter.h:
3114 - added Print() to context //*MENU*
3115
3116 * manalysis/MMatrixLoop.cc:
3117 - fixed returning of number of entries if using split mode
3118
3119 * mbase/MContinue.cc:
3120 - implemented Print() function
3121
3122 * mbase/MParContainer.[h,cc]:
3123 - in Read set name of object to argument name if argument!=NULL
3124 - reordered some checks for Method calls
3125
3126 * mdata/MDataFormula.cc:
3127 - fixed a problem with the replacement if using [?] for
3128 fits
3129
3130 * mfbase/MFEventSelector2.cc:
3131 - replaced some +=1 and -=1 by ++ and --
3132
3133 * mfileio/MReadMarsFile.cc:
3134 - fixed a bug which caused Preprocess to crahs if instatiated
3135 with default constructor
3136
3137 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
3138 - use dynamic_cast if getting "stats"
3139
3140 * mhflux/MAlphaFitter.cc:
3141 - small updates to output
3142
3143 * mhflux/MHEnergyEst.cc:
3144 - fixed all axis lables
3145 - implemented fit of resolution
3146 - initialize fBias=0 in SetupFill
3147 - enhances Print() output
3148
3149 * mjobs/MJCalibrateSignal.cc:
3150 - moved all tasks for interleaved calibration events to
3151 a third tasklist
3152
3153 * mjobs/MJCut.[h,cc]:
3154 - implemented correct treatment of MC files
3155 - write resulting events to result file if no filename set
3156 - moved energy estimator behind cuts
3157
3158 * mjobs/MJOptimize.cc:
3159 - changed RunEnergy such, that it can correctly treat
3160 MC files written by ganymed using wobble-mode
3161
3162 * mbase/MStatusDisplay.cc:
3163 - fixed a possible crash in GetFullPad
3164
3165 * mhbase/MBinning.[h,cc]:
3166 - implemented Copy Constructor
3167
3168 * mhflux/MHCollectionArea.h:
3169 - call CalcEfficiency in Finalize
3170
3171 * mhflux/MHEnergyEst.[h,cc]:
3172 - implemented GetWeights
3173
3174 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3175 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
3176 - remove histograms from global directory if name was changed
3177 in Draw
3178
3179 * mimage/MHVsSize.cc:
3180 - exhanged the arguments of TMath::Sign
3181
3182
3183
3184 2005/04/14 Thomas Bretz
3185
3186 * Release 0.9.1
3187
3188
3189
3190 2005/04/14 Thomas Bretz
3191
3192 * mjobs/MJCut.cc:
3193 - added MPointingPos to output
3194
3195
3196
3197 2005/04/13 Thomas Bretz
3198
3199 * mbase/MStatusDisplay.[h,cc]:
3200 - implemented new Image types which can be written
3201
3202 * mhbase/MBinning.[h,cc]:
3203 - added some more constructors which can set the binning directly
3204
3205 * mhflux/MHEnergyEst.h:
3206 - added getter for fHEnergy
3207
3208 * mhflux/FluxLinkDef.h, mhflux/Makefile:
3209 - added MHCollectionArea
3210
3211 * mhflux/MHCollectionArea.[h,cc]:
3212 - added
3213
3214
3215
3216 2005/04/13 Daniela Dorner
3217
3218 * datacenter/macros/fillcalib.C:
3219 - added update
3220
3221 * datacenter/scripts/copyscript
3222 - fixed bug / changed path
3223
3224 * datacenter/macros/setupdb.C
3225 - added table
3226
3227
3228
3229 2005/04/12 Daniela Dorner
3230
3231 * datacenter/macros, datacenter/scripts:
3232 - added
3233
3234 * datacenter/macros/buildsequenceentries.C,
3235 datacenter/macros/checkfileavail.C,
3236 datacenter/macros/doexclusions.C,
3237 datacenter/macros/fillcalib.C,
3238 datacenter/macros/filldotrbk.C,
3239 datacenter/macros/filldotrun.C,
3240 datacenter/macros/fillsignal.C,
3241 datacenter/macros/findcacofiles.C,
3242 datacenter/macros/getdolist.C,
3243 datacenter/macros/insertcacofile.C,
3244 datacenter/macros/insertdate.C,
3245 datacenter/macros/resetallruns.C,
3246 datacenter/macros/setstatus.C,
3247 datacenter/macros/setupdb.C,
3248 datacenter/macros/writesequencefile.C,
3249 datacenter/scripts/buildsequenceentries
3250 - added macros to do the automatic procedures in the datacenter
3251
3252 * datacenter/scripts/checkfilesforsequenceavail,
3253 datacenter/scripts/copyscript,
3254 datacenter/scripts/correcttime,
3255 datacenter/scripts/doexclusions,
3256 datacenter/scripts/filesondisk,
3257 datacenter/scripts/fillcallisto,
3258 datacenter/scripts/runcallisto,
3259 datacenter/scripts/runstar,
3260 datacenter/scripts/writesequencefiles
3261 - added scripts to do the automatic procedures in the datacenter
3262
3263 * automatic-exclusions.rc, steps.rc
3264 - added rc files for the automatic procedures
3265
3266
3267
3268 2005/04/12 Thomas Bretz
3269
3270 * Makefile:
3271 - for the moment remove mhistmc from compilation
3272
3273 * ganymed.cc:
3274 - return 2 when detecting wrong commandline argument
3275
3276 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3277 - removed MEnergyEst (replaced by a simple MParameterD)
3278
3279 * manalysis/MEnergyEstimate.[h,cc]:
3280 - replaced MEnergyEst by MParameterD
3281 - implemented Print() function
3282 - updated ClassVersion from 0 to 1 to allow storage of
3283 energy estimator
3284
3285 * mbase/MStatusArray.[h,cc]:
3286 - overloaded DisplayIn to allow displaying a single tab
3287 - added some output if ObjectInCanvas not found
3288
3289 * mbase/MStatusDisplay.[h,cc]:
3290 - enhanced Read() and Display() with the possibility to only
3291 read or display a single tab
3292
3293 * mcalib/MCalibrateData.cc:
3294 - enhancements to logging output
3295
3296 * mcalib/MCalibrationRelTimeCalc.cc:
3297 - some fixes to format of logging output
3298
3299 * mfbase/MF.[h,cc]:
3300 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
3301 This was necessary to allow storage of MF into files
3302 - changed ClassVersion from 0 to 1
3303
3304 * mhbase/MBinning.cc:
3305 - fixed SetEdgesRaw (lin, log, etc was ignored)
3306
3307 * mhflux/MHAlpha.[h,cc]:
3308 - replaced MEnergyEst by MParameterD
3309 - renamed Theta to ExcessTheta
3310 - renamed Energy to ExcessEnergy
3311 - renamed Size to ExcessSize
3312 - renamed Time to ExcessTime
3313
3314 * mhflux/MHEnergyEst.[h,cc]:
3315 - replaced MEnergyEst by MParameterD
3316 - implemented Print() function
3317 - some fixes to displaying the histograms. This makes sure,
3318 that no crashes happen, but unluckily it works correctly only
3319 with root 4.02/00
3320
3321 * mjobs/MJOptimize.[h,cc]:
3322 - implemented a AddPreCut taking a MFilter as argument
3323 - SetBit(kCanDelete) for all internal PreCuts
3324 - Print the result of the energy estimation after it was done
3325
3326 * mranforest/MRFEnergyEst.[h,cc]:
3327 - replaced MEnergyEst by MParameterD
3328
3329 * mfileio/MReadTree.cc:
3330 - shortened the output a bit when siwtching to the next file
3331
3332
3333
3334 2005/04/11 Thomas Bretz
3335
3336 * manalysis/MMatrixLoop.[h,cc]:
3337 - implement option to divide matrix into two samples
3338
3339 * mhflux/MHEnergyEst.cc:
3340 - changed to display projection of enegry resolution
3341 - fixed to use correct minimization value
3342
3343 * mjobs/MJOptimize.[h,cc]:
3344 - implemented option to divide sample into test/train
3345
3346 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
3347 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
3348 - small updates to log-output
3349
3350 * mhflux/MAlphaFitter.cc:
3351 - output scale-factor
3352
3353 * mhist/MHCamera.cc:
3354 - as a workaround for a severe problem in gStyle->SetPalette
3355 when using the deep blue sea I have switched off this
3356 Platte for the moment
3357
3358
3359
3360 2005/04/08 Markus Gaug (2005/04/07)
3361
3362 * mhcalib/MHCalibrationChargeCam.cc:
3363 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
3364 if IsOscillations()
3365
3366 * mjobs/MJCalibrateSignal.cc:
3367 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
3368 hchacam, hbndcam, hrelcam
3369
3370 * mhcalib/MHCalibrationRelTimeCam.cc:
3371 - fill array only if IsOscillations() is true. This is the case in
3372 all classes deriving from MHCalibrationCam, except for this one!
3373 The effect was that the interlaced calib. events occupied more
3374 and more memory becoming slower and slower because the option:
3375 SetOscillations(kFALSE) was not treated correctly.
3376
3377 * mjobs/pedestalref_Dec04.rc
3378 - update the reference lines in the display according to the spline
3379 extractor.
3380
3381 * mjobs/MJCalibration.cc
3382 - clarify a mis-leading histogram title
3383
3384 * callisto_Dec04Jan05.rc:
3385 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
3386 file.
3387
3388
3389
3390 2005/04/08 Thomas Bretz
3391
3392 * mhbase/MH3.cc:
3393 - replaced all Float-histograms by double histograms. This
3394 is backward compatible with I/O and has the advantage, that
3395 we are compatible with most other double histograms used in
3396 Mars
3397
3398 * mhflux/MHEnergyEst.cc:
3399 - made the energy binning the same than in all other classes
3400
3401 * mreport/MReportStarguider.[h,cc]:
3402 - implemented new values from new starguider report as defined
3403 in TDAS00-07 V7.1
3404 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
3405 is arcmin)
3406
3407 * mjobs/MJCalibrateSignal.cc:
3408 - first replaced contmc by a new filter Markus G. used, but
3409 after a discussion with Abelardo it turned out, that the
3410 original filter does a better job, becuase it takes both
3411 (level 1 trigger and minimum number of phes) conditions
3412 used in the MC into account.
3413
3414 * mjobs/MJCut.cc:
3415 - added a plot: Effective-On-Time versus Theta used to produce
3416 a spectrum
3417
3418 * mjobs/MJCalibrateSignal.cc:
3419 - removed condition IsUseBlindPixel() and IsUsePINDiode from
3420 setting filter and applied it to the corresponding task
3421
3422 * mjobs/MDataSet.cc:
3423 - fixed a bug using the default paths
3424
3425
3426
3427 2005/04/07 Thomas Bretz
3428
3429 * mpointing/MSrcPosCalc.cc:
3430 - also skip Process if fSourcePos==NULL, this happens in real
3431 data, too, if no pointing correction is done.
3432
3433 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3434 - removed MParameterI, MParameterD, MParameterDerr
3435
3436 * mbase/BaseLinkDef.h, mbase/Makefile:
3437 - added MParameterI, MParameterD, MParameterDerr
3438
3439 * mbase/MParList.cc:
3440 - if a container is rejected due to wrong inheritance its
3441 inheritance is mentioned in the error message
3442
3443 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
3444 - removed MWeight
3445
3446 * mhbase/MWeight.[h,cc]:
3447 - removed, replaced by MParameterD
3448
3449 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
3450 - replaced MWeight by MParameterD
3451
3452 * mjobs/MJStar.cc:
3453 - fixed the wrong axis title in the histogram showing the rate
3454
3455 * manalysis/MParameters.[h,cc]:
3456 - moved to mbase
3457
3458 * mbase/MParameters.[h,cc]:
3459 - inherit MParameterDerr from MParameterD
3460 - changed class version of MParameterDerr from 1 to 2
3461
3462 * mfbase/MFEventSelector2.cc:
3463 - fixed that in SelectProb the wrong bin was chosen
3464
3465
3466
3467 2005/04/07 Markus Gaug (2005/04/06)
3468
3469 * mjobs/calibrationref_Dec04.rc
3470 * callisto_Dec04Jan05.rc
3471 - update the reference lines in the display according to the spline
3472 extractor.
3473
3474 * msignal/MExtractTimeAndChargeSpline.cc
3475 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
3476 January data where the calib. pulse position changes much.
3477
3478 * mjobs/MJCalib.cc
3479 * mjobs/MJCalibration.cc
3480 - move fDevice and functions IsUseBlindPixel() and
3481 IsUsePINDiode() into the base class.
3482
3483 * mjobs/MJCalibrateSignal.cc
3484 - do not apply the modified extraction window to the interlaced
3485 calibration events. This is a bugfix especially for the
3486 December and January data.
3487 - extract and fit blind pixel and pin diode only if flag
3488 IsUseBlindPixel() or IsUsePINDiode() is set.
3489
3490
3491
3492 2005/04/07 Markus Gaug (2005/04/03)
3493
3494 * mcalib/MCalibrateData.cc
3495 - made one warning more understandable.
3496
3497 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3498 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
3499 defective extraction of the MC at low-gain signals lower than 90
3500 phes.
3501
3502
3503
3504 2005/04/07 Markus Gaug (2005/04/01)
3505
3506 * mpedestal/MExtractPedestal.[h,cc]
3507 - use the standard way to define the default for fNumEventsDump
3508 - added missing "NumDump" in ReadEnv
3509
3510 * callisto_*.rc
3511 - correct the default of the number of events used in
3512 pedestal calculation (NumEventsDump).
3513 - added missing lines for setting of parameters for the
3514 MJCalibrateSignal.PedCalcFromExtractRndm.*
3515 (CORRECTED SOME BUGS IN THIS LINES)
3516 - Replaced NumEventsDump by NumDump
3517
3518
3519
3520 2005/04/05 Thomas Bretz
3521
3522 * mjobs/MSequence.cc:
3523 - fixed a bug in SetupDatRuns. P was setup instead of D
3524
3525 * star.cc, mjobs/MJStar.cc:
3526 - fixed wrong setup of data-files
3527
3528 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
3529 mjobs/hilocalib_sp1_mc.root:
3530 - added
3531
3532 * mimage/MHillasCalc.[h,cc]:
3533 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
3534
3535 * mmc/MMcCorsikaRunHeader.h:
3536 - added Getter for fWobbleMode
3537
3538 * mpointing/MSrcPosCalc.[h,cc]:
3539 - added detection of MC files and setting of source position
3540 according to wobble mode flag in MMcCorsikaRunHeader
3541 - fixed a bug in ReadEnv (wrong return statement) found
3542 by Abelardo. Correct handling of floating point numbers
3543 in the source position (12.5) was affected.
3544
3545
3546
3547 2005/04/04 Thomas Bretz
3548
3549 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
3550 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
3551 mjobs/MSequence.[h,cc]
3552 - changed setup procedure for paths to allow using standard
3553 paths everywhere
3554 - fixed to use new correct datacenter standard paths
3555 - made sure, that the sequences in a dataset are sorted by
3556 their number to ensure the correct synchronization
3557
3558 * mhflux/MHAlpha.cc:
3559 - display correct error (excess/significance)
3560
3561 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
3562 - removed MPointingPosCalc from Tasklist
3563
3564 * mjobs/MJStar.cc:
3565 - added MPointingPosCalc to tasklist for "Events" in case of MC
3566
3567 * ganymed.cc, mjobs/MJCut.[h,cc]:
3568 - implemented an option to enhance the display
3569 - do not display FS plot in wobble mode
3570 - made sure files are not written when they should not be written
3571
3572 * mhflux/MHAlpha.[h,cc]:
3573 - let FitEnergyBins return the mean of the significance of
3574 all Energy Bins
3575
3576 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3577 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
3578 - implemented or fixed implementation of "same" Draw-option
3579 - slightly modified binning for Dist in MHHillasSrc
3580
3581 * mjobs/MJCalibrateSignal.cc:
3582 - do not plot pulse time twice
3583
3584 * mjobs/MJOptimize.cc:
3585 - print all parameters in minuit after they have been
3586 setup
3587
3588
3589
3590 2005/04/01 Thomas Bretz
3591
3592 * mbadpixels/MBadPixelsCalc.cc:
3593 - switched on bad pixel detection for a pedestal level
3594 which is more than 5 times the variance
3595
3596 * mfbase/MF.cc:
3597 - when fixing the "Inverted" bit in ReadEnv don't print a
3598 message on the screen
3599
3600 * mhflux/MHAlpha.cc:
3601 - plot correct errors
3602 - do not plot the point if its significance is not greater 1
3603
3604
3605
3606 2005/03/29 Markus Gaug
3607
3608 * mcalib/MCalibColorSet.cc:
3609 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
3610
3611
3612
3613 2005/03/29 Thomas Bretz
3614
3615 * ganymed.cc:
3616 - implemented cmdline option for wobble and no-wobble to overwrite
3617 dataset
3618 - added cmdline option to print dataset
3619
3620 * mbase/MEvtLoop.[h,cc]:
3621 - added some memory leak analysis to eventloop
3622
3623 * mbase/MStatusDisplay.[h,cc]:
3624 - added third part to status bar which displays the current
3625 memory usage
3626 - added some more sizes to menu bar
3627 - replaced SetStatusLine1/2 by calling a common SetStatusLine
3628 - added a delete to CloseWindow() to be able to close a
3629 static window. REMARK: This gives a hell of warnings in
3630 valgrind but it is currently the only option to get this working
3631 which is really annoying
3632
3633 * mhbase/MH.cc:
3634 - small simplification
3635
3636 * mhbase/MHMatrix.cc:
3637 - replaced IsValid() by a check for the number of Rows, this
3638 was necessary because in root 4.02/00 all matrices seems
3639 to be valid
3640
3641 * mhflux/MHAlpha.cc:
3642 - changed the number of default bins in energy
3643 - make sure that the Alpha plot for off-data is displayed with
3644 a minimum at 0
3645 - fixed TPad::Divide for root 4.02/00
3646
3647 * mhflux/MHEnergyEst.cc:
3648 - use the mean abs of the resolution as fit value
3649 - some fixed to graphics
3650 - fixed the TPad::Divide for root 4.02/00
3651 - for the moment removed the pad added to the list of cleanups
3652 to get rid of the crashes
3653
3654 * mhflux/MHFalseSource.cc:
3655 - fixed for root 4.02/00 which seaqrches in the current pad
3656 for the histogram when calling Project3D
3657 - fixed the TPad::Divide for root 4.02/00
3658
3659 * mhist/MHHadronness.[h,cc]:
3660 - use MParameterD instead of MHadronness
3661
3662 * mimage/ImageLinkDef.h, mimage/Makefile:
3663 - added MHVsSize
3664
3665 * mimage/MHHillas.cc:
3666 - implemented 'same' for Center-histogram
3667
3668 * mhflux/FluxLinkDef.h, mhflux/Makefile:
3669 - added MHEnergyEst
3670
3671 * mhflux/MAlphaFitter.[h,cc]:
3672 - added significancetimes log10(excess) as fit option
3673
3674 * mjobs/MDataSet.[h,cc]:
3675 - added wobble-mode option
3676
3677 * mjobs/MJCut.cc:
3678 - changed default binning for energy
3679 - added MHillasSrcAnti optionally to the output
3680 - added MHVsSize to the tabs which are shown
3681
3682 * mjobs/MJOptimize.[h,cc]:
3683 - added dummy parameters to FixParameter for compatibility
3684 with SetParemeter
3685 - replaced MFSupercuts by MFMagicCuts
3686 - use Energy in MHAlpha instead of size
3687
3688 * mbase/MFilter.[h,cc]:
3689 - implemented ReadEnv to treat "Inverted"
3690
3691 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
3692 - treat "inverted" with MFilter::ReadEnv
3693
3694 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
3695 - replaced MHadronness by MParameterD
3696
3697 * mdata/MDataFormula.[h,cc]:
3698 - removed comments from SetVariables
3699 - replaced GetExpFormula by GetTitle
3700
3701 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3702 - MHadronness removed
3703
3704 * mfilter/MFMagicCuts.[h,cc]:
3705 - added
3706
3707 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3708 - added MFMagicCuts
3709
3710 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3711 - removed MJExtractSignal
3712
3713 * mfbase/MF.cc:
3714 - fixed a problem with double-inversion in ReadEnv
3715
3716 * mpointing/MSrcPosCalc.cc:
3717 - removed an output line which showed only an empty container
3718
3719
3720
3721 2005/03/24 Thomas Bretz
3722
3723 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
3724 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
3725 - replaced all returns of -1 by return 2
3726
3727 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3728 - added MEnergyEst (container)
3729
3730 * mhflux/MAlphaFitter.[h,cc]:
3731 - implemented new fit result options
3732
3733
3734
3735 2005/03/23 Markus Gaug
3736
3737 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3738 - fix a bug in the time fine adjustment
3739
3740 * mjobs/hilocalib_*_mc.root
3741 - high-gain low-gain intercalibration constants for the MC.
3742
3743 * mjobs/MJCalibration.cc
3744 - use the MC- intercalibration files for MC.
3745
3746
3747
3748 2005/03/23 Thomas Bretz
3749
3750 * mhcalib/MHCalibrationChargeCam.cc:
3751 - fixed a possible crash in DrawDataCheckPixel() if
3752 pix.GetGraphEvents() returns NULL
3753
3754
3755
3756 2005/03/23 Thomas Bretz
3757
3758 * Release 0.9
3759
3760
3761
3762 2005/03/23 Thomas Bretz
3763
3764 * ganymed.cc:
3765 - implemented wobble-mode option
3766
3767 * mhflux/MAlphaFitter.[h,cc]:
3768 - fixed a problem in wobble mode (number of on- minus number
3769 of off-entries where calculated as 0)
3770 - added some additional resource options for scaling
3771 - added some missing const-qualifiers
3772
3773 * mhflux/MHAlpha.cc:
3774 - some cosmetic change to output
3775
3776 * mjobs/MDataSet.[h,cc]:
3777 - added the possibility to add a source name for wobble mode
3778 (preliminary)
3779 - added reading from *.edb catalog
3780
3781 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3782 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
3783 - replaced iter.Print("all") by iter.Print()
3784
3785 * mjobs/MJCut.[h,cc]:
3786 - implemented wobble mode
3787 - implemented getting source position
3788
3789 * mjobs/MJStar.cc:
3790 - switched off calculation of MConcentration
3791 - implemented the new debug option for files (was still missing
3792 in MJStar)
3793
3794 * mpointing/MSrcPosCalc.[h,cc]:
3795 - always writa the anti-source position into the parameter list, too
3796 - implemented wobble mode (exchange source and anti-source position)
3797
3798 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3799 - added MJOptimize
3800
3801 * mfilter/MFSupercuts.[h,cc]:
3802 - added
3803
3804 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3805 - added MFSupercuts
3806 - removed MFAlpha
3807
3808 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3809 - removed MEnergyEst
3810 - removed MEnergyEstParam
3811 - removed MEnergyEstParamDanielMkn421
3812 - removed MSupercuts
3813 - removed MSupercutsCalc
3814 - removed MFindSupercuts
3815 - removed MMinuitInterface
3816 - removed MFiltercutsCalc
3817
3818 * mhist/Makefile, mhist/HistLinkDef.h:
3819 - removed MHEnergyTime
3820 - removed MHEnergyTheta
3821 - removed MHAlphaEnergyTime
3822 - removed MHAlphaEnergyTheta
3823 - removed MHThetabarTime
3824 - removed MHThetabarTheta
3825 - removed MHGamma
3826 - removed MHSigmaPixel
3827 - removed MHSigmabarTheta
3828 - removed MHOnSubtraction
3829 - removed MHFindSignificance
3830 - removed MHCT1Supercuts
3831
3832 * mhflux/Makefile, mhflux/HistLinkDef.h:
3833 - added MHEnergyEst
3834
3835
3836
3837 2005/03/22 Thomas Bretz
3838
3839 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3840 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
3841 - added a possibility to print the files which are
3842 searched/found if the files doesn't match the sequence
3843
3844 * mjobs/MJPedestal.cc:
3845 - undocumented(!) change, changed fgExtractWinLeft
3846 from 3.5 to 2.5
3847
3848 * mimage/MHillas.cc:
3849 - fixed a bug which took unused pixels into account
3850 introduced errornously with the last change to MSignalCam
3851
3852
3853
3854 2005/03/21 Thomas Bretz
3855
3856 * mfbase/MFDataChain.cc:
3857 - fixed a bug in GetDataMember if fData is not valid
3858
3859 * mhbase/MH3.cc:
3860 - moved drawing histograms back to Draw. This fixes a
3861 problem with root 4.02/00. Reading/Writing should be
3862 no problem if the names of the profiles are well known.
3863 - with this fix 'same' is currently NOT supported
3864
3865 * mimage/ImageLinkDef.h, mimage/Makefile:
3866 - added MNewImagepar2
3867 - added MHCewImagePar2
3868
3869 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
3870 - added new classes calculating and displaying the length
3871 of the border line of a shower
3872
3873 * mimage/MHImagePar.cc:
3874 - fixed a problem with root 4.02/00 when setting the margin
3875 in Divide to 0 by setting it to 1e-10
3876
3877 * mimage/MHNewImagePar.[h,cc]:
3878 - fixed to display Areas in deg^2
3879
3880 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
3881 mimage/MImagePar.cc, mimage/MNewImagePar.cc
3882 - a small fix to Print()
3883
3884 * mimage/MHillasCalc.[h,cc]:
3885 - added MNewImagePar2 to supported image parameters
3886
3887 * mjobs/MJStar.cc:
3888 - replaced MCerPhotEvt by MSignalCam
3889
3890 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
3891 mjobs/hilocalib_df46.root:
3892 - added new intercalibration file for digital filter 4sl higain
3893 and 6sl logian
3894
3895 * mbase/MLogHtml.cc:
3896 - fixed a bug in Underline which cause a crash if fOut==NULL
3897 - output a message if file cannot be opened
3898
3899 * mhcalib/MHCalibrationPulseTimeCam.cc:
3900 - for some output there was a replacement of pix.GetPixId()
3901 by hist.GetName() <undocumented>
3902
3903 * mimage/MHillas.[h,cc]:
3904 - added new member function GetBorderLine returning the border
3905 line correspondig to an ellipse with axis lnegth and width
3906 - added new member function GetArea returning the area
3907 correspondig to an ellipse with axis lnegth and width
3908
3909
3910
3911 2005/03/19 Markus Gaug
3912
3913 * mjobs/hilocalib_df46.root
3914 - added new intercalibration file for digital filter 4sl higain
3915 and 6 slices logain
3916
3917 * mjobs/MJCalibration.cc
3918 - exchanged intercalibration file from hilocalib_df_4.root to
3919 hilocalib_df46.root
3920 - do not apply hi-gain lo-gain intercalibration for MC files.
3921
3922 * mjobs/MJPedestal.cc
3923 - exchanged two (Int_t)'s by TMath::Nint().
3924 - undocumented(!) change to the calculation of the extraction
3925 range (PulsePosCheck)
3926
3927 * callisto.rc
3928 - exchanged default weights file for Digital filter from
3929 cosmics_weights4.dat to cosmics_weights46.dat and from
3930 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
3931 This change is absolutely necessary, given the new results from
3932 Nuria about the signal resolution in the low gain which gets worse
3933 than the intrinsic Poisson jitter above 350 phes. Also the time
3934 resolution is too bad. This was not known before we had the
3935 correct low-gain MC pulse.
3936
3937
3938
3939 2005/03/18 Thomas Bretz
3940
3941 * Makefile:
3942 - removed mone from list of compiled programs
3943
3944 * mars.cc:
3945 - replaced the MARS display by the Camera Display directly
3946
3947 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
3948 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
3949 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
3950 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
3951 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
3952 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
3953 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
3954 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
3955 - removed dependancy on MArrivalTime, information now
3956 found in MSignalCam
3957 - replaced MCerPhotEvt by MSignalCam
3958 - it was renamed because it will be completely incompatible
3959 anyhow
3960
3961 * mjobs/MJCalibrateSignal.cc:
3962 - use new MSignalCam type to display pulse position of cosmics
3963
3964 * mcalib/MCalibrateData.cc:
3965 - calculate number of saturated pixels
3966
3967 * manalysis/MCerPhotEvt.[h,cc]:
3968 - removed possibility for zero-supression. Now the index
3969 is identical with the position in the array
3970 - renamed and moved to msignal/MSignalCam.[h,cc]
3971
3972 * manalysis/MCerPhotPix.cc:
3973 - removed obsolete values
3974 - added arrival time
3975 - renamed and moved to msignal/MSignalPix.[h,cc]
3976
3977 * mcalib/MCalibrationChargeCalc.cc:
3978 - some cosmetic changes and small fixed from the Munich cvs
3979 (undocumented)
3980
3981 * mfileio/MWriteRootFile.cc:
3982 - fixed bug in RecursiveRemove which caused crashed with real
3983 data
3984
3985 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
3986 - updated, but untested
3987
3988 * mhist/MHCamEvent.[h,cc]:
3989 - some fixes in Draw to get a correct display in root 4.02/00
3990 (at least on 64-bit systems)
3991 - removed kSqrtVariance it is included in kProfile now
3992
3993 * mhist/MHCamera.[h,cc]:
3994 - removed sqrtvariance option which is included in profile now
3995 - the profile now uses the new array fBinEntries to display
3996 a more accurate profile
3997
3998 * mhist/MHEvent.cc:
3999 - set to type 6 for arrival times
4000
4001 * mimage/MHillasCalc.cc:
4002 - updated text for error=1
4003
4004 * mimage/MImagePar.cc:
4005 - copy number of saturated pixels from MSignalCam
4006
4007 * mjobs/MJStar.cc:
4008 - enhanced title of some histogram
4009
4010 * mjobs/MSequence.cc:
4011 - updated path to fit data center (D.Dorner)
4012
4013 * mmain/MEventDisplay.cc:
4014 - display Arrival Time from MSignalCam now
4015
4016 * msignal/MArrivalTimeCam.cc:
4017 - implemented a new case 6 which is identical with the
4018 default case AND arrival time from MSignalCam
4019
4020 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4021 manalysis/:
4022 - removed MCerPhotEvt
4023 - removed MCerPHotPix
4024 - removed MCerPhotAnal
4025 - removed MCerPhotAnal2
4026 - removed MCerPhotCalc
4027
4028 * mimage/Makefile, manalysis/ImageLinkDef.h:
4029 - removed MHillasSrcCalc
4030
4031 * manalysis/MSupercutsCalc.cc:
4032 - removed an obsolete include
4033
4034 * mhist/Makefile, mhist/HistLinkDef.h:
4035 - removed MHSigmaTheta
4036
4037 * mmain/Makefile, mmain/HistLinkDef.h:
4038 - removed MDataCheck
4039 - removed Mars
4040 - removed MAnalysis
4041 - removed MMonteCarlo
4042 - removed MGDisplayAdc
4043 - removed MOnlineDisplay
4044 - removed MOnlineDump
4045
4046 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
4047 - added MSignalCam
4048 - added MSignalPix
4049 - added MSignalCalc
4050
4051 * msql/Makefile, msql/SqlLinkDef.h:
4052 - removed MSqlInsertRun
4053
4054 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4055 - removed MFSelBasic
4056 - removed MFSelStandard
4057 - removed MFSelFinal
4058
4059
4060
4061 2005/03/17 Thomas Bretz
4062
4063 * callisto.cc:
4064 - added new option moon
4065 - use light condition from MSequence to determin light condition
4066 automatically
4067
4068 * mjobs/MJPedestal.h:
4069 - allow setting SetUseHists also to kFALSE
4070
4071 * mjobs/MSequence.[h,cc]:
4072 - added fLightCondition
4073
4074 * mcalib/MCalibrateData.cc:
4075 - undocumented change from Markus Gaug
4076
4077 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
4078 mfilter/MFCT1SelFinal.[h,cc]:
4079 - moved to manalysisct1
4080
4081 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4082 - removed MFCT1SelBasic
4083 - removed MFCT1SelStandard
4084 - removed MFCT1SelFinal
4085
4086 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4087 - removed MPad
4088 - removed MMakePadHistograms
4089 - removed MSigmabar
4090 - removed MSigmabarParam
4091 - removed MSigmabarCalc
4092
4093 * mimage/Makefile, mimage/ImageLinkDef.h:
4094 - removed MImgCleanTGB
4095
4096 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
4097 - removed MMcEnergyEst
4098 - removed MMcTimeGenerate
4099
4100 * msignal/Makefile, msignal/SignalLinkDef.h:
4101 - removed MArrivalTime
4102 - removed MArrivalTimeCalc
4103 - removed MArrivalTimeCalc2
4104
4105 * mjobs/MJCalibration.cc:
4106 - followed some undocumented changes from the other cvs
4107
4108
4109
4110 2005/03/16 Thomas Bretz
4111
4112 * callisto.cc:
4113 - set changed extractor in MJCalibrateSignal from MJPedestal
4114 - don't process 'range finding' for MonteCarlo data
4115
4116 * callisto.rc:
4117 - removed obsolete Modified* option
4118
4119 * mjobs/MJCalibrateSignal.[h,cc]:
4120 - removed obsolete flag for ModifiedExtractWin
4121 - allow also NULL for SetExtractor
4122 - rearanged the too MWriteRootFile instantiations otherwise
4123 callisto crashes in MWriteRootFile::ChangeFile
4124 - removed some obsolete comments about an old MC workaround
4125
4126 * mdata/MDataChain.cc:
4127 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
4128
4129 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
4130 mhcalib/MHCalibrationCam.cc:
4131 - undocummented change
4132
4133
4134
4135 2005/03/16 Markus Gaug
4136
4137 * msignal/MExtractTimeAndChargeSlidingWindow.cc
4138 - fixed a bug in the reading of the resource file (reading of the
4139 MExtractTimeAndCharge resources was skipped).
4140
4141 * mcalib/MCalibrateData.cc
4142 - for the case that the high-gain saturates, but the low-gain signal
4143 could not be extracted successfully, take the high-gain signal,
4144 multiplied by 1.5 (before, 0 was taken erroneously).
4145
4146 * msignal/MExtractTimeAndCharge.cc
4147 - catch one potential case for memory leaks in the low-gain
4148 calculation. Extract low-gain only if the remaining extraction
4149 window is not smaller than the number of slices needed by the
4150 signal extractor.
4151 - set the default fgLoGainStartShift to -3.5
4152
4153 * msignal/MExtractTimeAndChargeSpline.[h,cc]
4154 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
4155 - adjust fLoGainStartShift by one slice, after findings from MC.
4156
4157
4158
4159 2005/03/15 Markus Gaug
4160
4161 * msignal/MExtractTimeAndChargeSpline.h
4162 - take fRandomIter out of the streamer.
4163 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
4164 - raise version number to 4
4165
4166 * mjobs/MJCalibration.cc
4167 - set default to kFALSE for PIN Diode or Blind Pixel calibration
4168 (was kTRUE by error).
4169
4170
4171
4172 2005/03/15 Thomas Bretz
4173
4174 * mjobs/MJCalibrateSignal.[h,cc]:
4175 - added the fExtractor data member
4176 - added a destructor deleting it
4177 - only read extractor from file if not set by user
4178 - user fExtractor as extractor1
4179 - do not delete extractor1 if set by user
4180 - added member function to set extractor
4181
4182 * mjobs/MJPedestal.cc:
4183 - removed MFEventSelector workaround again
4184 - do not write pedy file anymore
4185
4186 * callisto.cc:
4187 - MJCalibrateSignal now takes the signal extractor directly
4188 instead of taking the long way round a new file
4189
4190 * mpedestal/MExtractPedestal.cc:
4191 - ReInit extractor correctly. Now the workaround should be
4192 really obsolete
4193
4194 * mbase/MGMenu.[h,cc]:
4195 - make fix fix also compile root 3.10.02
4196
4197
4198
4199 2005/03/14 Thomas Bretz
4200
4201 * mbase/MGMenu.h:
4202 - added a fix for root 4.02.00
4203
4204
4205
4206 2005/03/14 Markus Gaug
4207
4208 * mcalib/MCalibrateData.cc
4209 - catch the case that now high-gain low-gian intercalibration const.
4210 is available.
4211
4212 * mjobs/MJPedestal.cc
4213 - modify option for pedy*.root: from UPDATE to RECREATE
4214
4215
4216
4217 2005/03/11 Markus Gaug
4218
4219 * callisto.rc
4220 - changed default weights for DF to cosmics_weights4.dat. (This has
4221 turned out to be the most stable set of weights).
4222
4223 * mjobs/MJCalibration.cc
4224 - some cosmetic changes in the output
4225 - in case of WriteHists(), do not overwrite existing signal*.root
4226 file, but append histograms (bugfix!)
4227
4228
4229
4230 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
4231
4232 * mjobs/MJCut.cc
4233 - inclusion of (TString) to avoid compiler error under 2.95.3
4234
4235 * sinope.cc
4236 - inclusion of <errno.h> to avoid compiler error under 2.95.3
4237
4238
4239
4240 2005/03/10 Markus Gaug
4241
4242 * msignal/MExtractTimeAndCharge.cc
4243 - set fgLoGainStartShift to -4.0
4244 - put a check to avoid a dynamic low-gain range < 0 (should not
4245 occur with current extractors, but one never knows...)
4246
4247 * msignal/MExtractor.[h,cc]
4248 - introduced Clear()-function, used in SetRange()
4249
4250 * mjobs/MJCalibrateSignal.cc
4251 - changed order of initialization of the 2 MWriteRootFiles whereupon
4252 the crash goes away. Have to revise the /dev/null work-around
4253 in MWriteRootFile!
4254
4255
4256
4257 2005/03/09 Markus Gaug
4258
4259 * msignal/MExtractTimeAndCharge.cc
4260 - catch a (very unprobable) case in which the low-gain range could
4261 be negative
4262
4263 * mjobs/MJCalibrateSignal.cc
4264 - modify writing of MCalibrationPulseTimeCam to disk in order to
4265 avoid program crash in the destructor of MJCalibrateSignal
4266
4267 * mhcalib/MHGausEvents.h
4268 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
4269 fPowerSpectrum out of the streamer.
4270 - intialize fFlags to 0
4271
4272
4273
4274 2005/03/09 Thomas Hengstebeck
4275
4276 * mranforest/MRFEnergyEst.cc
4277 - changed call of min, max functions to TMath::Min() and
4278 TMath::Max() to avoid compilation problems with some gcc
4279 versions
4280 - changed check of energy rule (last col of MHMatrix) so, that
4281 any rule containing "fEnergy" is accepted.
4282
4283
4284
4285 2005/03/08 Markus Gaug
4286
4287 * mhcalib/MHPedestalCam.[h,cc]
4288 - introduce new parameter "fFitStart" to decide from outside where
4289 to start fitting the pedestals.
4290
4291
4292
4293 2005/03/07 Markus Gaug
4294
4295 * mjobs/hilocalib_df6.root
4296 * mjobs/hilocalib_sp2.root
4297 - two files with the high-gain vs. logain intercalibration results.
4298 for Digital filter and September data and Spline and December
4299 data.
4300
4301 * callisto.rc
4302 - allow setting the variables ExtractWinLeft and ExtractWinRight.
4303
4304 * mhcalib/MHCalibrationHiLoCam.h
4305 * mhcalib/MHCalibrationCam.h
4306 * mhcalib/MHGausEvents.h
4307 - put the Draw-functions into the *MENU*
4308
4309 * mjobs/MJCalibration.[h,cc]
4310 - introduced reading of hi-vs.logain calibration file
4311
4312 * mjobs/MJPedestal.[h,cc]
4313 - modified range setting according Thomas S. suggestions
4314
4315 * msignal/MArrivalTime.[h,cc]
4316 - took out some commented code which will not be used any more
4317 - improve Print() function
4318
4319
4320
4321 2005/03/05 Markus Gaug
4322
4323 * msignal/MExtractTimeAndChargeSpline.[h,cc]
4324 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
4325 code which were still persistent
4326 - set default extraction type to integral (instead of amplitude)
4327 - set version number to 3
4328
4329 * mcalib/MCalibrationChargeCam.[h,cc]
4330 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
4331
4332 * mjobs/MJPedestal.[h,cc]
4333 - added function WriteExtractor which writes the extractor with the
4334 new ranges to disk if fPulsePosCheck has been selected.
4335
4336 * mjobs/MJCalibrateSignal.[h,cc]
4337 - added functionality to read the updated extractor from
4338 MJPedestalY2 (with the new extraction ranges).
4339
4340
4341
4342 2005/03/04 Abelardo Moralejo
4343
4344 * mmc/MFadcDefine.h
4345 - Changed constant SUBBINS from 5 to 500. This defines the
4346 resolution of the analog signal simulation in the camera MC.
4347 The time step is the duration of one FADC slice divided by
4348 SUBBINS. The change was necessary to implement correctly the PMT
4349 time jitter.
4350
4351
4352
4353 2005/03/03 Markus Gaug
4354
4355 * mjobs/pedestalref.rc
4356 * mjobs/calibrationref.rc
4357 * mjobs/calibrationref_Nov04.rc
4358 - added documentation
4359
4360 * mjobs/signalref.rc
4361 - added
4362
4363 * mjobs/MJPedestal.cc
4364 - re-added MFEventSelector which had been removed by TB on the
4365 15.2.2005.
4366 - added pulse position selector, as decided at the Berlin soft-
4367 ware meeting.
4368
4369 * callisto.cc
4370 - added SetPulsePosCheck() in MJPedestalY2
4371
4372 * mjobs/MJCalibrateSignal.cc
4373 - updated pulse pos. calculator, can be switched off now.
4374
4375 * mjobs/MJCalib.[h,cc]
4376 - added flag fPulsePosCheck
4377
4378
4379
4380 2005/03/02 Markus Gaug
4381
4382 * mjobs/MJCalib.[h,cc]
4383 * mjobs/MJPedestal.[h,cc]
4384 * mjobs/MJCalibration.[h,cc]
4385 * mjobs/MJCalibrateSignal.[h,cc]
4386 - put the storage types in the base class
4387
4388 * mbadpixels/MBadPixelsCam.cc
4389 - add some output in case that AsciiRead does not work
4390
4391 * msignal/MExtractTimeAndChargeSpline.cc
4392 - speed integration up a little bit.
4393
4394 * callisto.rc
4395 - adapt the low-gain stretch for the different pulse form for
4396 calibration and cosmics pulses (only applied if spline is used).
4397
4398
4399
4400 2005/02/25 Markus Gaug
4401
4402 * mhcalib/MHCalibrationHiLoCam.[h,cc]
4403 - fixed bug in inter-calibration hi-logain for arrival times.
4404
4405 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
4406 - fixed the situation where the maximum bin is already found in the
4407 low-gain samples.
4408
4409 * mjobs/MJCalibration.cc
4410 - write the MPedestalCams also to disk (needed for data-check).
4411
4412
4413
4414 2005/02/25 Abelardo Moralejo
4415
4416 * msignal/MC_calibration_weights_UV.dat
4417 - Added. Weights file for using the digital filter on MC
4418 calibration files. For the moment the weights are the same as in
4419 the file calibration_weights_UV.dat, only that high and low gain
4420 have both the same weights because for the moment the MC pulse
4421 shape is the same in both gain branches.
4422
4423
4424
4425 2005/02/24 Markus Gaug
4426
4427 * mjobs/MJCalibrateSignal.cc
4428 - include display of pulse times (calculated in the post-process)
4429 - include the possibility for the pixel check (like in MJCalibration)
4430
4431 * mhcalib/MHCalibrationHiLoCam.cc
4432 - set default range up to 30.
4433
4434 * mhcalib/MHCalibrationChargeBlindPix.h
4435 - take the TVectors out of the streamer, to be exectuable with
4436 root.04.02
4437
4438
4439
4440 2005/02/24 Thomas Hengstebeck
4441
4442 * macros/RFEnergyEst.C
4443 - new macro to show the usage of RFEnergyEst class.
4444
4445
4446
4447 2005/02/24 Abelardo Moralejo
4448
4449 * mtemp/mpadova/macros/resize.C
4450 - moved MSrcPosCam output container from RunHeaders to Events tree.
4451
4452
4453
4454 2005/02/18 Marcos Lopez
4455
4456 * mflux/
4457 - new directory to store the flux related classes.
4458
4459 * mflux/MHadAlphaCut.{h,cc}
4460 - container to store the optimal hadronness and alpha cut for each bin in
4461 estimated energy and theta.
4462
4463 * mflux/MFHadAlpha.{h,cc}
4464 - filter to apply the hadronness and alpha cuts stored in
4465 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
4466 cut or both.
4467
4468
4469
4470 2005/02/18 Markus Gaug
4471
4472 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
4473 - new class to histogram the arrival time of cosmics above a certain
4474 threshold.
4475
4476 * mcalib/MCalibrationPulseTimeCam.[h,cc]
4477 - new class container with results of MHCalibrationPulseTimeCam
4478
4479 * mjobs/MJCalibrateSignal.cc
4480 - include MCalibrationPulseTimeCam to display
4481
4482
4483
4484 2005/02/18 Thomas Bretz
4485
4486 * mbase/MStatusDisplay.cc:
4487 - switch off TH1::AddDirectory during DrawClonePad
4488
4489 * mjobs/MSequence.[h,cc]:
4490 - added some code (still commented) for later use,
4491 allowing to setup a different filename for each runfile
4492 - added SetNight member function
4493 - added Add*Runs member function
4494 - with this changes MSequence can replace MRunIter now
4495 - allow requesting of standard path from outside
4496 (GetStandardPath)
4497
4498 * Makefile:
4499 - added sinope
4500
4501 * sinope.cc:
4502 - added (small tool to check contents of run for datacenter)
4503
4504 * callisto.cc:
4505 - added background information about Callisto
4506
4507 * ganymed.cc:
4508 - added background information about Ganymed
4509
4510 * mjobs/MJCalibrateSignal.cc:
4511 - removed special MC code. The MC files now have a lo-gain
4512 switch and we can extract the pedestal rms from lo-gain
4513 - don't print statistics if nothing was executed
4514 - fixed display. The displayed pedestal RMS was the one
4515 caluclated with a extractor but not at random position
4516 (This only effects the display, the algorithm was ok)
4517
4518
4519
4520 2005/02/17 Markus Gaug
4521
4522 * mjobs/MJCalibTest.cc
4523 - removed bug treating the MC calibration files uncorrectly
4524 - added Pixel-Check treatment
4525
4526 * mjobs/MJCalibration.cc
4527 - added Pixel-Check treatment
4528
4529 * callisto.rc
4530 - added pixel-check option
4531
4532 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4533 - calculate high-gain signal even if saturation occurs
4534
4535
4536
4537 2005/02/17 Thomas Bretz
4538
4539 * mjobs/MJStar.cc:
4540 - fixed some missing containers in case of MC files
4541
4542 * callisto.cc:
4543 - removed obsolete second check for kModeC
4544
4545 * mars.rc:
4546 - added a lot of option to be able to use a
4547 different signal extractor looking into uncalibrated
4548 data
4549
4550 * manalysis/MCameraData.[h,cc]:
4551 - added Print() member function
4552
4553 * manalysis/MCerPhotAnal2.[h,cc]:
4554 - switched off writing into MCerPhotEvt
4555
4556 * mdata/MDataChain.[h,cc]:
4557 - added code to handle priorities of operators correctly
4558
4559 * mhist/MHEvent.cc:
4560 - fixed display for MPedestalRMS
4561
4562 * mjobs/MJCalib.cc:
4563 - fixed treatment of PixelCheck resource
4564
4565 * mjobs/MJCalibrateSignal.cc:
4566 - added some comments about Monte Carlo
4567 - added MMcFadcHeader to output
4568
4569 * mjobs/MJPedestal.cc:
4570 - do not allow 'UseData' for Monte Carlos. Reason is given as
4571 comment in the code
4572
4573 * mmain/MEventDisplay.[h,cc]:
4574 - changed such, that mars.cc allows to set the used extractor
4575 - removed the obsolete cam.root, ped.root option
4576
4577 * mmain/MCameraDisplay.cc:
4578 - adapted to change in MEventDisplay
4579
4580
4581
4582
4583 2005/02/16 Javier Rico
4584
4585 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
4586 mhistmc/HistMcLinkDef.h
4587 - Added container class holding the histograms of the coefficients
4588 for the (iterative) unfolding.
4589
4590 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
4591 mmontecarlo/MonteCarloLinkDef.h
4592 - Added task class to compute the coefficients for the (iterative)
4593 unfolding.
4594
4595 * macros/unfoldCoeff.C
4596 - added macro that computes the effective areas and coefficients
4597 from a MC input file (with OriginalMC tree and MEnergyEst
4598 branch containing the energy estimator). This may be used
4599 as layout for spectrum computation program.
4600
4601
4602
4603 2005/02/16 Markus Gaug
4604
4605 * mdata/MDataChain.cc
4606 - replaced ROOT version check for the compiler from 4.02.00 to
4607 4.01.00
4608
4609 * mranforest/MRFEnergyEst.cc
4610 - include "TVector.h", otherwise this class does not compile
4611 in newer root versions
4612
4613 * msignal/MExtractTimeAndCharge.cc
4614 - initialize fLoGainStartShift correctly if read from conf. file
4615 and modified fOffsetLoGain exists.
4616
4617 * msignal/*weights*.dat
4618 - new weights with the uniform pedestal RMS. (Please use these!)
4619
4620 * msignal/pulpo_weights*.dat
4621 - new weights with the pulpo-pulse form and without NSB!!
4622
4623
4624
4625 2005/02/16 Thomas Hengstebeck
4626
4627 * mranforest/MRFEnergyEst.[h,cc]
4628 - added RF class for energy estimation
4629
4630 * mranforest/MRFEnergyEst.cc
4631 - changed calculation of estimated energy, now interpolated values
4632 are returned
4633
4634
4635
4636 2005/02/16 Abelardo Moralejo
4637
4638 * macros/starmc2.C:
4639 - Changed the way in which the "OriginalMC" tree is copied from
4640 the input to the output file. Now we ise the new procedure
4641 MWriteRootFile::AddCopySource
4642
4643 * mhistmc/MHMcCollectionArea.cc
4644 - Changed default fName to "MHMcCollectionArea"
4645
4646 * mtemp/mpadova/macros/resize.C
4647 - Changed weights
4648
4649
4650
4651 2005/02/16 Thomas Bretz
4652
4653 * mbase/MEvtLoop.cc:
4654 - fixed a typo
4655
4656 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
4657 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
4658 mjobs/MJStar.cc:
4659 - optimized size of some output
4660
4661 * mfileio/MWriteRootFile.[h,cc]:
4662 - fixed CopySource option for single-file case
4663
4664 * mhist/MHCamEvent.cc:
4665 - replaced the warn in SetupFill by an inf
4666
4667 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
4668 mhcalib/MHCalibrationChargePINDiode.cc:
4669 - removed obsolete output after a failed FindCreateObj (the
4670 function itself does the output in case of failure)
4671
4672 * mhcalib/MHCalibrationCam.cc:
4673 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
4674 it doesn't result in an fatal error (abort)
4675
4676 * mranforest/MRanForestCalc.cc:
4677 - added a missing debug level to some output
4678
4679 * mranforest/MRFEnergyEst.[h,cc]:
4680 - cleaned up includes
4681
4682 * callisto.cc, ganymed.cc, star.cc:
4683 - implemented enhanced handling of resource debugging
4684
4685 * mbase/Makefile, mbase/BaseLinkDef.h:
4686 - added MEnv
4687
4688 * mbase/MEnv.[h,cc]:
4689 - added
4690
4691 * mjobs/MJob.[h,cc]:
4692 - added new function to allow distribution of extranl MEnv
4693 - replaced Bool_t by Int_t for fEnvDebug
4694
4695 * mjobs/MJPedestal.cc:
4696 - adapted to changes of EnvDebug
4697
4698
4699
4700 2005/02/15 Abelardo Moralejo
4701
4702 * macros/mccalibrate.C
4703 - fixed small bug
4704
4705 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
4706 * mhistmc/MHMcCollectionArea.[h,cc]
4707 - Changed the way of calculating final effective area for data
4708 analysis. The new approach requires the use of MC files produced
4709 with the current CVS version of camera. We now make use of the
4710 true total number of produced MC events, and allow for the
4711 setting of a "tentative" differential gamma spectrum to be used
4712 in the calculation of effective areas.
4713 Removed unused constructor argument "input" in
4714 MMcCollectionAreaCalc.
4715
4716 * macros/collarea.C
4717 - Adapted to the new way of calculating effective areas.
4718
4719
4720
4721 2005/02/15 Thomas Bretz
4722
4723 * callisto.rc:
4724 - replaced mutal exclusive options (Integral, Amplitude) by
4725 a one-line resource
4726
4727 * msignal/MExtractTimeAndChargeSpline.cc:
4728 - replaced mutal exclusive options (Integral, Amplitude) by
4729 a one-line resource "ExtractionType" (old code still works)
4730
4731 * manalysis/MCerPhotEvt.[h,cc]:
4732 - added new variables to store information about islands
4733 and removed pixels - PRELIMINARY
4734 - increased class version number
4735
4736 * mfilter/MFSoftwareTrigger.cc:
4737 - optimized output in PostProcess
4738
4739 * mimage/MHImagePar.[h,cc]:
4740 - added new histograms for new variables in MCerPhotEvt
4741
4742 * mimage/MImagePar.[h,cc]:
4743 - added new data members for the new image parameters
4744 - increased class version
4745
4746 * mimage/MImgCleanStd.[h,cc]:
4747 - adapted image cleaning to calculate the new image
4748 parameters
4749 - added a flag to keep single core pixels
4750
4751 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
4752 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
4753 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
4754 - renamed GetFileName to GetFullFileName
4755
4756 * mbase/MInputStreamID.h:
4757 - added new member function HasStreamId
4758
4759 * mbase/MParContainer.[h,cc]:
4760 - added a static list to keep track of all created
4761 TMathodCall objects
4762
4763 * mbase/MTask.cc:
4764 - enhanced PrintStatistics
4765
4766 * mfileio/MRead.[h,cc]:
4767 - new abstract function GetFullFileName
4768 - added implementatio of GetFileName based on GetFullFileName
4769
4770 * mfileio/MWriteRootFile.[h,cc]:
4771 - moved open of a new file to new common member function
4772 OpenFile
4773 - allow to use an already existing file also when using rules
4774 - added a new option which can be used to copy an existing
4775 tree (without any change) from the old file into the new file.
4776 (in principal you can also do this for some of its branches only)
4777 This is done by AddCopySource
4778
4779 * mjobs/MJCalibrateSignal.cc:
4780 - in case of MonteCarlo files write an independant tree
4781 'MonteCarlo' for 'MMcEvtBasic'
4782
4783 * mjobs/MJStar.cc:
4784 - copy tree 'MonteCarlo' from old into new files
4785
4786 * mjobs/MJPedestal.cc:
4787 - removed wrong use of MFEventSelector
4788
4789 * mpedestal/MExtractPedestal.cc:
4790 - made sure that fExtractor is correctly pre- and
4791 postprocessed.
4792
4793 * mbase/MTask.cc:
4794 - don't preprocess a task if it has been preprocessed already
4795
4796 * mraw/MRawFileWrite.cc:
4797 - if display is set write output to status line
4798
4799 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
4800 - moved code to display filename in status display from
4801 MReadMarsFile::Notify to MReadTree::Notify
4802
4803
4804
4805 2005/02/15 Markus Gaug
4806
4807 * mjobs/MJCalib.h
4808 - added GetDataFlag(), otherwise code does not compile!
4809
4810 * mhcalib/MHCalibrationChargeCam.cc
4811 - moved default saturation limit for number of high-gain events from
4812 0.02 to 0.05.
4813
4814 * msignal/MExtractTimeAndCharge.cc
4815 - lowered default low-gain switch from 150 to 120. (for calibration
4816 events which saturate more than 5% of the events).
4817
4818 * mjobs/MJCalib.[h,cc]
4819 - include possibility to display pixels distributions for test
4820 reasons
4821
4822
4823
4824 2005/02/14 Thomas Bretz
4825
4826 * callisto.cc, ganymed.cc, star.cc:
4827 - added some more information to '--help' output
4828 - replaced MSequences by MDataSet
4829 - implemented new debugging options (maybe not perfect yet)
4830 --print-files and --print-found
4831
4832 * mjobs/MJCut.[h,cc]:
4833 - replaced MSequences by MDataSet
4834 - write MEnergyEst
4835 - recalculate MHillasSrc
4836 - made sure both MWriteRootFile have different names
4837 - don't use "same" option if no off-data
4838
4839 * mjobs/MSequences.[h,cc]:
4840 - removed
4841
4842 * mjobs/MDataSet.[h,cc]:
4843 - added
4844
4845 * manalysis/MEventRateCalc.[h,cc]:
4846 - added a fix which make sure, that the rate is not influenced
4847 too much by the start of data taking
4848 - fixed setting of mean time corresponding to rate-interval
4849
4850 * mraw/MRawFileRead.[h,cc]:
4851 - calculate total number of events from all files in PreProcess
4852
4853 * mcalib/MCalibConstCam.cc:
4854 - added case 2 to GetPixelContent
4855
4856 * mjobs/MJCalibrateSignal.cc:
4857 - fixed redirection of stream with interleaved calibration infos
4858 - changed 'Arrival Time' to 'Calibrated Arrival Time'
4859 - display interpolated signal in equivalent photoelectrons to
4860 to get rid of scaling effects which makes it difficult to see
4861 details of the structure of the inner pixels in the histogram.
4862 With this you can immediatly see whether the relative number
4863 of phe in the outer pixels is equiv. to the inner pixels.
4864 - the same for the calibration factor - with the same argument
4865 - adapted to change in MWriteRootFile
4866 - use MReadMarsFile for Monte Carlo flag set
4867
4868 * mhist/MHCamera.cc:
4869 - changed drawing such, that NaN is not displayed anymore
4870
4871 * Makefile:
4872 - added new program ganymed
4873
4874 * mfileio/MWriteRootFile.[h,cc]:
4875 - added possibility to use UPDATE mode with rules (dangerous!)
4876 as discussed with Abelardo, Daniel M. and Thomas S.
4877
4878 * mjobs/MJStar.cc:
4879 - adapted to change in MWriteRootFile
4880 - added software trigger (still untuned) as suggested by
4881 Thomas S.
4882 - added calculation of source position before calculation
4883 of image parameters
4884 - added MPointingPos to Events-Tree
4885 - removed MPointingPos from Drive-Tree
4886 - renamed sub-tasklists to something more intuitive
4887
4888 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4889 - added MJCut.cc
4890
4891 * mraw/MRawFileRead.cc:
4892 - return kERROR if ReInit fails
4893
4894 * mfilter/MFSoftwareTrigger.[h,cc]:
4895 - updated to allow using time coincidence
4896 - changed default values
4897 - added a pattern independant trigger algorithm
4898
4899 * mbase/MDirIter.cc:
4900 - implemented option 'dbg' in Print()
4901
4902 * mjobs/MJCalib.h:
4903 - added a getter for data-flag (should be renamed
4904 to 'datatype' soon)
4905
4906
4907
4908 2005/02/12 Abelardo Moralejo
4909
4910 * mtemp/mpadova/macros/wobblemap.C
4911 - Added. Macro to do some studies on wobble mode data.
4912
4913 * macros/mccalibrate.C
4914 - Added option to divide the output in a train and a test sample.
4915 Included in output new container MMcEvtBasic (if found in input
4916 files) for later use in effective areas calculations.
4917
4918 * macros/starmc2.C
4919 - Added writing out of new container MMcEvtBasic. Removed
4920 possibility of splitting output in train and test samples, since
4921 this has now to be done in mccalibrate.C to make possible that
4922 the tree OriginalMC containing MMcEvtBasic has all the original
4923 MC events (and only those) from which the events present in the
4924 Events tree derive.
4925
4926 * macros/starmc.C
4927 - Changed a couple of wrong "." by "->" in function calls. Changed
4928 default tail cuts.
4929
4930
4931
4932 2005/02/12 Markus Gaug
4933
4934 * msignal/MExtractTimeAndChargeSpline.cc
4935 - change default rise time to 0.5 and default fall time to 1.5
4936
4937 * callisto.rc
4938 - made intitializations of extractors more explicit
4939
4940 * mpedestal/MExtractPedestal.cc
4941 - make check for even number of slices in the case of "fundamental"
4942 pedestal calc.
4943
4944 * mcalib/MCalibrationChargeCalc.cc
4945 - take out some commented code
4946
4947 * mjobs/MJCalib.h
4948 - removed GetDataFlag()
4949
4950
4951
4952 2005/02/12 Abelardo Moralejo
4953
4954 * mmc/MMcTrig.hxx
4955 - Added getter GetNumFirstLevel. This is necessary if that data
4956 member is to be used for instance in MF filters. There was
4957 already a getter, but it is called GetFirstLevel and hence not
4958 recognized.
4959
4960
4961
4962 2005/02/11 Abelardo Moralejo
4963
4964 * mmc/MMcEvtBasic.[h,cc]:
4965 - New class. Contains 5 very basic MC parameters which we intend
4966 to save for all generated Corsika events. This is needed for
4967 proper effective area calculations.
4968
4969 * mmc/Makefile, McLinkDef.h
4970 - Added new class above.
4971
4972
4973
4974 2005/02/11 Thomas Bretz
4975
4976 * mfileio/MWriteRootFile.[h,cc]:
4977 - added the possibility to write to an already existing file.
4978 This doesn't affect the old behaviour, but using this new feature
4979 might still have problems.
4980
4981 * mfileio/MReadReports.cc:
4982 - fixed column-level in PrintStatistics
4983
4984 * mjobs/MJCalibrateSignal.cc:
4985 - keep MMcRunHeader in the output
4986
4987
4988
4989 2005/02/10 Abelardo Moralejo
4990
4991 * macros/mccalibrate.C
4992 - Added possibility to calibrate in photons or photoelectrons
4993
4994 * macros/starmc2.C
4995 - Added comment about value of cleaning levels
4996
4997
4998
4999 2005/02/10 Markus Gaug
5000
5001 * mcalib/Makefile
5002 * mcalib/CalibLinkDef.h
5003 * mcalib/MCalibrate.[h,cc]
5004 - removed mcalib/MCalibrate.* because it has been replaced by
5005 MCalibrateData
5006
5007 * mmain/MEventDisplay.cc
5008 - replaced MCalibrate by MCalibrateData
5009
5010 * mhcalib/MHCalibrationCam.cc
5011 - replaced warning about empty histogram from red (err) by
5012 yellow (warn).
5013
5014 * mcalib/MCalibColorSet.cc
5015 - return kTRUE in case of MC-file
5016
5017 * msignal/MExtractTimaAndChargeSpline.[h,cc]
5018 - make sure that all variables are set correctly independent on
5019 the order of their initialization by the user
5020
5021
5022
5023 2005/02/10 Thomas Bretz
5024
5025 * mgeom/MGeomCam.[h,cc]:
5026 - added new member functions (GetNeighbors) to get all pixels
5027 around a given pixel with a given radius
5028
5029 * mars.rc:
5030 - use same values for image cleaning as default in star
5031
5032 * mpointing/MSrcPosCalc.[h,cc]:
5033 - added the possibility to set the Source position from
5034 a resource file
5035
5036 * mjobs/MJStar.cc:
5037 - write MMcRunHeader to RunHeaders
5038
5039 * mfileio/MWriteRootFile.cc:
5040 - removed an obsolete line
5041 - removed a debug line which should not be there
5042
5043 * mimage/MHillas.h:
5044 - added new Getter GetDist0 returning the distance to the
5045 camera center
5046
5047 * mhflux/MHFalseSource.cc:
5048 - the scaling in Paint() was nonsense in case we are looking
5049 at on/off-data. Fixed.
5050
5051
5052
5053 2005/02/10 Abelardo Moralejo
5054
5055 * manalysis/MMcCalibrationUpdate.h
5056 - Added comment on new member fSignalType. Sorry for compilation
5057 problems... I forgot to commit the header yesterday, but M. Gaug
5058 did it.
5059
5060 * macros/starmc.C
5061 - Cleaned up a little bit, made the option to choose between
5062 calibration in photons or phe- easier to set.
5063
5064 * manalysis/MMcCalibrationUpdate.[h,cc]
5065 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
5066 default for consistency with MCalibrateData.
5067
5068
5069
5070 2005/02/09 Abelardo Moralejo
5071
5072 * manalysis/MMcCalibrationUpdate.cc
5073 - Updated to make the MC calibration in phe- work
5074
5075 * macros/starmc.C
5076 - same as above. Now default is calibration in phe-
5077
5078 * mraw/MRawEvtHeader.h
5079 - Added setter for the trigger pattern, absolutely needed for
5080 creating proper MC root files.
5081
5082
5083
5084 2005/02/09 Markus Gaug
5085
5086 * manalysis/MMcCalibrationUpdate.h
5087 - added missing declaration of fSignalType
5088
5089 * mjobs/MJPedestal.[h,cc]
5090 * mjobs/badpixels_0_559.rc
5091 * callisto.rc
5092 - allow exclusion of bad pixels from the beginning (default is
5093 Pixel 0 and 559).
5094 - removed some obsolete includes
5095 - took out data member fPedestalHist from MJPedestal.h which removes
5096 the crash, however I don't understand why it caused the crash!!!
5097 There seem to be problems with memory usage either in callisto.cc
5098 or in this class!!
5099 (valgrind shows several memory leaks in the TG... classes).
5100
5101 * mjobs/MJCalibration.cc
5102 - write display and containers also in case of failure of eventloop
5103
5104 * mhcalib/MHGausEvents.cc
5105 - make default display window 600x600
5106
5107 * mcalib/MCalibrationQECamMagic.cc
5108 - updated five pixels
5109
5110 * mpedestal/MExtractPedestal.[h,cc]
5111 * mpedestal/MPedCalcPedRun.cc
5112 * mpedestal/MPedCalcFromLoGain.cc
5113 - included possibility for intermediate pedestal cam (not yet used)
5114
5115 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
5116 - initialize the bad events counters to 0 also in constructor
5117 - release the limit for bad events a bit
5118
5119 * mcalib/MCalibrationTestCam.h
5120 - take out include of TArrayI (already in base class)
5121
5122 * mcalib/MCalibrateData.h
5123 - make default argument for SetSignalType kPhe.
5124
5125 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
5126 - removed
5127
5128
5129
5130 2005/02/08 Markus Gaug
5131
5132 * mhcalib/MHCalibrationCam.cc
5133 * mcalib/MCalibrationChargeCalc.cc
5134 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
5135
5136
5137
5138 2005/02/08 Thomas Bretz
5139
5140 * mpointing/MPointingPosInterpolate.cc:
5141 - use debug option in addition to switch off output from internal
5142 eventloop. It is confusing having this output inside another
5143 eventloop.
5144 - updated missing connections in class description
5145
5146 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
5147 - made sure that output of PostProcess fits into 80col boundary
5148
5149 * mimage/MHillas.cc:
5150 - removed an obsolete call to TLine::Paint() in Paint.
5151
5152
5153
5154 2005/02/07 Thomas Bretz
5155
5156 * mbase/MFilter.cc:
5157 - use paranthesis around ClassName in GetRule
5158
5159 * mdata/MDataFormula.h:
5160 - fixed a wrong comment in variable description
5161
5162 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
5163 mjobs/MJCalibrateSignal.cc,
5164 mjobs/MJCalibrateSignalFromOutside.cc:
5165 - to make sure there are no missunderstandings we have to
5166 replace all occurances of 'Variance' by 'SqrtVariance'
5167 (it was not my decision)
5168
5169 * mastro/MAstro.[h,cc]:
5170 - added new function Angle2Coordinate
5171
5172 * mbase/MTaskEnv.[h,cc]:
5173 - fixed a bug which caused the resource task to be ignored
5174 if the default task was '<dummy>'
5175
5176 * mhbase/MH3.cc:
5177 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
5178 instead of FindObject) which caused the histogram to
5179 be put a lot of times into the pad.
5180
5181 * mjobs/MJCalib.[h,cc]:
5182 - derived MJCalib from MJob in order to be able to move
5183 common code from derived classes into the base-class
5184 - implemented CheckEnvLocal to handle the resource 'DataType'
5185 - changed publicity of some variables and functions
5186 to allow setting file type from outside
5187 - added new function to set data-type for use in callisto.cc
5188
5189 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
5190 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
5191 - removed double inheritance, replaced by single inheritance
5192 from MJCalib
5193 - replaced code to handle the resource 'DataType' by the
5194 common code in the base class
5195 - put reading of reference file into a new member function
5196 to make source code reading resource file simpler and to
5197 be able to write a function description about it (simple
5198 copy&past)
5199
5200 * callisto.cc:
5201 - added option for file-type
5202
5203 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
5204 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
5205 - added to repository, but not yet to Makefile because
5206 there is still some work to be done. But whoever is
5207 interested in the new classes/program may already use it.
5208
5209 * mhflux/MAlphaFitter.[h,cc]:
5210 - added option to choose the minimization value
5211
5212 * mhflux/MHAlpha.cc:
5213 - replaced significance by minimization value
5214
5215 * mhflux/MHEffectiveOnTime.cc:
5216 - use E-Option when fitting to improve error calculation
5217 by using Minos technique
5218
5219
5220
5221 2005/02/04 Markus Gaug
5222
5223 * mjobs/MJCalibration.cc
5224 - found a "the `impossible' happened" when running callisto with
5225 a pure signal extractor --> MExtractTimeFastSpline has some
5226 problems with the management of the internal arrays. Replaced it
5227 by MExtractTimeHighestIntegral as default which is as good.
5228
5229 * callisto.rc
5230 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
5231 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
5232 now tested and checks for the positions of the pulse within the
5233 DAQ-window.
5234
5235
5236
5237 2005/02/04 Thomas Bretz
5238
5239 * Makefile.rules:
5240 - fixed creation of main MDep.d
5241
5242 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
5243 - added commandline option --version
5244
5245 * mbase/MFilter.cc:
5246 - changed default for 'GetRule'
5247
5248 * mbase/MParContainer.cc:
5249 - simplified GetNewObject
5250
5251 * mfbase/MF.cc:
5252 - if no conditional sign is found try to create
5253 MFilter-object
5254
5255 * mraw/MRawEvtData.cc:
5256 - fixed the initialization of fABFlags in case maxid==0 which
5257 is the default. This caused MRawEvtPixelIter::HasABFlag
5258 to do unallowed access to memory for old root-files without
5259 the AB flag, because it assumed (due to size==1) that the
5260 data contains the ab flag
5261
5262 * mraw/MRawEvtPixelIter.[h,cc]:
5263 - removed some obsolete debug comments
5264 - simplified HasABFlag
5265
5266 * manalysis/MCerPhotPix.h:
5267 - removed the `!` again. It gave problems with the Mars
5268 display. We agreed that this is a minor problem because
5269 the structure of MCerPhot* will chnage soon in any case.
5270
5271
5272
5273 2005/02/04 Abelardo Moralejo
5274
5275 * macros/starmc2.C
5276 - added to output missing container MConcentration.
5277
5278
5279
5280 2005/02/03 Thomas Bretz
5281
5282 * mfbase/MFilterList.[h,cc]:
5283 - added new function AddToList(TCollection&)
5284
5285 * mhbase/MFillH.cc:
5286 - print a warning if 'same'-option given without
5287 a corresponding existing tab
5288
5289 * mhflux/MHAlpha.[h,cc]:
5290 - made time bins settable by user
5291
5292 * mfileio/MWriteRootFile.cc:
5293 - fixed ReInit and a warning output when writing to memory
5294
5295
5296
5297 2005/02/03 Markus Gaug
5298
5299 * mcalib/MCalibColorSet.[h,cc]
5300 - implement possibility to set colour explicitely (e.g. for MC).
5301
5302 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5303 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
5304
5305 * mjobs/MJPedestal.cc
5306 - in case, extractor is used, put the extractor into the tasklist,
5307 otherwise ranges do not get initialized correctly (wrong memory
5308 usage!). Use an event selector, however to not skip the Process.
5309 This is as fast as before and now safe for any kind of extractor
5310
5311 * mcalib/MCalibrationCam.h
5312 * mcalib/MCalibrationTestCam.h
5313 * mcalib/MCalibrationTestCam.cc
5314 - initialize a missing array in InitAverageAreas
5315
5316 * mraw/MRawEvtHeader.h
5317 - introduced Setter() of cal. pattern for Abelardo
5318
5319
5320
5321 2005/02/02 Markus Gaug
5322
5323 * mcalib/MCalibrationChargeCam.cc
5324 - fixed small bug in the display of mean charges when low-gain was
5325 used.
5326
5327 * msignal/MExtractor.cc
5328 - print the missing overlap between high-gain and low-gain
5329 in the Print() function
5330 - remove setting of fHiLoLast in PreProcess, otherwise cloned
5331 extractors do not work any more with windows exceeding the
5332 high-gain range.
5333
5334 * mhcalib/MHCalibrationTestCam.[h,cc]
5335 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5336 - set proper probability limits for the fits
5337
5338 * mcalib/MCalibrateData.cc
5339 - catch the case in which no interlaced cal. events are being sent
5340 by the pulser box.
5341
5342 * mjobs/MJCalib.[h,cc]
5343 - put the data type enum in a new base class
5344
5345 * mjobs/MJCalibTest.[h,cc]
5346 - re-name old class MJExtractCalibTest to MJCalibTest and make it
5347 compatible with the sequence-files.
5348
5349 * mjobs/MJExtractCalibTest.[h,cc]
5350 - removed
5351
5352 * mjobs/MJCalibrateSignal.cc
5353 - put a compiler warning about the default cal. to photo-electrons
5354
5355 * callisto.cc
5356 - add new flag "--use-test" to enable the MJCalibTest facility
5357 (default: not used)
5358
5359
5360
5361 2005/02/01 Raquel de los Reyes
5362
5363 * mjobs/MSequence.h
5364 - Added "Get" functions for the TArrays variables.
5365
5366
5367
5368 2005/02/01 Markus Gaug
5369
5370 * mjobs/MJPedestal.[h,cc]
5371 * mjobs/MJCalibration.[h,cc]
5372 * mjobs/MJCalibrateSignal.[h,cc]
5373 * callisto.rc
5374 - put enum for data type. Can now set the data type (mc, raw, root)
5375 without running the data check.
5376
5377 * mhcalib/MHCalibrationCam.cc
5378 - return kTRUE in PostProcess if GetNumExecutions is 0
5379
5380 * mcalib/MCalibrationChargeCalc.cc
5381 - return kTRUE in PostProcess if GetNumExecutions is 0
5382
5383
5384
5385 2005/02/01 Daniel Mazin
5386
5387 * MPointingPosInterpolate.cc:
5388 - fixed bug to match the units of Ra and Decl in MPointingPos
5389 - fixed bug in handling of events with times outside of times from
5390 MDrive tree
5391
5392
5393
5394 2005/02/01 Thomas Bretz
5395
5396 * showplot.cc:
5397 - another fix to make the batch mode working (you can use the batch
5398 mode to convert a root-file into another format)
5399
5400
5401
5402 2005/01/31 Thomas Bretz
5403
5404 * mbase/MStatusDisplay.cc:
5405 - fixed handling of batch mode in GetCanvas(const TString &name)
5406 - don't skip already existing tabs in Display()
5407
5408
5409
5410 2005/01/31 Raquel de los Reyes
5411
5412 * mjobs/MSequence.h
5413 - Added "Get" functions for some of the sequence.txt file
5414 parameters.
5415
5416
5417
5418 2005/01/31 Markus Gaug
5419
5420 * mjobs/MJob.[h,cc]
5421 * mjobs/MJCalibrateSignal.[h,cc]
5422 * mjobs/MJCalibration.[h,cc]
5423 - move file type enum to base class
5424
5425 * mjobs/MJCalibrateSignal.[h,cc]
5426 - allow also for direct setting of an MRunIter (not used in
5427 callisto).
5428
5429 * mcalib/MCalibrationChargeCalc.[h,cc]
5430 - test also for pulser strength changes additionally to changes in
5431 colour.
5432
5433
5434
5435 2005/01/31 Abelardo Moralejo
5436
5437 * mpointing/MSrcPosCalc.cc
5438 - Create only one instance of MAstroSky2Local for the
5439 transformations, instead of two identical ones, as it was before.
5440
5441
5442
5443 2005/01/30 Markus Gaug
5444
5445 * mjobs/MJCalibration.cc
5446 * mjobs/MJPedestal.cc
5447 * mjobs/calibrationref_Nov04.rc
5448 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
5449 - updated correct display of reference lines
5450
5451
5452
5453 2005/01/29 Markus Gaug
5454
5455 * msignal/MExtractFixedWindowSpline.[h,cc]
5456 - fixed a bug occurring with overlapping windows between high-gain
5457 and low-gain
5458
5459 * msignal/MExtractFixedWindowPeakSearch.cc
5460 - take out call to fSignals->Clear() which is already done in
5461 MTaskList.
5462
5463 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
5464 - new extractor reducing the bias and solving the problem with the
5465 jumping pulse readout.
5466
5467
5468
5469 2005/01/28 Abelardo Moralejo
5470
5471 * mpointing/MSrcPosCalc.cc
5472 - updated. Make it work as desired: obtain for each event the x,y
5473 position on the camera of a source whose celestial coordinates
5474 (J2000) have been set by the user in the container "MSourcePos"
5475 of type MPointingPos, added to the parameter list. If the
5476 container MSourcePos is not found, the center of the camera (or
5477 other fixed position x,y set in the parameter list by the user -
5478 in MSrcPosCam) is used as source position for all the events in
5479 the loop.
5480
5481
5482
5483 2005/01/28 Thomas Bretz
5484
5485 * mjobs/MJCalibrateSignal.cc:
5486 - fixed that extract1,2,3 haven't been deleted if loop failed.
5487 - print tasklist also if loop failed.
5488 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
5489 the event processing tasklist
5490
5491 * callisto.rc:
5492 - added comments about "FinalFantasy" into call
5493 - added comment for obsolete resources as discussed yesterday
5494 evening: TimeUpperLimit
5495
5496 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
5497 mpedestal/MPedPhotPix.h:
5498 - replaced TruncatePrecision by ReducePrecision (its simply a better
5499 name)
5500
5501 * mbase/MParList.cc:
5502 - added a check to make 200%(!) sure that the container added
5503 to the list is a MParContainer (everything else could crash
5504 almost everything in Mars!)
5505
5506 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
5507 mjobs/MJPedestal.cc:
5508 - simplified the code in the WriteResult functions by using
5509 the new WriteContainer in MJob
5510 - removed the TObjArray from the MParList! It is NOT a MParContainer
5511 there are a lot of circumstance how this can crash Mars. I don't
5512 know why the compiler allowed for this.
5513 - unified WriteResult and WriteHists
5514 - split GetOutputFile into two functions for simplification
5515
5516 * mjobs/MJCalibration.h:
5517 - copy the extractorcam name when copying the contents
5518
5519 * mjobs/MJob.[h,cc]:
5520 - new member function WriteContainer to simplify code in derived
5521 classes
5522
5523 * mpointing/MSrcPosCalc.[h,cc]
5524 - fixed the header according to Abelardo's changes
5525 - added the initialization of the pointers to the constructor
5526
5527
5528
5529 2005/01/28 Markus Gaug
5530
5531 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5532 - introduce a security check for the time fine adjustment in case,
5533 it is too large.
5534
5535 * mcalib/MCalibConstCam.[h,cc]
5536 * mcalib/MCalibConstPix.h
5537 - new classes to allow display of changing cal. constants with the
5538 interlaced cal. events
5539
5540 * mcalib/MCalibrationChargeCalc.cc
5541 - removed stopping of PostProcess in case that the evtloop is
5542 finished with interlaced cal. events
5543
5544 * mcalib/MCalibrateData.[h,cc]
5545 - fill MCalibConstCam with update results (once per calib. consts
5546 update == every 10 sec.)
5547 - introduce check for size of calibration constant. In case, it is
5548 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
5549
5550 * mjobs/MJCalibrateSignal.cc:
5551 - display one MHCamera more with changing conv. factors (only for
5552 interlaced cal. events)
5553
5554 * mpedestal/MPedCalcFromLoGain.cc
5555 - set default for MExtractWinFirst from 15 to 17 because of the
5556 late cosmics signals in December
5557
5558
5559 2005/01/28 Abelardo Moralejo
5560
5561 * mtemp/mpadova/macros/trainsubsample.C
5562 - added # of events to be written in the output (instead of
5563 fraction of total). Moved MSrcPosCam in output from RunHeaders
5564 to Events tree.
5565
5566
5567
5568 2005/01/27 Daniel Mazin and Markus Gaug
5569
5570 * mcalib/MCalibrateData.[h,cc]
5571 - derive this class from MCamEvent in order to be able to display
5572 evolution of conversion factors in case of interlaced cal.
5573 events
5574
5575 * mpointing/MInterpolatePointingPos.[h,cc]
5576 - new class to interpolate pointing positions, adapted from a class
5577 by Marcos Lopez
5578
5579 * mjobs/MJCalibrateSignal.[h,cc]
5580 - enabled the calibration of data with interlaced calibration events
5581
5582 * msignal/MArrivalTime.[h,cc]
5583 * mcalib/MCalibrateRelTime.cc
5584 - removed Error of calibrated arrival time, as agreed on the last
5585 software calibration meeting yesterday
5586
5587 * mjobs/MJCalibrateSignal.cc
5588 - add display to show histogramming of conversion factors
5589 - modify default calibration to equiv. photo-electrons
5590 - allow for setting of MC, Raw or Root-file type in callisto.rc
5591
5592 * callisto.rc
5593 - updated conf. file
5594
5595
5596 2005/01/27 Thomas Bretz
5597
5598 * callisto.cc:
5599 - don't display starting pedestals when calibrating the signal
5600
5601 * callisto.rc:
5602 - added some comments
5603
5604 * star.rc:
5605 - according to Daniel M. we have agreed to change the default
5606 cleaning level to adapt it roughly to the new pedestal
5607
5608 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
5609 - as agreed in the current calibration meeting we truncate the
5610 precision of the stored floating point values to roughly 0.5%
5611 to gain storage space in the calibrated data (the gzip
5612 algorithm compresses this stuff nicely - we gain roughly 15%)
5613
5614 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
5615 - added a comment
5616
5617 * mjobs/MJCalibrateSignal.cc:
5618 - changed title of unsuitable plot
5619 - removed plot for calibrated fundamental pedestal as agreed in the
5620 current calibration meeting (we may change this to an option)
5621
5622 * mjobs/MJPedestal.[h,cc]:
5623 - changed the name of the "PedDiff" plot to be consistent with the
5624 other tab-name
5625 - changed the options for the display
5626 - removed the dependancy of fDisplayType and the SetDataCheck
5627 option
5628 - added option kDisplayNone
5629 - renamed enums from k*Display to kDisplay*
5630
5631 * mhist/MHCamEvent.cc:
5632 - trying to get rid of the Err_%p workaround.
5633
5634 * manalysis/MCerPhotEvt.[h,cc]:
5635 - added some '!' signs in the comment line. This is quick hack
5636 to gain I/O speed and storage space. We will soon have new
5637 containers for the calibrated data and image cleaning
5638 information.
5639 - changed version number to 6
5640
5641 * mhist/MHCamera.cc:
5642 - added member function SetAllUsed
5643
5644
5645
5646 2005/01/26 Abelardo Moralejo
5647
5648 * macros/mccalibrate.C
5649 - removed creation and writing out of MSrcPosCam. It is more
5650 flexible to add it in starmc2.C if needed (for wobble mode for
5651 instance).
5652
5653 * mtemp/mpadova/macros/RanForestDISP.C
5654 - added possibility to set the number of hadrons read in for the
5655 training. Added some missing containers to output.
5656 - Fixed rule concerning the DISP, by adding parentheses. Remember
5657 that MHMatrix::AddColumn does not respect the usual precedence
5658 of operations!
5659
5660 * mtemp/mpadova/macros/resize.C
5661 - added to output missing container MRawEvtHeader
5662
5663 * macros/starmc2.C
5664 - added missing container MImagePar. Added possibility to set the
5665 source position on the camera (for the wobble mode).
5666
5667
5668
5669 2005/01/25 Abelardo Moralejo
5670
5671 * macros/starmc2.C
5672 - modified to allow double (train / test) output, for g/h
5673 separation studies. Added several missing containers to output.
5674
5675
5676
5677 2005/01/25 Thomas Bretz
5678
5679 * mcalib/MCalibrationIntensityChargeCam.cc:
5680 - fixed a lot of 'default argument'-warnings to make to code
5681 compile
5682
5683 * mbase/MParContainer.[h,cc]:
5684 - moved the empty Reset() function into the source file and
5685 added a lot of comments
5686 - implemented new helper-functions: GetNewObject
5687
5688 * mbase/MContinue.[h,cc]:
5689 - allow to use MFilter-classes as filter in ReadEnv
5690
5691 * mbase/MTaskEnv.cc:
5692 - replaced some code by GetNewObject
5693
5694 * mhbase/MFillH.cc:
5695 - handle DrawOption "same" to be able to draw to the same pad
5696
5697 * mhbase/MH.[h,cc]:
5698 - added same-argument to DrawSame
5699
5700 * mhbase/MH3.cc:
5701 - removed some obsolete comments
5702 - remove own drawing options before calling fHist->Draw
5703
5704 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
5705 - first try of implementing 'same' drawing option
5706
5707
5708
5709 2005/01/25 Markus Gaug
5710
5711 * mcalib/MCalibrationPattern.[h,cc]
5712 * mcalib/MCalibrationPatternDecode.[h,cc]
5713 - New Decoder task for the calibration pattern from the
5714 digital modules
5715
5716 * mraw/MRawEvtHeader.[h,cc]
5717 - remove decoding from this class
5718
5719 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
5720 - remove, because one needs anyhow much more than one data file
5721 to get a reasonable conversion factor
5722
5723 * mcalib/MCalibCalcFromPast.[h,cc]
5724 - remove MCalibrationIntensityHiLoCam
5725
5726 * mbadpixels/MBadPixelsPix.h
5727 * mbadpixels/MBadPixelsCam.cc
5728 - changed one function name to GetUnsuitableCalLevel()
5729
5730 * mjobs/MJCalibration.cc
5731 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
5732 "FADC slices" by "FADC sl.", otherwise they range out of the
5733 canvas.
5734
5735 * mcalib/MCalibrationChargeCalc.cc
5736 - ensure to set the color correctly in MCalibrationBlindCam
5737
5738 * callisto.rc
5739 - put space for
5740 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
5741 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
5742
5743
5744 2005/01/24 Abelardo Moralejo
5745
5746 * manalysis/MMcCalibrationUpdate.cc
5747 - Adapted to changes in MCalibrateData from 2005/01/16: moved
5748 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
5749 this, for the last week you may have found trouble running
5750 starmc.C and mccalibrate.C.
5751
5752
5753
5754 2005/01/24 Thomas Bretz
5755
5756 * callisto.cc:
5757 - removed non-existing option from output
5758
5759 * manalysis/MEnergyEstimate.[h,cc]:
5760 - added ReadEnv member function
5761
5762 * mbase/MContinue.[h,cc]:
5763 - implementes AllowEmpty option to support doing nothing
5764 defined in resource file
5765 - added a first draft to allow usage of class-filters instead of
5766 rules
5767
5768 * mbase/MMath.[h,cc]:
5769 - implemented a function suggested by Florian Goebel which reduces
5770 the precision of a float to ~0.5% which is usefull for data
5771 compression by gzip
5772
5773 * mdata/MDataChain.[h,cc]:
5774 - implemented ReadEnv member function
5775
5776 * mfbase/MF.cc:
5777 - a small enhancement to the output in ReadEnv
5778
5779 * mhbase/MH3.cc:
5780 - fixed call to FindObject in Paint which caused a profile to be
5781 displayed incorrectly in case it was read from a file
5782
5783 * mhflux/MHFalseSource.[h,cc]:
5784 - removed old obsolete unsused Significance functions
5785 - implemented ReadEnv member function
5786 - set false source binning only if BinningFalseSource is not default
5787 - check parlist for BinningAlpha
5788
5789 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
5790 mjobs/MJPedestal.cc:
5791 - added an additional check and output if output-file could
5792 not be opened
5793
5794 * mjobs/MJob.h:
5795 - added some Getter
5796
5797 * mhbase/MBinning.[h,cc].
5798 - added nen member functions
5799 + SetEdgesRaw
5800 + ReadEnv
5801 + Print
5802
5803 * mhflux/MAlphaFitter.[h,cc]:
5804 - added new member function ReadEnv
5805
5806 * mhflux/MHAlpha.cc:
5807 - fixed a problem when fitting without off-data
5808
5809 * mbase/MStatusDisplay.cc:
5810 - implemented a further fix in DrawClonePad to make sure
5811 that the X-stuff doesn't get confused while still
5812 GetDrawOption returns the correct value
5813
5814
5815
5816 2005/01/24 Markus Gaug
5817
5818 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5819 - introduced security check for the times fine-tuning to catch
5820 outliers because of deviating pulse forms.
5821
5822 * msignal/MExtractTime.cc
5823 * msignal/MExtractor.cc
5824 - lowered default high-gain saturation limit to 250
5825 - removed Clear() for two results containers at beginning of Process()
5826
5827 * msignal/MExtractor.h
5828 - Take fHiLoLast into the Clone()
5829
5830 * msignal/MExtractedSignalPix.cc
5831 - change sign of default initializer to negative.
5832
5833
5834
5835 2005/01/23 Markus Gaug
5836
5837 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5838 - updated to new logain switch setting in MExtractTimeAndCharge
5839 - extract also high-gain vs. low-gain time difference
5840
5841 * mhcalib/MHCalibrationCam.[h,cc]
5842 * mhcalib/MHCalibrationChargeCam.[h,cc]
5843 - updated reading of conf. values in ReadEnv
5844
5845 * mhcalib/MCalibrationHiLoCam.[h,cc]
5846 * mhcalib/MCalibrationHiLoPix.[h,cc]
5847 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
5848 - updated accordingly
5849
5850 * mbadpixels/MBadPixelsCam.cc
5851 - removed some bugs in the Print() function
5852
5853
5854
5855 2005/01/22 Markus Gaug
5856
5857 * mhcalib/MHCalibrationRelTimeCam.cc
5858 - display in the averaged times display the event-by-event averaged
5859 absolute arrival times instead of the rel. ones which do not make
5860 much sense.
5861
5862 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5863 * mhcalib/MHCalibrationTestCam.[h,cc]
5864 - update to the latest changes in analysis chain.
5865
5866 * mjobs/MJExtractCalibTest.[h,cc]
5867 - update to the latest changes in analysis chain.
5868
5869 * mjobs/MJCalibration.cc
5870 - replace title of that times-averageing Tab from "RelTimes" by
5871 "Times".
5872
5873 * macros/calibration.C
5874 - update to changes in MJExtractCalibTest
5875
5876
5877
5878 2005/01/21 Markus Gaug
5879
5880 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5881 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5882 * msignal/MExtractTimeAndChargeSpline.cc
5883 - use the max. bin content for low-gain extraction
5884
5885 * callisto.rc
5886 - add place for LoGainSwitch
5887
5888
5889
5890 2005/01/21 Florian Goebel
5891
5892 * mfbase/MF.cc:
5893 - include a (TString) cast to make it compilable with gcc2.95.3
5894
5895
5896
5897 2005/01/21 Thomas Bretz
5898
5899 * mpointing/MSrcPosFromModel.cc:
5900 - fixed crash in Process if no pointing model available
5901
5902 * mpointing/MPointingPosCalc.h:
5903 - added missing initialization of data members
5904
5905 * mastro/MObservatory.[h,cc]:
5906 - added ReadEnv member function
5907
5908 * mbase/MTaskEnv.h:
5909 - added (=0) default to SetDefault
5910
5911
5912
5913 2005/01/20 Markus Gaug
5914
5915 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
5916 - added function to display fluctuations of a variable
5917
5918 * mcalib/MCalibrationPix.cc
5919 - fixed small bug in High-gain mean error.
5920
5921 * msignal/MExtractTimeAndCharge.[h,cc]
5922 - introduced high-gain maximum limit before extracting the low-gain
5923
5924
5925
5926 2005/01/20 Thomas Bretz
5927
5928 * mbase/MContinue.[h,cc]:
5929 - added ReadEnv member function to support resource files
5930
5931 * mbase/MEvtLoop.[h,cc]:
5932 - added a second arguemtn to reading of the resource file by name
5933 - added some checks when reding the resource file and the
5934 parameter list hasn't been setup
5935
5936 * mbase/MParList.cc:
5937 - removed an obsolete output from ReadEnv
5938
5939 * mfbase/MF.[h,cc]:
5940 - added ReadEnv member function to support resource files
5941 - added kAllowEpty flag to support skipping by resource files
5942
5943 * mfbase/MFilterList.cc:
5944 - added a comment
5945
5946 * mbase/MStatusDisplay.[h,cc]:
5947 - fixed Write to be compatible with root 4.02/00
5948 - worked around a problem with reading the DrawOption correctly
5949 from a stored status display
5950
5951
5952
5953 2005/01/19 Thomas Bretz
5954
5955 * mbase/MMath.cc:
5956 - added a comment to SignificanceLiMa, made by Daniel Mazin
5957 - also check for b==0
5958
5959 * mhflux/MAlphaFitter.[h,cc]:
5960 - fixed significance calculation in case of on-off data
5961 - added fScaleFactor
5962
5963 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
5964 - handle scale factor in case of on-off observations
5965
5966 * mjobs/MJPedestal.cc:
5967 - aligned screen output to 80col rule
5968
5969 * mtrigger/MFTriggerPattern.[h,cc]:
5970 - assigned correct integers to enum
5971 - made sure that the enum is correctly handled in all function by
5972 applying a r-value to the condition
5973
5974
5975
5976 2005/01/19 Abelardo Moralejo
5977
5978 * mtrigger/MFTriggerPattern.[cc,h]
5979 - Changed Bool_t arguments of all setters to new type Prescale_t
5980 defined by N. Galante (see below)
5981
5982
5983
5984 2005/01/19 Nicola Galante
5985
5986 * mtrigger/MFTriggerPattern.[cc,h]
5987 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
5988 kPrescaled = kTRUE };
5989
5990 - fixed a bug in Process, both fMaskRequiredUnprescaled and
5991 fMaskRequiredPrescaled are checked simultaneously.
5992
5993
5994
5995 2005/01/18 Markus Gaug
5996
5997 * mcalib/MCalibColorSet.cc
5998 - fixed the remaining day of data without colour in project name
5999 neither in digital modules bits.
6000
6001 * mpedestal/MPedCalcPedRun.[h,cc]
6002 - catch the continuous light runs with MRawRunHeader::fRunType
6003 == kRTCalibration to be recognized as effective pedestal runs.
6004
6005
6006 2005/01/18 Thomas Bretz
6007
6008 * mbase/MMath.cc:
6009 - added a check for s==0 in SignificanceLiMa, because otherwise the
6010 result is NaN
6011
6012 * mfbase/MF.cc:
6013 - removed an obsolete debugging output from the latest changes
6014
6015 * mhflux/MHAlpha.cc:
6016 - reset fHTime, too
6017
6018
6019
6020 2005/01/18 Nicola Galante
6021
6022 * mtrigger/MFTriggerPattern.cc:
6023 - added parentesis to ensure bitwise operators priority
6024 with respect to logical operators.
6025
6026
6027 2005/01/17 Thomas Bretz
6028
6029 * manalysis/MEnergyEstimate.[h,cc]:
6030 - changed to be more general. Energy is now estimated from a rule
6031 (MDataChain) The default behaviour is still the same as before
6032 to copy the energy from MMcEvt
6033
6034 * mbase/MTask.cc:
6035 - changed to write out the descriptor istead of the task-name only
6036 in Pre/PostProcess
6037
6038 * mhbase/MH.cc:
6039 - initialize fSerialNumber and fNumExecutions in constructor
6040
6041 * mhflux/MHFalseSource.cc:
6042 - according to a suggestion by Markus Mayer I have changed
6043 \\sigma_{max}=f to S_{max}=f\\sigma
6044
6045 * mjobs/MJCalibrateSignal.cc:
6046 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
6047 call.
6048
6049 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
6050 mtrigger/MTriggerPatternDecode.cc:
6051 - added some comment about file version
6052
6053 * mbase/MFilter.h:
6054 - implemented new virtual function GetDataMember like in MData
6055
6056 * mbase/MTask.[h,cc]:
6057 - when filter is added ass GetDataMember to branch list (should be
6058 obsolete, because filter is in the tasklist, but it should not hurt)
6059
6060 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
6061 mfbase/MFilterList.[h,cc]:
6062 - implemented new function GetDataMember
6063
6064
6065
6066 2005/01/17 Markus Gaug
6067
6068 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6069 - remove a situation where the high-gain signal can be 0.
6070
6071 * mtrigger/MTriggerPattern.h
6072 - fixed a bug in defining the trigger bit pattern (Have to start
6073 from 0 instead of 1)
6074
6075 * mjobs/MJPedestal.cc
6076 * mjobs/MJCalibrateSignal.cc
6077 - fixed default extraction ranges.
6078
6079 * callisto.rc
6080 - fixed default weights files for pedestal extraction for cosmcis
6081
6082 * mcalib/MCalibrationChargeCalc.cc
6083 - removed program exit on occurrance of multiple colours without
6084 intensity calibration
6085
6086
6087
6088 2005/01/17 Nadia Tonello and Markus Gaug
6089
6090 * mcalib/MCalibrationChargeCam.cc
6091 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
6092
6093
6094
6095 2005/01/16 Markus Gaug
6096
6097 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
6098 mhcalib/MHCalibrationChargeCam.[h,cc]
6099 - put overflow management and results camera initialization into
6100 base class
6101
6102 * mcalib/MCalibrateData.[h,cc]
6103 - added possibility to re-normalize signal to equiv. photo-electrons
6104 ( SetSignalType(MCalibrateData::kPhe) ).
6105 Default is old version in photons
6106 - speed up Process by storing pre-calculated calibration constants
6107 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
6108 - added new pointer to different MCalibrationChargeCam used for
6109 updates
6110 - added possibility to update the conversion factors using the
6111 MCalibrationChargeCam stored in fCalibUpdate.
6112 - added Print() function
6113
6114 * mcalib/MCalibCalcFromPast.[h,cc]
6115 - committed final version, now also in the Makefile
6116
6117 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
6118 - committed final version, now able to calibrate interlaced cal.
6119 events.
6120
6121
6122
6123 2005/01/14 Hendrik Bartko
6124
6125 * msignal/calibration_weights_UV.dat
6126 - fixed a small bug in the noise autocorrelation of the AB-noise
6127
6128 * msignal/calibration_weights_blue.dat
6129 - new weights file for blue calibration pulses
6130
6131 * cosmics_weights.dat
6132 - fixed a small bug in the noise autocorrelation of the AB-noise
6133
6134
6135
6136 2005/01/14 Markus Gaug
6137
6138 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6139 - added a small acceleration of the program, tested by Hendrik and
6140 me.
6141
6142 * mpedestal/MPedCalcFromLoGain.cc
6143 - fixed one warning output which was not a real warning.
6144
6145 * mcalib/MCalibrationChargeCam.cc
6146 - improved the function to calculate a mean conversion factor over
6147 the whole camera including a fit to the values.
6148
6149 * mpedestal/MPedCalcPedRun.[h,cc]
6150 - undo some changes introduced by TB on 2/12/04 which had made the
6151 use of interlaced pedestal events impossible again.
6152 - Use now the new class MTriggerPattern directly to recognize an
6153 interlaced pedestal event.
6154
6155
6156
6157 2005/01/14 Thomas Bretz
6158
6159 * callisto.cc:
6160 - fixed a typo in output
6161
6162 * manalysis/MGeomApply.cc:
6163 - removed some old code already in comments
6164 - added possibility to switch off automatic processing (used
6165 if two different geometries around)
6166
6167 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
6168 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
6169 mtools/MSimulatedAnnealing.h:
6170 - added include of TVector because in newer root version it is
6171 not included from TMatrix anymore
6172
6173 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
6174 - to stick to the convention of TMath in newer root versions MMath
6175 changed from a class to a namespace
6176
6177 * mbase/MEvtLoop.[h,cc]:
6178 - to support newer root version added a second Write-function
6179 with a const qualifier.
6180
6181 * mdata/MDataChain.cc:
6182 - changed access to TMath for newer root versions
6183
6184 * mfileio/MChain.[h,cc]:
6185 - implemented a workaround for teh changed LoadTree definition
6186 in newer root-versions
6187
6188 * mfileio/MReadTree.cc:
6189 - fixed a bug in CheckBranchSize caused some warning to be
6190 displayed
6191
6192 * mhflux/MHAlpha.cc:
6193 - removed check for fResult in PostProcess (it is always there)
6194
6195 * msignal/MExtractTimeFastSpline.cc:
6196 - fixed delete --> delete[]
6197
6198 * mbadpixels/MBadPixelsCalc.cc:
6199 - slight change to some output
6200
6201 * mbase/MTaskEnv.h:
6202 - set name of default task when pointer is given
6203
6204 * mjobs/MJCalibrateSignal.cc:
6205 - fixed handling of extraction range for various cases
6206 - fixed handling in case no arrival times are calculated
6207
6208 * mjobs/MJCalibration.cc:
6209 - write at least a default arrival time calibration container
6210 to make further processing easier
6211
6212 * mjobs/MJPedestal.[h,cc]:
6213 - fixed handling of extraction range for various cases
6214
6215
6216
6217 2005/01/14 Abelardo Moralejo
6218
6219 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
6220 - added. Two macros used in the analysis of real wobble mode data.
6221
6222
6223
6224 2005/01/14 Daniela Dorner
6225
6226 * macros/sql/filldotrun.C
6227 - added new arehucas-verions and changed code accordingly
6228
6229
6230
6231 2005/01/13 Abelardo Moralejo
6232
6233 * macros/starmc.C
6234 - Added (commented) lines for the case of gamma MC source off-axis
6235 (wobble mode). Changed default extractor to
6236 MExtractFixedWindowPeakSearch.
6237
6238
6239
6240 2005/01/13 Raquel de los Reyes
6241
6242 * callisto.rc
6243 - introduced several configuration lines
6244 (format: "class".DataCheck: No) to allow callisto
6245 to run with rawfiles. Necessary for the datacheck.
6246
6247
6248
6249 2005/01/13 Markus Gaug
6250
6251 * mcalib/MCalibColorSet.cc
6252 - fixed runs 45605-45609
6253
6254 * msignal/MExtractor.h
6255 - take out the variable fHiLoLast from the streamer. Will be
6256 initialized in the ReInit(), if needed
6257
6258 * msignal/MExtractor.cc
6259 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
6260 the same extractor may have that variable set to a certain
6261 value, even if not desired. The ReInit() fixes fHiLoLast, if
6262 different from 0.
6263
6264 * mpedestal/MExtractPedestal.cc
6265 * mpedestal/MPedCalcPedRun.cc
6266 * mpedestal/MPedCalcFromLoGain.cc
6267 - fix the output of the print to the correct value for the case
6268 that the extractor is used.
6269
6270
6271 2005/01/13 Thomas Bretz
6272
6273 * callisto.rc:
6274 - fixed some typos
6275
6276 * mbase/MLog.cc:
6277 - unset DEBUG defined unintentionally
6278
6279 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
6280 - removed printing Weights in InitArrays, because otherwise
6281 the output of a full data calibration is totally crowded
6282 with numbers. Having the weights-file name on the display
6283 is perfectly enough.
6284
6285
6286
6287 2005/01/12 Markus Gaug
6288
6289 * mcalib/MCalibrationIntensityRelTimeCam.cc
6290 - added fit to improve averageing of the obtained results
6291
6292
6293
6294 2005/01/12 Thomas Bretz
6295
6296 * manalysis/MMatrixLoop.cc:
6297 - changed name to MRead because it now derives from MRead
6298
6299 * mbase/MEvtLoop.[h,cc]:
6300 - implemented an option not to cascade the status display to the
6301 parameter list in PreProcess
6302
6303 * mhflux/MHAlpha.cc:
6304 - changed name of "Significance" to "MinimizationValue"
6305 - return -significance to have a value being minimized
6306
6307 * mhist/MHCamera.cc:
6308 - fixed output of text in legend
6309
6310 * mhist/MHEvent.[h,cc]:
6311 - implemented new options for calibrated pedestals
6312
6313 * mmain/MEventDisplay.cc:
6314 - fixed to support latest changes in MJCalibrateSignal
6315
6316 * mpedestal/MPedPhotCam.cc:
6317 - added new options in GetPixelContent (4 and 5) to support
6318 a correct camera display
6319
6320 * mjobs/MJCalibrateSignal.cc:
6321 - fixed display of calibrated pedestal and pedestal rms
6322 - changed order of plots. Now all interpolated values
6323 (means all calibrated values which are bad-pixel treated)
6324 are displayed behind the unsuitable pixels.
6325
6326 * mjobs/MJ*.cc:
6327 - corrected all wrong %06d to %08d to fit the number of
6328 digits in run-numbers
6329
6330
6331
6332 2005/01/11 Abelardo Moralejo
6333
6334 * mjobs/Makefile
6335 - added missing include -I ../mtrigger
6336
6337
6338
6339 2005/01/11 Thomas Bretz
6340
6341 * callisto.cc, callisto.rc:
6342 - changed such, that all three kinds of pedestals are calcualted
6343 (usefull for studies)
6344
6345 * manalysis/MMatrixLoop.[h,cc]:
6346 - derived from MRead
6347 - implemented some basic functions from MRead
6348
6349 * mfilter/MFCosmics.[h,cc]:
6350 - allow setting of name of MPedestalCam
6351
6352 * mhbase/MBinning.[h,cc]:
6353 - added SetEdges taking MParList as input
6354
6355 * mhflux/MHAlpha.cc:
6356 - use new function from MBinning
6357
6358 * mjobs/MJCalibrateSignal.[h,cc]:
6359 - changed to calculate all three kinds of pedestals
6360 - added filters for trigger pattern and illuminated events
6361
6362 * mjobs/MJPedestal.cc:
6363 - give different names to tabs with different pedestals
6364
6365 * mjobs/MJStar.cc:
6366 - on request changed used pedestal from "FromExtractor" to
6367 "FromExtractorRndm"
6368
6369 * mtrigger/MTriggerPattern.h:
6370 - added Reset function
6371
6372 * mtrigger/MTriggerPatternDecode.[h,cc]:
6373 - added using file format version number
6374
6375
6376
6377 2005/01/11 Markus Gaug
6378
6379 * mbadpixels/MBadPixelsPix.cc
6380 - updated documentation
6381
6382 * mcalib/MCalibrationChargeCalc.cc
6383 - make pixels with deviating number of phes unreliable instead of
6384 unsuitable (this was already thought so, but missed to modify
6385 at one place).
6386
6387 * mhcalib/MHCalibrationCam.[h,cc]
6388 - add possible flag 'kInterlaced': default: kFALSE (like before)
6389 - added pointer to MRawEvtHeader to deny cosmics events in case
6390 of 'interlaced' flag is set. No changes for 'normal' calibration
6391
6392
6393
6394 2005/01/10 Benjamin Riegel
6395
6396 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
6397 - added two classes for implementing starguider-data
6398
6399 * mreport/ReportLinkDef.h
6400 - added class MReportStarguider to be linked:
6401 #pragma link C++ class MReportStarguider+;
6402
6403 * mreport/Makefile
6404 - added file MReportStarguider.cc
6405
6406 * merpp.cc
6407 - added two containers ( MReportStarguider, MTimeStarguider ) and
6408 added MReportStarguider to the list:
6409 w->AddContainer("MReportStarguider", "Starguider");
6410 w->AddContainer("MTimeStarguider", "Starguider");
6411 r->AddToList("MReportStarguider");
6412
6413
6414
6415 2005/01/10 Markus Gaug
6416
6417 * mcalib/MCalibColorSet.cc
6418 - return kFALSE for CL-run instead of kTRUE
6419
6420 * mcalib/MCalibrationChargeCalc.cc
6421 - stop program in case that multiple colours are found in same file
6422 without intensity calibration
6423
6424 * mbadpixels/MBadPixelsPix.h
6425 - added two new possible UnCalibrated_t flags for the hi-lo
6426 calibration
6427
6428 * macros/calibration.C
6429 - add the calls to:
6430 MArray::Class()->IgnoreTObjectStreamer();
6431 MParContainer::Class()->IgnoreTObjectStreamer();
6432 in main.
6433
6434 * msignal/MExtractor.h
6435 - added Getter for fOffsetLoGain (was still missing)
6436
6437 * mhcalib/MHCalibrationChargeCam.[h,cc]
6438 - remove pixels with histogram overflow only if their percentage
6439 passes a certain limit (default: 0.5%). Before, every overflow
6440 lead to an unsuitable pixel.
6441
6442 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
6443 - implemented changes suggested by T.B. to speed up calculations
6444 - take fNameWeightsFile into the streamer, otherwise the Clone()
6445 will always create an extractor with cosmic's weights.
6446 - set fOffsetLoGain to a slighly higher value. The DF seems to
6447 have a different offset since it uses different pulse shapes
6448 and thus sightly different time definitions.
6449
6450
6451
6452 2005/01/10 Thomas Bretz
6453
6454 * mhvstime/MHVsTime.cc:
6455 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
6456
6457 * callisto.cc:
6458 - changed such, that the calculated pedestal is not random
6459 anymore
6460 - added code to calculate the pedestal also with randomization,
6461 but this code is for the moment commented out.
6462
6463 * callisto.rc:
6464 - fixed naming of pedestal calculation
6465
6466 * mbadpixels/MBadPixelsCalc.cc:
6467 - added a second check which compares the pedestal rms with
6468 the variance of the pedestal rms in the same sector
6469
6470 * mjobs/MJCalibrateSignal.[h,cc]:
6471 - changed to calculate the pedestal from extractor without
6472 randomization
6473 - added code to calculate the pedestal also with randomization,
6474 but this code is for the moment commented out.
6475
6476 * mjobs/MJCalibration.cc:
6477 - made sure that pedcam always has the correct name
6478 (FIXME? Print a warning if it has the wrong name)
6479
6480 * mjobs/MJPedestal.[h,cc]:
6481 - changed such, that it allows the calculation of pedestals
6482 in three different ways (fundamental, fromextractor,
6483 fromextractorrndm)
6484 - therefor removed SetExtractorResolution and added
6485 + void SetExtractionFundamental()
6486 + void SetExtractionWithExtractorRndm()
6487 + void SetExtractionWithExtractor()
6488
6489 * mjobs/MJStar.cc:
6490 - changed/fixed the input name of the MPedPhotCam used in the
6491 image cleaning
6492
6493 * mraw/MRawFileRead.[h,cc]:
6494 - changed return type of OpenNextFile
6495 - in some cases return kERROR in OpenNextFile to abort the Processing
6496 with an error
6497
6498 * mraw/MRawRunHeader.cc:
6499 - call a wrong file format version ERROR now
6500
6501 * mhflux/MAlphaFitter.[h,cc]:
6502 - make sure that resetted values are returned if fit failed
6503 - set default scaling too kOffRegion
6504
6505 * mhflux/MHAlpha.cc:
6506 - some small fixes to handling of MHAlphaOff
6507
6508 * mhflux/MHFalseSource.[h,cc]:
6509 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
6510 - updated display accordingly
6511 - updated fit accordingly
6512 - removed catalog temporarily from plots until I found the
6513 reason for the strange crashes
6514
6515 * mbadpixels/MBadPixelCalc.[h,cc]:
6516 - implemented the possibility to check the pedestal rms against the
6517 variance of the pedstal rms, too. The option is curretly switched
6518 off.
6519 - enahanced informal output in PreProcess
6520
6521 * mbase/MTaskList.cc:
6522 - a little change to some output
6523
6524
6525
6526 2005/01/10 Wolfgang Wittek
6527
6528 * mfbase/MFEventSelector2.cc
6529 - check whether filter exists before calling
6530 filter->CallPreProcess(parlist)
6531
6532
6533
6534 2005/01/08 Markus Gaug
6535
6536 * mhcalib/MHCalibrationHiLoCam.[h,cc]
6537 * mcalib/MCalibrationHiLoCam.[h,cc]
6538 * mcalib/MCalibrationHiLoPix.[h,cc]
6539 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
6540 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
6541 mcalib/CalibLinkDef.h
6542 - new classes for calibration of conversion high-gain vs. low-gain
6543
6544 * msignal/MExtractedSignalPix.[h,cc]
6545 - added data member fChisquare, set to -1. by Clear() and Reset()
6546 - raised version number by 1
6547
6548 * msignal/MExtractedSignalCam.[h,cc]
6549 - added data member fNdf, set to -1 by default
6550 - new function: GetProb(const Int_t pixidx) to be called to
6551 calculate the joint probability of Chisquare of pixel "pixidx"
6552 and fNdf
6553 - added documentation of data members
6554 - raised version number by 1
6555
6556 * mhcalib/MHCalibrationChargeCam.cc
6557 - strengthened default histogram limits a bit, should accelerate
6558 the calibration by 20%.
6559
6560 * mjobs/MJCalibrateSignalFromOutside.cc
6561 - fixed two lines to compile MCalibrateData with the recent changes
6562 by TB
6563
6564 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6565 - fixed two bugs introduced yesterday by TB.
6566
6567 * msignal/MExtractTimeAndChargeSpline.cc
6568 * msignal/MExtractTimeAndChargeSlidingWindow.cc
6569 - adopt part of TB's speed accelerations into these classes
6570
6571 * msignal/MExtractTimeAndCharge.cc
6572 - fix the low-gain extraction window for the case that the high-gain
6573 is saturated. Was skipped so far.
6574
6575
6576
6577 2005/01/07 Markus Gaug
6578
6579 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
6580 - catch the case that more than 90% of the pixels have saturated
6581 signals and fix the extraction window from the occurrance of
6582 saturation, then. Important for high-intensity calibration events.
6583
6584
6585 * msignal/MExtractor.cc
6586 * msignal/MExtractTime.cc
6587 * msignal/MExtractTimeAndCharge.cc
6588 - added some documentation
6589
6590 * msignal/MExtractTime.[h,cc]
6591 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
6592 the header-file.
6593
6594
6595
6596
6597 2005/01/07 Abelardo Moralejo
6598
6599 * mbase/MLog.h
6600 - Added #include "TSystem.h", otherwise gSystem is not recognized
6601 in Mac OSX.
6602
6603 * manalysis/MMakePadHistograms.cc
6604 - Changed badcalc.SetNamePedPhotContainer to
6605 badcalc.SetNamePedPhotCam
6606
6607
6608
6609 2005/01/07 Thomas Bretz
6610
6611 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
6612 - replaced PedPhotContainer by PedPhotCam for consistency
6613
6614 * mbase/MLog.[h,cc]:
6615 - return *this in Seperator()
6616
6617 * mbase/MPrint.[h,cc]:
6618 - use new separator manipulator in PreProcess
6619 - fixed a type: separator instead of seperator
6620
6621 * mfileio/MReadTree.[h,cc]:
6622 - added a check for branch->IsAutoDelete() in Notify()
6623
6624 * mpedestal/MExtractPedestal.[h,cc]:
6625 - added new option 'fRandomCalculation' be used to switch on-/off-
6626 randomization in extractors, the default should be like before
6627 - added Process() calling Calc()
6628
6629 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
6630 - renamed Process() to Calc()
6631
6632 * Makefile:
6633 - removed macros/calibration.C, which seems to have been
6634 unintantionally introduced.
6635
6636 * manalysis/Makefile:
6637 - removed unintantionally introduced wrong include
6638
6639 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
6640 - a small acceleration discussed with Hendrik by replacing a
6641 counter in a loop by pointer arithmetics
6642
6643 * mraw/MRawEvtPixelIter.cc:
6644 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
6645 read one byte behind the end of the array
6646 - fixed HasLoGain() which really did weired things, means accessing
6647 sometimes memory somewhere. This could theoretically result
6648 in assigning the wrong lo-gains to the wrong pixels.
6649
6650 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
6651 mtrigger/MFTriggerPattern.[h,cc]:
6652 - added
6653
6654 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
6655 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
6656
6657 * manalysis/MEnergyEstParam.h:
6658 - added a new function SetVariables calling SetCoeff
6659
6660 * mcalib/MCalibrateData.[h,cc]:
6661 - removed data members for container names
6662 - added new lists for container names
6663 - allow to calibrate more than one pedestal container at the same
6664 time
6665
6666 * mjobs/MJCalibrateSignal.cc:
6667 - changed accordingly
6668
6669
6670
6671 2005/01/05 Thomas Bretz
6672
6673 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
6674 mhcalib/MHCalibrationRelTimeCam.cc:
6675 - made some output lines fit into convinience window of 80 col
6676
6677 * mhist/MHCamEvent.cc:
6678 - make sure that x-axis has correct title
6679
6680 * msignal/MArrivalTimePix.cc:
6681 - init error to -1 which is a obviously non valid value
6682 - fixed IsValid() which gave wrong results
6683
6684 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
6685 - made sure that LoGain is flagged non-valid if no lo-gain exists
6686 - push time back at the edge of the allowed limits if outside
6687
6688 * mbase/MGList.[h,cc]:
6689 - introduced new functions Delete and DeletePictures
6690 - SetBit(kMustCleanup) in constructor. Otherwise it is not
6691 correctly removed from ListOfCleanups
6692
6693 * mbase/MLog.cc:
6694 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
6695 from the list
6696
6697 * mbase/MParContainer.[h,cc]:
6698 - replaced return type of GetDescriptor by TString. The old version
6699 was terribly wrong! The returned memory wasn't removed as soon
6700 as the function returned.
6701
6702 * mbase/MStatusDisplay.[h,cc]:
6703 - for security (thread safty) replaced all Form() by MString::Form()
6704 - implemented a more secure scheme of Closing (Clone()) this was
6705 a hint given by valgrind
6706 - set kMustCleanup for all new object in ClonePad not only kCanDelete
6707 - fixed some lines in pulldown-menus
6708 - add TPads to ListOfCleanups in ClonePad (workaround!)
6709
6710 * mbase/MString.[h,cc]:
6711 - implemented a new static Form() function returning a copy of
6712 the result
6713
6714 * mbase/MTask.[h,cc]:
6715 - replaced return type of GetDescriptor by TString. The old version
6716 was terribly wrong! The returned memory wasn't removed as soon
6717 as the function returned.
6718 - Made GetDescriptor thread safe using MString::Form
6719
6720 * mfileio/MWriteRootFile.cc:
6721 - Use GetDescriptor().Data() when using any kind of printf function
6722
6723 * mhbase/MFillH.cc:
6724 - replaced string concatenation in all constructors by a Form
6725 (also suggested by valgrind)
6726
6727 * mhcalib/MHCalibrationRelTimeCam.cc:
6728 - made some output fit into 80col boundary
6729
6730
6731
6732
6733 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
6734
6735 * mfht:
6736 - added new directory for hexagonal fourier transformation
6737
6738 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
6739 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
6740 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
6741 mhft/Makefile:
6742 - added
6743
6744 * macros/extendcam.C:
6745 - added: tutorial for MGeomCamExtend
6746
6747 * macros/hft.C:
6748 - added: tutorial for MHexgonalFTCalc
6749
6750 * macros/dohtml.C:
6751 - updated
6752
6753 * macros/rootlogon.C:
6754 - updated
6755
6756 * Makefile:
6757 - mhft added
6758
6759 * mbase/MParContainer.cc, mbase/MLog.cc:
6760 - added a pre-compiler option for destructor debugging
6761
6762 * mbase/MTaskList.[h,cc]:
6763 - added new function Replace
6764
6765 * mdata/MDataChain.cc, mfbase/MF.cc:
6766 - shortened some output
6767
6768 * mdata/MDataArray.[h,cc]:
6769 - added new function FindRule
6770
6771 * mfileio/MReadTree.[h,cc]:
6772 - enhanced functionality to be able to read a TTree stored in memory
6773 instead of a file. Therefor introduced fTree which is now the pointer
6774 used and replaced fChain where TTree and TChain have common behaviour.
6775 Where they behave uncommon new code for the new case has been added.
6776
6777 * mfileio/MWriteRootFile.[h,cc]:
6778 - enhanced functionality to be able to write a TTree into memory
6779 instead of a file. This were maily bugfixes for the case fOut==0, which
6780 must be handled correctly. Becarefull a tree filles without a file
6781 is not deleted automatically!
6782
6783 * mhbase/MBinning.h:
6784 - added copy constructor
6785 - fixed buggy SetEdges(MBinning&) which didn't work
6786
6787 * mhbase/MHMatrix.cc:
6788 - when adding a new rule check first if the same rule already exists
6789
6790 * mhflux/MAlphaFitter.[h,cc]:
6791 - added new functionality to support on-off analysis
6792 - didn't touch existing code
6793
6794 * mhflux/MHAlpha.[h,cc]:
6795 - added new functionality to support on-off analysis
6796 - replaced Fit() calls by newer function calls
6797 - added DrawAll - PRELIMINARY
6798 - fixed a bug when projecting - may be the reson for some strange
6799 crashes
6800
6801 * mcalib/MCalibColorSet.cc:
6802 - fixed a stupid bug introduced last year, which caused MCalibColorSet
6803 in some circumstances to stop the eventloop when it shouldn't
6804
6805 * mjobs/MSequence.cc:
6806 - expand path names
6807
Note: See TracBrowser for help on using the repository browser.