source: trunk/MagicSoft/Mars/Changelog@ 7208

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