source: trunk/MagicSoft/Mars/Changelog@ 7223

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