source: trunk/MagicSoft/Mars/Changelog@ 7220

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