source: trunk/MagicSoft/Mars/Changelog@ 7232

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