source: trunk/MagicSoft/Mars/Changelog@ 7358

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