source: trunk/MagicSoft/Mars/Changelog@ 7438

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