source: trunk/MagicSoft/Mars/Changelog@ 7351

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