source: trunk/MagicSoft/Mars/Changelog@ 7357

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