source: trunk/MagicSoft/Mars/Changelog@ 7432

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