source: trunk/MagicSoft/Mars/Changelog@ 7342

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