source: tags/Mars-V1.2/Changelog.05@ 20115

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