source: trunk/MagicSoft/Mars/Changelog@ 7221

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