source: trunk/MagicSoft/Mars/Changelog@ 7344

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