source: trunk/MagicSoft/Mars/Changelog@ 7319

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