source: trunk/MagicSoft/Mars/Changelog@ 7341

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