source: trunk/MagicSoft/Mars/Changelog@ 7442

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