source: trunk/MagicSoft/Mars/Changelog@ 7231

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