source: trunk/MagicSoft/Mars/Changelog@ 7452

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