source: trunk/MagicSoft/Mars/Changelog@ 7259

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