source: trunk/MagicSoft/Mars/Changelog@ 7348

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