source: trunk/MagicSoft/Mars/Changelog@ 7177

Last change on this file since 7177 was 7177, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 172.4 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23
24 2005/07/08 Thomas Bretz
25
26 * showplot.cc:
27 - implemented the possibility to open a root interpreter
28
29 * mbase/MMath.cc:
30 - added sanity checks in GaussProb
31
32 * mimage/MHillasExt.[h,cc]:
33 - fixed some units
34 - added Paint
35
36 * mimage/MNewImagePar.cc:
37 - fixed Print output
38
39 * mmain/MEventDisplay.cc:
40 - print a separator between two events
41 - Draw MHillasExt, too
42
43 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
44 - fixed Print output
45
46 * mimage/MHillas.cc:
47 - implemented plotting a estimate of disp
48 - fixed some units in output
49 - fixed the special case in which the shower is symmetric to
50 the axis
51
52 * mimage/MHillasCalc.cc:
53 - skipped printing the removed case 4 from MHillas::Calc
54
55
56
57 2005/06/28 Thomas Bretz
58
59 * mfilter/MFMagicCuts.[h,cc]:
60 - first full implementation... updates to come.
61
62 * mhbase/MH.[h,cc]:
63 - added new member function to set several palettes
64
65 * mhflux/MHDisp.[h,cc]:
66 - fixed z-axis dscription
67 - rotate filling off data by 180 deg.
68 - implemented subtracting off-data from on-data
69 - set different palettes
70
71 * mhflux/MMcSpectrumWeight.[h,cc]:
72 - implemented additional weight for zenith-angle- and size-bins
73
74
75
76 2005/06/27 Thomas Bretz
77
78 * macros/optim/optimenergy.C:
79 - changed algorithm from Simplex to Migrad
80 - fixed a typo (RunDisp)
81
82 * mhflux/FluxLinkDef.h, mhflux/Makefile:
83 - added new class for threshold calculation
84
85 * mhflux/MHCollectionArea.cc:
86 - replaced BinningEnergy by BinningEnergyEst
87
88 * mimage/MHHillasSrc.cc:
89 - set minimum of fAlpha, fCosDA and fDCADelta to 0
90
91 * mjobs/MDataSet.cc:
92 - improved reading source position
93
94 * mranforest/MRanForest.[h,cc]:
95 - implemented a value describing the forest (eg. corresponding
96 energy)
97 - increased ClassVersion
98
99 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
100 mtrigger/MTriggerPatternDecode.cc
101 - improved dox (thx to Nicola)
102
103 * mjobs/MJStar.cc:
104 - implemented a new write task which only writes the effective
105 on time. This is necessary otherwise for example the image
106 cleaning could skip effective on-time events.
107
108
109
110 2005/06/17 Thomas Bretz
111
112 * mbase/MArgs.[h,cc]:
113 - handle possible char \015 in arguments
114
115 * mdata/MDataArray.h:
116 - added Print function to //*MENU*
117
118 * mhflux/MAlphaFitter.[h,cc]:
119 - added new Option for Scale: Fixed
120 - fixed typo in IsEnvDefined for Signalfunction
121
122 * mhist/MHCamera.cc:
123 - plot profile in deg instead of mm
124
125 * mjobs/MDataSet.[h,cc]
126 - changed error handling when reading source catalog
127
128 * mjobs/MJCut.cc:
129 - added MImagePar to output
130 - take new error handling into account when reading source catalog
131
132 * mjobs/MJSpectrum.cc:
133 - print energy estimator
134 - removed the double minus displaying the fitted spectrum
135
136 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
137 - print rule when optimization has finished
138
139 * mmain/MBrowser.cc:
140 - replaced old path with new path to datacenter
141
142 * mranforest/MRFEnergyEst.[h,cc]:
143 - store binning in new data member fBinning to avoid many calles
144 to atof
145
146
147
148 2005/06/15 Daniela Dorner
149
150 * datacenter/macros/createdataset.C:
151 - added function to read in input from txt-file
152
153 * datacenter/macros/insertdataset.C:
154 - fixed bug -> no new sourcenames can be inserted by this macro
155
156 * datacenter/macros/writesequencefile.C:
157 - fixed small bug in logging-output
158
159
160
161 2005/06/13 Daniela Dorner
162
163 * datacenter/macros/createdataset.C:
164 - added (macro to write simple datasetfile)
165
166 * datacenter/macros/buildsequenceentries.C:
167 - fixed bug introduced 12.5.2005
168
169 * datacenter/scripts/copyscript:
170 - fixed bug
171
172
173
174 2005/06/13 Thomas Bretz
175
176 * mcalib/MCalibrationHiLoCam.h:
177 - added Print to //*MENU*
178
179 * mhflux/MHThetaSq.[h,cc]:
180 - added resources for fNumBinsSignal and fNumBinsTotal
181
182 * mjobs/MJSpectrum.[h,cc]:
183 - implemented weighting in theta, so we get better statistics
184 - improved output
185 - added plotting other spectras
186
187 * Makefile:
188 - added new directory mjoptim
189
190 * manalysis/MEnergyEstimate.[h,cc]:
191 - derives now from a new more genral class MParameterCalc
192
193 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
194 - added new class MParamterCalc
195
196 * manalysis/MParameterCalc.[h,cc]:
197 - added new class MParamterCalc
198
199 * mbase/MLog.cc:
200 - do not display 'underline' if fIsNull output
201
202 * mhbase/MBinning.cc:
203 - removed some obsolete comments fixed old stylish SetBinningCos
204
205 * mhflux/MAlphaFitter.[h,cc]:
206 - background fit can now be switched off
207 - removed some obsolete comments
208 - adapted Print output
209 - added new option to change signal function type
210 - adde new Strategy option: kGaussSigma
211
212 * mhflux/MHAlpha.[h,cc]:
213 - output the gauss sigma to the parameter list
214
215 * mhflux/MHThetaSq.h:
216 - mase InitMapping public (used in MJOptimizeDisp)
217
218 * mjobs/JobsLinkDef.h, mjobs/Makefile:
219 - removed MJOptimize*
220
221 * mjobs/MJOptimize.[h,cc]:
222 - allow minimization of something else than MinimizationValue
223
224 * mjobs/MJOptimizeEnergy.[h,cc]:
225 - added class description with example
226 - added weighting task to RunEnergy (untested)
227
228 * mtools/MChisqEval.[h,cc]:
229 - added comments
230 - print result in Postprocess
231 - allow to give a different name to the result
232
233 * mjobs/MJOptimize*:
234 - finally moved to new dir mjoptim
235 - new class MJOptimizeDisp
236
237
238
239 2005/06/10 Daniela Dorner
240
241 * datacenter/scripts/copyscript:
242 - adapt script to new machine
243
244
245
246 2005/06/10 Thomas Bretz
247
248 * datacenter/macros/plotdb.C:
249 - set minimum and maximum also for ZA graph
250
251 * mdata/MDataChain.cc:
252 - fixed a possible crash to to NULL-acess in GetDataMember
253
254 * mhbase/MBinning.[h,cc]:
255 - added a new binning type "asin" which is used for the
256 ZA binning
257
258 * mhflux/MAlphaFitter.cc:
259 - allow polynom order 1
260 - improved result line in PaintResult
261
262 * mhflux/MHAlpha.cc:
263 - call PaintResult also in DrawAll
264
265 * mhflux/MHCollectionArea.cc:
266 - removede nonsense A_{eff} from plot
267
268 * mhflux/MHDisp.cc:
269 - fixed a possible crash if fSrcPos==NULL
270
271 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
272 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
273 mjobs/MJCut.cc:
274 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
275 the old binning was not well aligned with the MC binning
276
277 * mhflux/MMcSpectrumWeight.[h,cc]:
278 - added the possibility to set ZA-weights
279 (Could be improved calculating correst sine-weights)
280
281 * mimage/MHVsSize.cc:
282 - fixed. Conc1 was incorrectly scaled
283
284 * mjobs/MDataSet.h:
285 - added getter for TLists
286
287 * mjobs/MJCut.cc:
288 - in non-wobble mode the hcalc2 had been wrrornously added
289 to the tasklist -> removed
290
291 * mjobs/MJOptimize.h:
292 - added a comment for EnableTestTrain
293
294 * mpointing/MSrcPosCam.[h,cc]:
295 - implemented Add member function
296
297 * mranforest/MRFEnergyEst.[h,cc]:
298 - fixed a problem with the removal of the last columns
299 - implemented debug-mode
300 - interpolate energy in logarithmic grid
301 - removed Test function completely
302 - added ReadEnv
303
304 * mranforest/MRanTree.[h,cc]:
305 - replaced some TMatrixFRow by TMatrixFRow_const
306
307 * mpointing/MSrcPosCorrect.[h,cc]:
308 - added
309
310 * mpointing/Makefile, mpointing/PointingLinkDef.h:
311 - added MSrcPosCorrect
312
313 * mhflux/MHDisp.cc:
314 - fixed the scaling of the abs-limit of m3l above which
315 we assume that the 3rd moment is a good measurement for the
316 correct disp point
317
318
319
320 2005/06/08 Daniela Dorner
321
322 * datacenter/scripts/checkstardone:
323 - fixed bug
324 - added check
325
326 * datacenter/scripts/runstar, runcallisto, runganymed:
327 - added -v4 to commandlines
328
329
330
331 2005/06/07 Daniela Dorner
332
333 * datacenter/scripts/runstar, runcallisto:
334 - fixed bug in filenumber calculation
335
336
337
338 2005/06/06 Daniela Dorner
339
340 * datacenter/scripts/runganymed:
341 - fixed bug in second commandline
342
343
344
345 2005/06/03 Thomas Bretz
346
347 * ganymed.cc:
348 - fixed the wrong printout of ganymed
349
350 * mars.cc:
351 - allow to open a file via commandline
352
353 * mars.rc:
354 - added some more comments
355
356 * mcalib/MCalibrateRelTimes.cc:
357 - removed obsolete comments
358
359 * mmain/MEventDisplay.cc:
360 - implemented muon analysis
361 - fixed a crash caused by the DF
362
363 * mmain/Makefile:
364 - added -I../mmuon
365
366 * mmuon/MMuonCalibPar.cc:
367 - updated Print output
368
369 * mmuon/MMuonSearchPar.[h,cc]:
370 - updated print output
371 - added Paint function
372
373 * mranforest/MRFEnergyEst.h:
374 - fixed thw wrong data types in setters
375
376 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
377 - don't try to find automatic weights without template file name
378
379 * mjobs/MJStar.cc:
380 - set bit MFillH::kDoNotDisplay for fillmuon
381
382 * mmuon/MHSingleMuon.[h,cc]:
383 - store function in hist
384 - added Paint member function
385
386
387
388 2005/06/03
389
390 * RELEASE 0.9.3
391
392
393
394 2005/06/03 Thomas Bretz
395
396 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
397 - updated
398
399 * callisto.rc:
400 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
401 callisto_Dec04Jan05.txt
402
403 * manalysis/MMultiDimDistCalc.h:
404 - changes to layout
405
406 * mbadpixels/MBadPixelsCalc.cc:
407 - improved sanity checks
408
409 * mbase/MEvtLoop.cc:
410 - fixed a bug which could cause Eventloop to crahs if
411 parlist was not initialized
412
413 * mdata/MDataArray.[h,cc]:
414 - added copy constructor
415
416 * mhbase/MFillH.cc:
417 - made sure that no constructor can crash due to NULL pointers
418
419 * mhbase/MHMatrix.[h,cc]:
420 - first check in AddColumn if the column is available. Afterwards
421 check whether it can be added
422 - added new interfaced to single rows
423
424 * mhflux/MMcSpectrumWeight.cc:
425 - slight change to screen output
426
427 * mjobs/MJPedestal.cc:
428 - slight change to screen output
429
430 * mpedestal/MPedCalcPedRun.cc:
431 - fixed a bug which caused MC files not to work treat them now
432 as pedestal files (always)
433
434 * mranforest/MRFEnergyEst.[h,cc]:
435 - improved the code and the interface
436
437 * mranforest/MRanForestGrow.[h,cc]:
438 - derives now from MRead to be able to use the bar in the
439 display
440
441 * mtools/MTFillMatrix.[h,cc]:
442 - allow to fill a single matrix with all events
443
444 * datacenter/macros/plotdb.C:
445 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
446
447
448
449 2005/06/02 Markus Gaug (2005/06/01)
450
451 * mcalib/MCalibrationChargeCalc.cc
452 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
453 exclude 2 very ringing pixels in September which - when kept -
454 destroy the image cleaning around them.
455
456
457
458 2005/06/02 Markus Gaug (2005/05/31)
459
460 * mjobs/MJCalibration.cc
461 - The MFTriggerPattern filters out all events taken with the
462 CT1-pulser and data format version greater than 4.
463 Demand now that the filter is put into the task list only if the
464 calibration colour is not kCT1.
465
466
467
468 2005/06/02 Markus Gaug (2005/05/26)
469
470 * mpedestal/MPedCalcPedRun.cc
471 - fixed bug in recognition of pedestal bit - affects only intensity
472 calibration.
473
474 * mhcalib/MHCalibrationChargeCam.cc,
475 mhcalib/MHCalibrationRelTimeCam.cc:
476 - do not draw to status display if histogram is empty. This
477 caused some error messages from root.
478
479
480
481 2005/06/02 Thomas Bretz
482
483 * callisto.cc:
484 - made "-raw" the default
485 - switched bad pixel check on for MJPedestalC2
486
487 * callisto_Dec04Jan05.rc:
488 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
489
490 * mhflux/MHThetaSq.[h,cc]:
491 - added missing InitMapping
492
493 * mjobs/MJCalib.cc:
494 - set default for fDataFlag to kIsUseRawData
495
496 * mjobs/MJOptimizeCuts.cc:
497 - added some sanity checks if CreateHistNew couldn't create
498 the histogram
499
500 * mjobs/MJPedestal.[h,cc]:
501 - implemented a possible deadpixel check
502
503 * star.rc:
504 - added a missing template line
505
506 * mbadpixels/MBadPixelsCalc.[h,cc]:
507 - changed to allow different upper and lower cuts in pedestal
508 variance
509
510 * mfilter/MFCosmics.cc:
511 - allpix were not increased correctly if a saturated pixel
512 was skipped
513
514 * mjobs/MJCalibrateSignal.cc:
515 - changed name of "Interp'd" to something more accurate
516
517 * msignal/MExtractFixedWindow.cc:;
518 - removed case 12 for logain resolution as it is in bcn cvs
519 but nowhere documented
520
521 * callisto.rc:
522 - added new template line for dead pixel check
523 - added correction factor determined from Muon analysis
524
525 * callisto_Dec04Jan05.rc
526 - added correction factor determined from Muon analysis
527
528 * mhflux/MMcSpectrumWeight.cc:
529 - small change to output
530
531
532
533 2005/06/01 Thomas Bretz
534
535 * mjobs/MJOptimize.[h,cc]:
536 - moved code for cut optimization to MJOptimizeCuts
537 - moved code for energy optimization to MJOptimizeEnergy
538
539 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
540 - added
541
542 * mjobs/Makefile, mjobs/JobsLinkDef.h:
543 - added MJOptimizeCuts
544 - added MJOptimizeEnergy
545
546 * showplot.cc:
547 - set window name to input file name
548
549 * mcalib/MCalibColorSet.cc:
550 - changed order of checks so that an explicit color is
551 prior to any automatic detection.
552
553 * mcalib/MCalibrateData.[h,cc]:
554 - implemented setting a possible additional scale factor
555 (for MC it is always reset to 1)
556
557 * mfilter/MFCosmics.cc:
558 - don't count saturated hi-gain pixels at all. It should
559 not be necessary, because such pixels should have a value
560 high enough in the high-gains but it seems sometimes they don't
561
562 * mhflux/MHAlpha.[h,cc]:
563 - changed some orders in header
564 - made some private data members protected
565 - Call GetVal() if fMap[0]<0. This is necessary if the fill
566 value is calculated on-the-fly (like ThetaSq)
567 - made InitMapping virtual
568
569 * mhflux/MHDisp.cc:
570 - removed 'Get-Entries' workarund
571 - changed the function integartion for the significance
572
573 * mhflux/MHThetaSq.[h,cc]:
574 - overwrite InitMapping because ThetaSq should be read from
575 the parlist always
576
577 * mimage/MHHillas.cc:
578 - set histogram minimum of Delta to 0
579
580 * mpedestal/MPedPhotCam.cc:
581 - check for unsuitable pixels when calculating the means not
582 only for the UnsuitableRun ones
583
584 * msignal/MExtractor.cc:
585 - replaced wrong %2d by %2f
586
587
588
589 2005/06/01 Daniela Dorner
590
591 * datacenter/scripts/runcallisto:
592 - added writing html-logs
593 - added --auto-time-stop for merpping(ccupdate)
594
595 * datacenter/scripts/runganymed:
596 - added writing html-logs
597 - added second execution of ganymed
598 - adapted to correct usage of config-files
599 - fixed bug
600
601 * datacenter/scripts/runstar:
602 - added writing html-logs
603 - minor change in logpath
604
605
606
607 2005/05/31 Daniela Dorner
608
609 * datacenter/macros/fillstar.C, plotdb.C:
610 - added two new parameters
611
612 * datacenter/macros/setupdb.C:
613 - adapted to changes in DB (added two columns)
614
615
616
617 2005/05/31 Thomas Bretz
618
619 * mfileio/MReadReports.[h,cc]:
620 - changed such that it can force prereading of the first event of
621 a sequence after PreProcess
622
623 * mfileio/MReadTree.h:
624 - added some comment about the new bits used in MReadReports
625
626 * mhflux/MHDisp.cc:
627 - changed fit limit from 1.1 to 1.0
628 - fixed access to wrong axis
629
630 * mhflux/MHEffectiveOnTime.cc:
631 - fixed a bug which caused the first bin of the histograms
632 vs time to disapear in PostProcess, which gave wrong results
633 on the screen. The output and all following programs not
634 directly accessing the histograms haven't been affected
635
636 * mjobs/MJCalib.cc:
637 - HasEnv for boolean type resources is obsolete and has been
638 removed
639
640 * mjobs/MJCalibrateSignal.cc:
641 - removed MPointingPosInterpolate
642 - adapted usage of MReadReports to changes
643
644 * mjobs/MJCut.cc, mjobs/MJStar.cc:
645 - adapted usage of MReadReports to changes
646 - made Drive-tree a 'required' tree
647
648 * mjobs/MJStar.cc:
649 - removed "Events" from setting up rate and effective on time
650 tasks to tlist2. It is obsolete because calibration events
651 don't enter star at all.
652
653 * mpointing/MPointingPosCalc.[h,cc]:
654 - assume that the run-type is real-data if Process is called before
655 ReInit
656
657 * merpp.cc:
658 - new options: --auto-time-start --auto-time-stop
659
660 * mbadpixels/MBadPixelsTreat.cc:
661 - removed the checks in the algorithm whether the current pixel
662 is NULL. MSignalCam doesn't support zero supression anymore.
663 GetPixById has been replaced by the []-operator
664
665
666
667 2005/05/30 Thomas Bretz
668
669 * msql/MSQLServer.cc:
670 - added possibility to setup SelectDatabase from resource file
671
672 * mbadpixels/MBadPixelsCalc.[h,cc]:
673 - implemented the possibility to use the check routine
674 from outside
675 - check now returns kFALSE if more than 50% of all
676 pixels are marked as unsuitable
677
678 * mhflux/FluxLinkDef.h, mhflux/Makefile:
679 - added MHDisp
680 - added MMcSpectrumWeight
681
682 * mhflux/MHFalseSource.[h,cc]:
683 - allow finding of Off-plot for derived classes - like in MHAlpha
684 - get source position from MSourcePos if existing
685 - changed some data members from private to protected
686
687 * mhflux/MHDisp.[h,cc]:
688 - added
689
690 * mjobs/MJCut.[h,cc]:
691 - implemented new option (HistNameFS) to allow using a different
692 False Source Plot
693
694 * mpedestal/MPedPhotCam.[h,cc]:
695 - added a copy constructor to allow conversion from MPedestalCam
696
697 * mpointing/MSrcPosCam.[h,cc]:
698 - added copy constructor
699
700
701
702 2005/05/30 Daniela Dorner
703
704 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
705 doexclusions, fillcallisto, insertdatasets, runganymed,
706 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
707 runcallisto, runstar, writesequencefiles:
708 - moved two variables from the scripts to the sourcefile
709
710 * datacenter/scripts/runganymed:
711 - changed # of processes
712
713 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
714 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
715 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
716 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
717 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
718 writesequencefile.C:
719 - adapted the macros to the changes in msql/MSQLServer.cc
720
721 * datacenter/macros/fillstar.C:
722 - adapted the functions for the myon parameter after the bugfixes
723 in the calibration
724
725
726
727 2005/05/27 Daniela Dorner
728
729 * datacenter/macros/plotdb.C:
730 - changed binning of fConvFactorInner
731 - added plot vs ZdMin
732
733 * datacenter/macros/resetcolumn.C:
734 - added (macro to reset value in the DB)
735
736 * datacenter/scripts/runganymed:
737 - removed command line option for ganymed, which is default now
738
739
740
741 2005/05/27 Javier Rico (2005/05/26)
742
743 * mbadpixels/MBadPixelsCam.cc
744 - fixed small bug in the Print() function (one line was printed out
745 at a wrong place). (M. Gaug)
746
747
748
749 2005/05/27 Javier Rico (2005/05/24)
750
751 * mhcalib/MHCalibrationHiLoCam.cc
752 - do not write Arrays if flag kOscillations is not set.
753 (this was actually a bug since it caused a huge usage for large
754 amounts of data). (M. Gaug)
755
756 * mcalib/MCalibColorSet.cc
757 - set colour already in the ReInit(), needed by the digital filter
758 later. (M. Gaug)
759
760 * mjobs/MJCalibration.cc
761 - forgot to merge hi-lo calibration factors for intensity calibration.
762 (M. Gaug)
763
764 * mhcalib/MHCalibrationCam.[h,cc]
765 - do not Finalize histograms if a flag kReset is set. Caused wrong
766 result in last run of intensity calibration. (M. Gaug)
767
768 * msignal/MC_calibration_weights_UV.dat
769 - Removed. It was confusing to have this file since it was just a
770 copy of calibration_weights_UV.dat. For MC calibration you can
771 just use the same weights files as for real data. (A. Moralejo)
772
773 * msignal/calibration_weights_blue46.dat
774 - added missing weights file (M. Gaug)
775
776
777
778 2005/05/27 Markus Gaug (2005/05/21)
779
780 * mcalib/MCalibrationChargePix.[h,cc]
781 - allow setting of extractor resolution in CalcReducedSigma()
782
783 * mcalib/MCalibrationChargeCalc.[h,cc]
784 - implement usage of extractor resolution (only if UseExtractorRes
785 is set).
786
787
788
789 2005/05/27 Thomas Bretz
790
791 * Makefile:
792 - removed mmontecarlo directory
793
794 * mmontecarlo/MMcEnergyEst.[h,cc],
795 mmontecarlo/MMcTimeGenerate.[h,cc],
796 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
797 - removed
798
799 * sponde.rc:
800 - added new line for weighted spectral index
801
802 * mbadpixels/MBadPixelsCalc.[h,cc]:
803 - added an option to perform the checks also in PostProcess
804
805 * mhbase/MFillH.h:
806 - added default argument to SetWeight
807
808 * mhbase/MH3.h:
809 - added Sumw2() member function
810
811 * mhflux/MHCollectionArea.[h,cc]:
812 - added TLatex output to plots
813 - added some Getter
814
815 * mjobs/MJSpectrum.[h,cc]:
816 - implemented the possibility to weight the monte carlo spectrum
817 to a new index or function. More details can be found
818 in MMcSpectrumWeight
819 - slightly changed the plot comparing the size distributions
820 - scale the comparsison plots by the resulting spectrum
821
822 * mjobs/MJob.[h,cc]:
823 - added a member function to check ReadEnv of a single
824 container
825
826 * mjobs/Makefile:
827 - added -I../mmc
828
829 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
830 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
831 so that both classes are interchangable
832 - increased both class versions
833 - chaged the default partictle in MMcEvtBasic from
834 kGAMMA to kUNDEFINED
835 - added new particle type: kUNDEFINED
836
837 * mhflux/MMcSpectrumWeight.[h,cc]:
838 - added
839
840 * callisto_Dec04Jan05.rc:
841 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
842 because it is the dfeault now
843
844 * msignal/MExtractTimeAndChargeSpline.cc:
845 - changed default of fgFallTimeHiGain to 0.5
846
847 * mimage/MHillasSrc.h:
848 - added copy constructor and Copy function
849
850 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
851 - implemented reading of automatic weights file following an
852 idea of Markus G.
853
854 * mjobs/MJPedestal.cc:
855 - fixed the reading of the resource file fopr the extractor
856 (reading the extractor from file can overwrite the seetings)
857
858 * msignal/MC_weights46.dat:
859 - updated from BCN cvs
860
861 * msignal/Makefile:
862 - added -I../mcalib
863
864 * callisto.rc:
865 - updated comments
866
867 * mcalib/MCalibrateData.[h,cc]:
868 - same small changes to layout
869 - mainly unrolled Form-statements
870
871 * msignal/MExtractFixedWindow.cc:
872 - added case 12 and a default for logain setting the
873 extractor resolution (partly taken from bcn cvs)
874
875
876
877 2005/05/25 Thomas Bretz
878
879 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
880 readraw.cc, sponde.cc, star.cc:
881 - made the output about the root version clearer
882
883 * mbase/MEvtLoop.cc:
884 - call CallProcess instead of Process for the mail tasklist
885 (this makes sure that all counters are correct) This should
886 NOT be done for Pre/PostProcess
887
888 * mbase/MStatusDisplay.cc:
889 - fixed a possible crash if padsave==NULL
890 - fixed the missing first tab in postscript files
891
892 * mbase/MTask.cc:
893 - initialize fNumExec0 with 0 (this was the reason why the
894 missing CallProcess in MEvtLoop didn't seem to have any effect
895 on the possible printing of the statistics
896
897 * mhflux/MAlphaFitter.cc:
898 - improved output
899
900 * mhflux/MHEffectiveOnTime.cc:
901 - added some eMail from Wolfgang about treating the calibration
902 events to the class description
903 - removed some debug output in Paint()
904
905 * mhflux/MHThetaSq.cc:
906 - replaced \\theta by \\vartheta
907
908 * mhvstime/MHPixVsTime.cc:
909 - fixed a bug found by marcos: the error bars weren't retrieved
910 correctly (instead of fTypeErr fType was requested)
911
912 * mjobs/MJStar.cc:
913 - do not use calibration events for rate and effective-on-time
914 calculation
915
916 * mjobs/MJob.cc:
917 - added some debug output to ExpandPath
918
919 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
920 msignal/MExtractor.h:
921 - added Print() to //*MENU*
922
923
924
925 2005/05/25 Daniela Dorner
926
927 * datacenter/macros/fillcalib.C, setupdb.C:
928 - changed presicion of parameter
929
930 * datacenter/macros/plotdb.C:
931 - added (macro to plot quality paramter from the DB)
932
933
934
935 2005/05/24 Daniela Dorner
936
937 * datacenter/macros/fillstar.C:
938 - added new parameters
939
940 * datacenter/macros/setupdb.C:
941 - added variables for the new parameters
942
943
944
945 2005/05/23 Daniela Dorner
946
947 * datacenter/scripts/fillstar:
948 - fixed bug in path
949
950 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
951 - added check
952
953 * datacenter/macros/fillcalib.C, setupdb.C:
954 - adapted variables for the conversion factor
955
956
957
958 2005/05/20 Thomas Bretz
959
960 * RELEASE 0.9.2
961
962
963
964 2005/05/20 Daniela Dorner
965
966 * datacenter/scripts/insertdatasets,checkstardone:
967 - adapted paths for release
968
969 * datacenter/macros/fillstar.C:
970 - adapted functions to calculate psf and the ratio
971
972 * datacenter/scripts/runganymed:
973 - adapted ganymed command
974
975
976
977 2005/05/20 Thomas Bretz
978
979 * msignal/MExtractTimeAndChargeSlidingWindow.cc
980 - increased log-gain window from 6 to 8 according to an
981 UNDOCUMENTED change in the bcn cvs
982
983 * mhcalib/MHCalibrationChargePINDiode.cc:
984 - removed a check in fill according to an UDOCUMENTED change
985 in the bcn cvs
986
987 * mhcalib/MHCalibrationChargePINDiode.cc:
988 - use a dynamic_cast for the Fill-argument
989
990 * mjobs/MJCalibration.cc:
991 - shortened output line telling file name of hi-/lo-gain
992 calibration
993
994 * mjobs/MJPedestal.[h,cc]:
995 - moved code for PulsePosCheck into own function
996 - put also code for pixel check into this function
997 - added a sanity check for fExtractor at some places
998
999 * msignal/MExtractor.cc:
1000 - added output of pedestal container - if available - in Print()
1001 - improved format of Print() output
1002
1003 * mbase/MEvtLoop.[h,cc]:
1004 - removed the obsolete (it was never been used) argument from
1005 PreProcess
1006 - replaced the second obsolete argument in Eventloop by a flag
1007 whether statistics should be printer or not: default=kTRUE
1008 - Print statistics automatically in Eventloop if tasklists
1009 Process has ever been touched.
1010
1011 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
1012 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
1013 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
1014 - removed call to PrintStatistics - no done automatically in
1015 MEvtLoop
1016
1017 * mpedestal/MExtractPedestal.cc:
1018 - removed InitArrays after ReInit of fExtractor. It is done there
1019 automatically
1020
1021 * mjobs/MJCalibrateSignal.cc:
1022 - don't add pinext and bldext to tasklist if not necessary
1023 (UNDOCUMENTED change from bcn cvs)
1024
1025 * callisto.rc, callisto_Dec04Jan05.rc:
1026 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
1027 really used)
1028
1029 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
1030 - some simplifications to the access of histograms after the loop
1031 has finished. There is no need to search for them in the parameter
1032 list.
1033
1034 * mjobs/MJCut.cc:
1035 - fixed the file-path when writing the status display and an
1036 output path was given.
1037
1038 * mjobs/hilocalib_sp1.root:
1039 - new intercalibration constants due to the latest bug-fixes
1040
1041 * manalysis/MCameraData.[h,cc]:
1042 - removed all stuff depending on MSigmabar
1043
1044 * manalysis/MSigmabar*
1045 - removed
1046
1047
1048
1049 2005/05/20 Markus Gaug (2005/05/19)
1050
1051 * mjobs/MJPedestal.cc:
1052 - fixed an important bug in the setting of the incoming pedestal
1053 pointer to the signal extractor. This bug caused the pedestals not
1054 to be subtracted correctly in the calibration afterwards. The
1055 effect was about 10% too high conversion factors for the digital
1056 filter and the spline and more than 40% for the sliding window.
1057 The bug existed since end of February! (Markus G.)
1058
1059
1060
1061 2005/05/20 Markus Gaug (2005/05/18)
1062
1063 * mcalib/MCalibrationChargeCalc.cc
1064 - issue a warning if no colour has been set until the PostProcess.
1065 (happens to old MC files).
1066
1067
1068
1069 2005/05/19 Markus Meyer
1070
1071 * mmuon/MHMuonPar.cc:
1072 - add a second integral in the function paint, which is
1073 plotted in the MStatusDisplay
1074
1075
1076
1077 2005/05/19 Daniela Dorner
1078
1079 * datacenter/macros/fillstar.C:
1080 - add new parameter
1081
1082 * datacenter/macros/setupdb.C:
1083 - adapted to new column in db
1084
1085 * callisto_Dec04Jan05.rc:
1086 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
1087 better statistics for the calculation of the mean pulse time
1088 of the cosmisc
1089
1090 * datacenter/scripts/runganymed:
1091 - fixed bug in path
1092
1093
1094
1095 2005/05/19 Thomas Bretz
1096
1097 * msignal/MExtractTimeAndCharge.cc:
1098 - simplified a really cryptical use of the ?:-operator when
1099 the fLoGainFirst is calculated
1100 - fixed a bug introduced in the calculation of the derivatives
1101
1102 * mmain/MEventDisplay.cc:
1103 - removed MC trigger display
1104
1105 * mbase/MTaskList.[h,cc]:
1106 - member function to use MTaskList in a TIter
1107
1108 * mhflux/MAlphaFitter.[h,cc]:
1109 - improved the output line plotted into the histogram
1110 - implemented getter for fSigInt
1111 - start integration in first bin not in underflow bin
1112 - added 'background' option for scaling
1113
1114 * mhflux/MHAlpha.[h,cc]:
1115 - added some comments
1116 - improved DistancetoPrimitive
1117
1118 * mhflux/MHThetaSq.[h,cc]:
1119 - derives the binning now from the cut value or the MAlphaFitter
1120
1121 * mjobs/MJStar.cc:
1122 - moved weather data histogram back to the end - otherwise
1123 MEventRate is not initialized before
1124
1125
1126
1127 2005/05/18 Thomas Bretz
1128
1129 * mcalib/MCalibCalcFromPast.cc:
1130 - added missing fIntensQE to list of initialization in
1131 constructor
1132
1133 * mcalib/MCalibrateData.cc:
1134 - fixed a bug which caused kNo to be ignored
1135 - removed a second check for the size of the badpixelcam
1136
1137 * mjobs/MJCalibrateSignal.cc:
1138 - removed the obsolete second adding of filhil and filpul to
1139 the tasklist
1140
1141 * mjobs/MJCalibration.cc:
1142 - do not display result or statistics if no execution has taken
1143 place
1144
1145 * mjobs/MJStar.cc:
1146 - moved processing of CC-branch to the beginning of the tasklist
1147
1148 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
1149 - introduced some small changes to the validity range of
1150 some variables
1151 - determin the higher bound above which no search is done
1152 analog to the lower bound using the fall-time
1153 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
1154 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
1155 the valid range -- at a lot of position in the code random memory
1156 above or below the arrays have been accessed.
1157 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
1158 more by calculating the number of steps from the rise and fall time.
1159 this should at least give consistent results on the same machine!
1160
1161 * mbase/MContinue.cc:
1162 - fixed a namimg problem of the filter when it is added to
1163 the tasklist and has the same name as MContinue
1164
1165 * mcalib/MCalibrationChargeCalc.cc:
1166 - for some sceen output the manipulator (inf) was missing
1167
1168 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
1169 mcalib/MCalibrationChargeCam.cc:
1170 - fixed a problem with the fit (it always tried to display
1171 the fit-function somewhere)
1172
1173
1174
1175 2005/05/17 Thomas Bretz
1176
1177 * callisto.rc, callisto_Dec04Jan05.rc:
1178 - added new comments diescribing setup of MFCosmics
1179
1180 * mfilter/MFCosmics.[h,cc]:
1181 - skip bad pixels using MBadPixelsCam
1182 - implemented a check in PostProcess about the fraction
1183 of events which survived or were rejected
1184 - added ReadEnv for setup
1185
1186 * mfilter/Makefile:
1187 - added mbadpixels
1188 - removed mmain and manalysis
1189
1190 * mhcalib/MHCalibrationChargeCam.h:
1191 - removed numbers from data member descrition -- too much
1192 to maintain
1193
1194 * mhcalib/MHCalibrationChargePINDiode.h:
1195 - incremented version number (undocumented from bcn)
1196
1197 * mjobs/MJCalibration.cc:
1198 - reorganized some TText output (undocumented from bcn)
1199 - overwrite the default of MaxNumberEmptyPixels by 0.05
1200 (undocumented from bcn)
1201 - print tasklist statistics also if eventloop returned
1202 KFALSE
1203
1204 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1205 - changed fgLoGainStartShift from -2.8 to -1.8
1206 (undocumented from bcn)
1207
1208 * msignal/MExtractTimeAndChargeSlidingWindow.h:
1209 - increased version number from 0 to 1 (undocumented from bcn)
1210
1211
1212
1213 2005/05/17 Markus Gaug (2005/05/16)
1214
1215 * msignal/MExtractor.[h,cc]
1216 - introduce two new variables: fResolutionPerPheHiGain and
1217 fResolutionPerPheLoGain, to be set by deriving extractors.
1218 - set version number one higher.
1219
1220 * msignal/MExtractFixedWindow.[h,cc]
1221 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
1222 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1223 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1224 - set the variables fResolutionPerPheHiGain and
1225 fResolutionPerPheLoGain
1226
1227 * msignal/MExtractPINDiode.[h,cc]
1228 - adapt to current PIN Diode signal, fit signal with Gaussian
1229 - set version number up by one.
1230
1231 * msignal/MExtractedSignalPINDiode.[h,cc]
1232 - set new data member fExtractedChi2
1233 - set version number up by one.
1234
1235 * mhcalib/MHCalibrationChargePINDiode.cc
1236 - adapt one function to newly used names.
1237 - adapt signal tests.
1238
1239 * mjobs/MJPedestal.[h,cc]
1240 - read MBadPixelsCam together with extractor, if exisiting
1241 (necessary for bad pixels exclusion in pulse position search).
1242
1243 * mjobs/MJCalibration.[h,cc]
1244 - use MFCosmics in any case (not only for CT1-pulses) and apply
1245 a quality criteria depending on number of rejected events:
1246 MaxExcludedEvents (default: 50%).
1247
1248
1249
1250 2005/05/17 Daniela Dorner
1251
1252 * datacenter/macros/setupdb.C
1253 - adapted to new column in datasetstatus-table
1254
1255 * datacenter/macros/checkstardone.C
1256 - added (macro to check if star has been done for a sequence)
1257
1258 * datacenter/scripts/checkstardone
1259 - added (script that executes checkstardone.C for all datasets
1260
1261 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
1262 fillstar
1263 - fixed bug
1264
1265 * datacenter/scripts/buildsequenceentries, doexclusions,
1266 writesequencefiles
1267 - adapted paths
1268
1269 * datacenter/scripts/insertdataset
1270 - added logging
1271
1272 * datacenter/scripts/runganymed
1273 - added (script to run ganymed automatically for datasets)
1274
1275 * datacenter/scripts/runcallisto
1276 - adapted paths
1277 - fixed bug
1278
1279 * datacenter/scripts/runstar
1280 - adapted paths
1281 - fixed bug
1282
1283 * steps.rc
1284 - adapted resource file to needs of the new table in db
1285
1286
1287
1288 2005/05/13 Daniela Dorner
1289
1290 * datacenter/macros/insertdataset.C
1291 - added (macro, that inserts dataset into db)
1292
1293 * datacenter/macros/setupdb.C
1294 - adapted to new table in db
1295
1296 * datacenter/scripts/insertdatasets
1297 - added (script, that inserts datasets into db)
1298
1299 * datacenter/scripts/sourcefile
1300 - added (file with commands and variables, that are needed by all
1301 scripts)
1302
1303 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
1304 copyscript, correcttime, doexclusions,
1305 filesondisk, fillcallisto, fillstar, runcallisto
1306 runstar, writesequencefiles
1307 - adapted scripts to the usage of the sourcefile
1308
1309 * datacenter/macros/fillcalib.C:
1310 - changed name of histogram according to change of Markus
1311 - removed debugoutput
1312
1313
1314
1315 2005/05/13 Thomas Bretz
1316
1317 * mreport/MReportCC.cc:
1318 - fixed reading of rep-files for versions newer than V200404070
1319
1320 * mpointing/MSrcPosCalc.cc
1321 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
1322 Wolfgang: the results are changed only minimally
1323
1324 * msignal/MExtractTimeAndChargeSpline.cc
1325 - integration ranges were shifted by 0.2 FADC slices to the right.
1326 Fixed in the new algorithm according to Markus' change.
1327
1328 * mcalib/MCalibrationChargeCalc.h:
1329 - Incremented ClassVersion number by 1
1330
1331 * mhcalib/MHCalibrationPulseTimeCam.cc:
1332 - removed a commented debug output
1333
1334 * mjobs/MJCalibration.cc
1335 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
1336 for new exclusion criteria taken from bcn
1337
1338 * manalysis/MEventRateCalc.cc:
1339 - some fixes. In some cases the event rate wasn't calculated
1340 anymore
1341
1342 * mbadpixels/MBadPixelsCalc.cc:
1343 - fixed a bug when checking whether the check should be done
1344 or not (>0 was missing)
1345
1346 * mhist/Makefile:
1347 - added MHWeather
1348
1349 * mhvstime/MHVsTime.[h,cc]:
1350 - implemented new function the set minimum
1351
1352 * mjobs/MJStar.cc:
1353 - read weather data (CC tree)
1354 - set minimum of rate-display to 0
1355 - display weather data for non-MC files
1356
1357 * mmuon/MHSingleMuon.cc:
1358 - slight change to a comment
1359
1360 * callisto.rc:
1361 - added new possible setup
1362
1363 * callisto_Dec04Jan05.rc
1364 - added new possible setup
1365 - use default for MJCalibration.ExtractSignal.LoGainSwitch
1366
1367 * mbadpixels/MBadPixelsCalc.cc:
1368 - exclude unsuitable pixels from mean/rms calculation
1369 - changed the lower bound for the second mean loop from
1370 0.5 to 0.66
1371
1372 * mbadpixels/MBadPixelsCam.cc:
1373 - added case 102 returning the global unsuitable status
1374 of an event
1375
1376 * mhist/MHCamEvent.h:
1377 - added default 0 to SetThreshold
1378
1379 * mjobs/MJCalibrateSignal.cc:
1380 - use new case 102 for unsuitable display
1381 - enable counting (to get the correct display also with
1382 profile option switched on)
1383
1384 * mraw/MRawRunHeader.cc:
1385 - after displaying millions of hex numbers switch back to dec
1386
1387
1388
1389 2005/05/13 Markus Gaug (2005/05/12)
1390
1391 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1392 - set default extraction range in the high gain to 4.
1393 - set default weights file to cosmics_weights46.dat
1394
1395 * mhcalib/MHCalibrationHiLoCam.cc
1396 - set Oscillations to kFALSE
1397
1398 * mhcalib/MHCalibrationChargeCam.cc
1399 - set default for fNumHiGainSaturationLimit to 0.15
1400
1401 * mjobs/MJCalibrateSignal.[h,cc]
1402 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
1403 into tasklist if needed. Otherwise, it does not read the
1404 resources from the config. file.
1405
1406
1407 2005/05/11 Markus Gaug (2005/05/11)
1408
1409 * mjobs/MJPedestal.cc
1410 - adjust the fit ranges for the histogramming with moon data slightly.
1411
1412 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
1413 - make a distinction between newly excluded pixels (by calibration)
1414 and previously excluded pixels in the displays and print-functions
1415
1416 * mcalib/MCalibrationChargeCalc.cc
1417 - introduce the check for fluctuating arrival times.
1418 - set charge limit to from 2.5 to 4.5
1419 - introduce asymmetric exclusion due to "deviating number of phes":
1420 Default: -9.0 +4.5
1421 - make deviating number of phes unsuitable (see David's findings).
1422
1423 * mbadpixels/MBadPixelsPix.h
1424 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
1425
1426
1427
1428 2005/05/13 Daniela Dorner
1429
1430 * datacenter/scripts/runstar
1431 - fixed bug in the calculation of the number of to-do-files
1432
1433 * datacenter/scripts/runcallisto
1434 - fixed bug in the calculation of the number of to-do-files
1435
1436
1437
1438 2005/05/12 Daniela Dorner
1439
1440 * datacenter/macros/fillcalib.C:
1441 - removed debugoutput
1442
1443 * datacenter/macros/fillstar.C:
1444 - added (macro to read parameters from the star*.root files and
1445 fill them into the db)
1446
1447 * datacenter/macros/setupdb.C:
1448 - added new table 'Star'
1449
1450 * datacenter/macros/buildsequenceentries.C:
1451 - added delete-query for new table 'Star' in the delete function
1452
1453 * datacenter/scripts/runstar
1454 - changed number of processes
1455
1456 * datacenter/scripts/runcallisto
1457 - changed number of processes
1458
1459 * datacenter/scripts/fillstar
1460 - added (script to run macro fillstar.C automatically)
1461
1462
1463
1464 2005/05/12 Thomas Bretz
1465
1466 * mcalib/MCalibrationChargeCam.cc:
1467 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
1468
1469 * mmuon/MHMounPar.[h,cc]
1470 - added a line showing a reference shape
1471
1472 * star.rc:
1473 - added setup strings for software trigger
1474
1475 * mbase/MContinue.cc:
1476 - allow setup of already set filters in ReadEnv. They must not
1477 necessarily be already in the tasklist
1478
1479 * mcalib/MCalibrationChargeCalc.cc:
1480 - shortened a lot of Form() calls to reduce the risk of
1481 memory corruption
1482
1483 * mjobs/MJCalibration.cc:
1484 - some cosmetics to text in pad
1485
1486 * mraw/MRawRunHeader.[h,cc]:
1487 - a fix to MRawRunHeader because the definition of the
1488 raw-data format has changed. fProjectName and fSourceName
1489 has no trailig \0 anymore by default
1490 - incremented ClassVersion by 1
1491
1492
1493
1494 2005/05/12 Markus Meyer
1495
1496 * mmuon/MHMounPar.[h,cc]
1497 - added function Paint. This function integrates the TProfile
1498 ArcWidth/Radius Vs. Radius between certain values and shows
1499 the result in the Status Display
1500
1501 * mmjobs/MJStar.cc
1502 - changed the default values for the final muon cuts
1503
1504 * star.rc
1505 - changed the default values for the final muon cuts
1506
1507
1508
1509 2005/05/11 Thomas Bretz
1510
1511 * mbase/MStatusDisplay.cc:
1512 - fixed year of copyright
1513
1514 * mcalib/MCalibCalcFromPast.cc:
1515 - undocumented change from BCN: a new resource has been implemented
1516 in ReadEnv (NumEventsDump)
1517
1518 * mjobs/MJob.[h,cc]:
1519 - added new static member function which can be used
1520 to overwrite relative paths with a default
1521
1522
1523
1524 2005/05/11 Abelardo Moralejo (2005/05/11)
1525
1526 * mjobs/MJPedestal.cc
1527 - Fixed use of MFTriggerPattern: first, added it to the tasklist
1528 (was missing); second, added to tasklist MTriggerPatternDecode
1529 before MFTriggerPattern. This was the reason for the problems
1530 reported by T. Coarasa on May 9. I do not know why the behaviour
1531 of the previous version depended on compiler, but this seemed to
1532 be the case...
1533
1534
1535
1536 2005/05/11 Markus Gaug (2005/05/11)
1537
1538 * mjobs/MJCalibration.cc
1539 - display in Tab "Conv" in the 3rd column the conversion to equiv.
1540 phes instead of Cherenkov photons.
1541
1542 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
1543 mjobs/calibrationref_Dec04.rc:
1544 - add reference lines for the conv. to equiv. phes.
1545
1546 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
1547 - make a distinction between newly excluded pixels (by calibration)
1548 and previously excluded pixels in the displays and print-functions
1549
1550 * mcalib/MCalibrationChargeCalc.cc
1551 - introduce the check for fluctuating arrival times.
1552 - set charge limit to from 2.5 to 4.5
1553
1554
1555
1556 2005/05/10 Markus Gaug (2005/05/10)
1557
1558 * mhcalib/MHCalibrationHiLoCam.cc
1559 - ask for averageing and do not fill the arrays per pixel any more.
1560 This caused too much memory usage for the calculation of the
1561 high-gain low-gain inter-calibration constants.
1562
1563 * mcalib/MCalibrationChargePix.[h,cc]
1564 - store number of saturated events in the results container.
1565 - set version number by one higher (due to new data member).
1566
1567 * mhcalib/MHCalibrationChargeCam.cc
1568 - store number of saturated events in the results container.
1569 - allow reading of NumHiGainSaturationLimit and
1570 NumLoGainSaturationLimit in ReadEnv
1571 - set saturation limit from 5% to 8.5%
1572
1573 * mbadpixels/MBadPixelsPix.h
1574 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
1575 kFluctuatingArrivalTimes
1576
1577 * mbadpixels/MBadPixelsCam.cc
1578 - set bit kPreviouslyExcluded in the AsciiRead-Function
1579 - include three new bits in the Print() function
1580
1581 * mjobs/MJCalibration.cc
1582 - display excluded pixels from DeadPedestalRms in Defect-Tab.
1583 - display correct error of the RMS/Mean charge diagramm.
1584
1585 * mcalib/MCalibrationChargeCam.cc
1586 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
1587
1588
1589
1590 2005/05/11 Hendrik Bartko (2005/05/09)
1591
1592 * msignal/MC_weights46.dat
1593 - updated weights file for digital filter with dedicated MC weights
1594 with 4 slices for the high gain and 6 slices for the low gain
1595
1596
1597
1598 2005/05/10 Daniela Dorner
1599
1600 * datacenter/macros/fillcalib.C:
1601 - added some parameters (reading from calib*.root and inserting
1602 into db)
1603
1604 * datacenter/macros/setupdb.C:
1605 - adapted macro to the new columns in the calibration db
1606
1607 * datacenter/macros/fillsignal.C:
1608 - fixed typo
1609
1610
1611
1612 2005/05/10 Markus Meyer
1613
1614 * mmuon/*:
1615 - update of the class documentation
1616
1617 * mmuon/*:
1618 - commented out the ArcLength and Estimpact (will be not
1619 calculated for the moment)
1620
1621
1622
1623 2005/05/10 Thomas Bretz
1624
1625 * mreport/MReportStarguider.cc:
1626 - introduced the correct version which marked the fix of the
1627 units of the nominal position
1628
1629 * callisto.rc:
1630 - introduced a new line for new option in MCalibColorFromPast
1631
1632 * ganymed.cc:
1633 - removed option "--full-display" -> now default
1634
1635 * manalysis/MEnergyEstimate.cc:
1636 - print the rule a bit earlier in PreProcess
1637
1638 * mfilter/MFDeltaT.cc:
1639 - fixed a typo in the output
1640
1641 * mhflux/MAlphaFitter.cc:
1642 - some improvements to output
1643
1644 * mjobs/MJCut.cc:
1645 - added ThetaSquared to output
1646
1647 * mjobs/MJStar.cc:
1648 - fixed bug in copying of OriginalMC tree
1649
1650 * mmuon/MMuonCalibParCalc.cc:
1651 - removed obsolete setting of ReadyToSave
1652
1653 * mjobs/MJSpectrum.cc:
1654 - made sure the correct type of MHAlpha is used
1655
1656
1657
1658 2005/05/10 Markus Gaug (2005/05/09)
1659
1660 * mjobs/hilocalib_sp1.root
1661 * mjobs/hilocalib_sp1_mc.root
1662 - new hi-lo intercalibration files with the fixed spline extractor.
1663
1664 * mjobs/hilocalib_df46_mc.root
1665 - new hi-lo intercalibration files from MC with the left out -O5
1666 option. (The real data files had already the correct executable).
1667
1668
1669
1670 2005/05/10 Hendrik Bartko (2005/05/09)
1671
1672 * msignal/MC_weights46.dat
1673 - NEW weights file for digital filter with dedicated MC weights
1674 with 4 slices for the high gain and 6 slices for the low gain
1675
1676
1677
1678 2005/05/10 Markus Gaug (2005/05/08)
1679
1680 * mhcalib/MHCalibrationCam.[h,cc]
1681 - introduce parameters fLowerFitLimit and fHigherFitLimit to
1682 tell explicitly from outside to fit functions in a certain
1683 range. If both are 0. (default), the histogram limits define
1684 the fit limits (as before).
1685
1686
1687
1688 2005/05/10 Abelardo Moralejo (2005/05/07)
1689
1690 * mcalib/MMcCalibrationCalc.cc
1691 - in Process, fixed wrong estimate of true number of "equivalent
1692 photoelectrons" (correctedphotel). This worked roughly OK as long
1693 as the file used for calibration was a (noiselesss) gamma file,
1694 because most light is contained in the inner camera and the
1695 problem was related to the light going into the outer pixels. So
1696 results are not much affected, unless one uses for calibration
1697 a file with events having a lot of light in the outer camera.
1698 Thomas Hengstebeck noticed this problem when he used a file of MC
1699 calibration pulses in mccalibrate.C
1700
1701 * manalysis/MMcCalibrationUpdate.[h,cc]
1702 - Added possibility to set the hi to lo gain conversion factor.
1703 Until now the factor was simply the ratio of pulse areas as read
1704 from MMcFadcHeader. This of course is not the factor to be applied
1705 to the extracted signals unless the extractor integrates the full
1706 pulse in both high and low gain. The factor depends then on the
1707 extractor, and the user has to find out what its value is.
1708 Set as default calibration type kPhe.
1709
1710 * macros/mccalibrate.C, starmc.C
1711 - Added the setting of the hi to lo gain conversion factor (see
1712 above). For now it has to be calculated by the user. However, it
1713 is strongly recommended from now on to use always callisto for the
1714 calibration of real data, and not these macros. These are kept
1715 just for checking purposes, mostly by "experts".
1716
1717
1718
1719 2005/05/10 Robert Wagner (2005/05/06)
1720
1721 * mreport/MReportStarguider.[h,cc]:
1722 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
1723
1724
1725
1726 2005/05/10 Markus Gaug (2005/05/05)
1727
1728 * mcalib/MCalibCalcFromPast.[h,cc]
1729 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
1730 entire results obtained with the F-Factor method (including a new
1731 number of mean photo-electrons). This possibility is switched on
1732 (only) if somewhere in the callisto.rc file the following line is
1733 written:
1734 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
1735 (Default is still the old way of adjusting the relative extracted
1736 charges w.r.t. the mean charge over the inner camera).
1737
1738
1739
1740 2005/05/10 Markus Gaug (2005/05/02)
1741
1742 * mcalib/MCalibrationChargeCam.[h,cc]
1743 - added new function MergeHiLoConversionFactors
1744
1745 * mcalib/MCalibColorSteer.[h,cc]
1746 - introduce copying of hi-lo calibration factors from one cam to
1747 the next in intensity calibration.
1748 - added storage of averageing histograms of flag fHistStorage is
1749 set
1750
1751 * mcalib/MCalibrationIntensityCam.[h,cc]
1752 - introduce place for storage of averageing histograms (if wanted).
1753
1754
1755
1756 2005/05/09 Markus Meyer
1757
1758 * mmuon/MHSingleMuon.cc
1759 - changed the default value for the binning of fHistPhi
1760 - changed the start parameter for the gaussian fit for the
1761 calculation of ArcWidth
1762
1763
1764
1765 2005/05/09 Thomas Bretz
1766
1767 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1768 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
1769 - changed order of initialization such that a real NULL
1770 output is possible
1771 - changed TApplication name from upper to lower case
1772 - in some applications replaced manual setup of gLog with
1773 gLog.Setup
1774
1775 * showlog.cc:
1776 - improved alorithm
1777
1778 * showplot.cc:
1779 - implemented Print options
1780
1781 * mbase/MLog.[h,cc]:
1782 - fixed a bug which caused output in NULL output
1783 - added Getter IsNullOutput
1784
1785 * mbase/MStatusDisplay.[h,cc]:
1786 - implemented PDF and SVG printing
1787 - moved "Save As Something" to new submenu
1788 - fixed and improved printing
1789 - implemented PrintDialog for printing
1790 - implemented printing of log (untested)
1791 - allow saving by extension (line Print() in root): SaveAs
1792
1793 * mfileio/MWriteRootFile.h:
1794 - replaced BIT(17) by BIT(23) to improve compatibility with
1795 root 4.04/00 and upcomming versions
1796
1797 * mhflux/Makefile, mjobs/MJCut.cc:
1798 - replaced MTheta by MThetaSq to get rid of a problem
1799 with the automatic naming of the binning (BinningTheta)
1800
1801 * mhist/MHCamera.[h,cc]:
1802 - fixed a workaround (it has been fixed in root 4.04/00)
1803 - allow setting the palette through the Draw-option. This allows
1804 storage of the palette
1805 - removed fColor. The palette is now diretly set though gStyle in
1806 Paint
1807
1808 * mjobs/MJOptimize.cc:
1809 - restore null output correctly after eventloop
1810
1811 * mjobs/MJSpectrum.cc:
1812 - renamed Hist and HistOff to HistE and HistEOff
1813 - added binnings M3Long and Conc1
1814
1815
1816
1817 2005/05/06 Thomas Bretz
1818
1819 * mbase/MStatusDisplay.cc:
1820 - fixed constructor to work with newer root versions
1821 (gClient!=NULL)
1822
1823 * mfileio/MWriteRootFile.h:
1824 - added a comment about BITs used by root
1825
1826 * mhflux/MHEffectiveOnTime.cc:
1827 - use 1e-10 instead of 0 in TPad::Divide
1828
1829
1830
1831 2005/05/06 Daniela Dorner
1832
1833 * datacenter/scripts/copyscript:
1834 - added command to ensure the correct permissions of the files
1835 on disk
1836
1837
1838
1839 2005/05/04 Markus Meyer
1840
1841 * mjobs/MJStar.cc:
1842 - added cut in ArcWidth (final cuts for muons)
1843
1844 * star.rc:
1845 - added cut in ArcWidth
1846
1847 * mmuon/MHSingleMuon.h
1848 - added a Getter for fHistWidth
1849
1850
1851
1852 2005/05/04 Thomas Bretz
1853
1854 * mfileio/MWriteRootFile.cc:
1855 - fixed a possible infinite loop when compiling the new
1856 file name as suggested by Abelardo
1857
1858 * mhflux/MHAlpha.cc:
1859 - search for fName+"Off" instead of ClassName()+"Off"
1860
1861 * mjobs/MJSpectrum.cc:
1862 - scale the displayed zd-plots by their maximum as the
1863 histograms are scaled before
1864
1865 * mjobs/MJStar.cc:
1866 - implemented writing of the muon parameters. This takes another
1867 5% of the time (in total 15-20% for muon analysis). It enlarges
1868 the file size by roughly 15% (a test file was enlarged from
1869 5.1M to 5.9M)
1870
1871 * mmuon/MMuonCalibPar.cc:
1872 - set default of ArcPhi to an invalid value = -1
1873
1874 * mreport/MReportDrive.cc:
1875 - fixed a typo in the comments
1876
1877
1878
1879 2005/05/03 Thomas Bretz
1880
1881 * mjobs/MJCut.cc:
1882 - added histogram <Fake->'OnTime' for MC
1883
1884 * mpointing/MSrcPosCalc.cc:
1885 - removed dependancy on MTime for MC
1886
1887 * star.cc:
1888 - addde possibility to switch off muon analysis
1889
1890 * star.rc:
1891 - added parameters for muon analysis
1892
1893 * mbadpixels/MBadPixelsCam.cc:
1894 - fixed a typo in a comment
1895
1896 * mjobs/MJStar.[h,cc]:
1897 - added possibility to switch off muon analysis
1898
1899 * mjobs/Makefile:
1900 - added -I../mmuon
1901
1902 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
1903 - renamed MHAlpha to Hist (to have a common naming for all options)
1904 - renamed MHAlphaOff to HistOff
1905
1906
1907
1908 2005/05/02 Thomas Bretz
1909
1910 * ganymed.rc:
1911 - updated to the latest changes
1912
1913 * mhflux/MHAlpha.[h,cc]:
1914 - made a base class with the necessary interface to derived classes
1915 to support other variables like dca or theta
1916
1917 * mjobs/MJCut.[h,cc]:
1918 - added support for MHAlpha derived classes
1919 - made MHTheta the default
1920
1921 * mhflux/MHTheta.[h,cc]:
1922 - added
1923
1924 * mhflux/Makefile, mhflux/FluxLinkDef.h:
1925 - added MHTheta
1926
1927
1928
1929 2005/04/29 Thomas Bretz
1930
1931 * manalysis/MEventRateCalc.cc:
1932 - fixed jumps when a new run is initiated
1933 - set as time a time which represents the starting point
1934 of the calculation interval in all cases
1935
1936 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
1937 - fixed wrong units of thresholds for muon analysis
1938
1939 * mmuon/MHSingleMuon.cc:
1940 - removed obsolete conversion factor in error calculation
1941 - FindeCreateObj called for MMuonSetup
1942 - get NDF from fit
1943 - optimized FindRangeAboveThreshold
1944 - handle special case when arcphi is 360deg
1945
1946 * star.cc:
1947 - replaced ProcessFile by Process
1948
1949 * mjobs/MJSpectrum.cc:
1950 - renamed second MHAlpha tab to MHAlphaOn to be able to
1951 access each tab uniquely
1952 - fixed a bug calling SetStats which could cause crashes
1953
1954 * mjobs/MJStar.[h,cc]:
1955 - preliminary implementation of the muon analysis
1956 - reanamed ProcessFile to Process
1957
1958
1959
1960 2005/04/28 Thomas Bretz
1961
1962 * manalysis/MMultiDimDistCalc.[h,cc]:
1963 - replaced MHadronness by MParameterD
1964
1965 * mhflux/MHEnergyEst.cc:
1966 - removed obsolete include of MEnergyEst
1967
1968 * mmuon/MHMuonPar.cc:
1969 - fixed a type in an axis label
1970
1971
1972
1973 2005/04/27 Thomas Bretz
1974
1975 * Makefile:
1976 - added mmuon
1977 - remobed mstarcam
1978
1979 * callisto.cc, ganymed.cc, star.cc:
1980 - renamed ProcessFile to Process
1981
1982 * star.rc:
1983 - added some muon parameters
1984
1985 * mastro/MAstroCamera.[h,cc]:
1986 - temporarily removed interface to MStarPos
1987
1988 * mbase/MStatusArray.h:
1989 - added default constructor
1990
1991 * mcalib/MCalibColorSet.cc:
1992 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
1993 (undocumented change from the BCN cvs)
1994
1995 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
1996 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
1997 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
1998 - removed support for MRunIter (use the setter of MSequence
1999 instead) -- this makes the code a lot easier to maintain
2000 - removed support for autodetection if the output already exists --
2001 this makes the code a lot easier to maintain
2002 - renamed ProcessFile to Process - which was missleading
2003
2004 * mmuon/MHMuonPar.[h,cc]:
2005 - changes to axis labels etc.
2006
2007 * mmuon/MMuonCalibPar.[h,cc]:
2008 - removed the histograms and all obsolete variables
2009 - removed obsolete SetUseUnmap (this cannot happen
2010 by definition of Unmap)
2011
2012 * mmuon/MMuonCalibParCalc.[h,cc]:
2013 - moved the code for calculation the parameters to new class
2014 MHSingleMuon
2015
2016 * mmuon/MMuonSearchPar.[h,cc]:
2017 - replaced arbitrary fir by minuit (faster and more accurate)
2018 - removed precalculation of muon center - makes fit worse
2019
2020 * mmuon/MMuonSearchParCalc.[h,cc]:
2021 - fixes to comments
2022 - fixes to includes
2023
2024 * mmuon/MMuonSetup.[h,cc]:
2025 - binnings removed (replaces by MBinning)
2026
2027 * mmuon/Makefile, mmuon/MuonLinkDef.h:
2028 - added MHSingleMuon
2029
2030 * msignal/MExtractTimeAndchargeSpline.cc:
2031 - fixed a bug found by Abelardo which could cause different
2032 results with different compiler optimiztaion options due
2033 to rounding errors.
2034
2035
2036
2037 2005/04/25 Thomas Bretz
2038
2039 * ganymed.cc:
2040 - changed policy of writing the resulting events to the result file
2041
2042 * sponde.cc:
2043 - added commandline option to use all monte carlos
2044 - added command line option to read the MCs more accurate
2045
2046 * sponde.rc:
2047 - added
2048
2049 * mbase/MStatusDisplay.[h,cc]:
2050 - added some code to get Tab by name
2051 - fixed a typo in a status line output
2052
2053 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
2054 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
2055 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
2056 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
2057 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
2058 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
2059 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
2060 - changed GetHistByName to be const-qualified to be compatible
2061 with FindObject
2062 - added some FindObject function to call GetHistByName
2063
2064 * mhflux/MHAlpha.[h,cc]:
2065 - changed such, that it can be forced to display the excess
2066 events versus size
2067
2068 * mjobs/MJCut.[h,cc]:
2069 - display number of excess events versus Size per default
2070 - removed energy estimator
2071
2072 * mjobs/MJOptimize.cc:
2073 - display number of excess events verss size after optimization
2074
2075 * mjobs/MJSpectrum.[h,cc]:
2076 - implemented setting up energy estimator
2077 - replaced some gLog by fLog
2078 - display comparison of image parameters
2079
2080
2081
2082 2005/04/22 Thomas Bretz
2083
2084 * mbase/MStatusArray.[h,cc]:
2085 - switch off adding histograms to gDirectory in newly
2086 overwritten Read-function
2087
2088 * mhflux/MHCollectionArea.[h,cc]:
2089 - implemented member function GetHistSel
2090 - don't display full statistics
2091 - fixed a possible crash in Paint
2092
2093
2094
2095 2005/04/22 Markus Meyer
2096
2097 * mmuon/MMuonSetup[.h.cc]:
2098 - new container class for muon parameters
2099 which are not changing from event to event
2100 (setup parameters for the analysis). These
2101 parameters were stored in MMuonCalibPar before
2102
2103 * mmuon/MMuonCalibPar[.h.cc]:
2104 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2105 and MSignalPix to read the new format
2106 - removed the setup parameters (stored now in
2107 MMuonSetup)
2108 - removed all the sanity checks
2109 - removed pre-cuts
2110 - cuts in process, to save only muon-like events
2111
2112 * mmuon/MMuonCalibParCalc[.h.cc]:
2113 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2114 and MSignalPix to read the new format
2115 - removed pre-cuts
2116
2117 * mmuon/MMuonSearchPar[.h.cc]:
2118 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2119 and MSignalPix to read the new format
2120 -
2121
2122 * mmuon/MMuonSearchParCalc[.h.cc]:
2123 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2124 and MSignalPix to read the new format
2125
2126 * mmuon/MHMuonPar[.h.cc]:
2127 - new histgram class, plots different muon
2128 parameters
2129
2130
2131
2132 2005/04/21 Daniela Dorner
2133
2134 * datacenter/scripts/runcallisto:
2135 - fixed choice of todofile
2136
2137 * datacenter/scripts/copyscript:
2138 - adapted some paths
2139
2140 * datacenter/macros/filldotrun.C:
2141 - added 6 new arehucas versions
2142
2143 * datacenter/scripts/writesequencefile:
2144 - added make path for sequencefiles
2145
2146
2147
2148 2005/04/21 Thomas Bretz
2149
2150 * mhcalib/MHCalibrationRelTimeCam.cc:
2151 - fixed usage of a uninitialized pointer
2152
2153 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
2154 - fixed usage of MFTriggerPattern
2155
2156 * mtrigger/MFTriggerPattern.[h,cc]:
2157 - allow to set default from outside in case no pattern
2158 could be decoded
2159
2160
2161
2162 2005/04/20 Thomas Bretz
2163
2164 * callisto.cc:
2165 - added a comment which shows how to correctly skip job2 if
2166 extractor doesn't inherit from MExtractTimeAndCharge, but...
2167 // This could skip job2 if extractor doesn't inherit from
2168 // MExtractTimeand Charge... but this is not necessary.
2169 // We only get the same pedestal twice (which we want to have
2170 // anyhow. A switch when using the result of job2 later is also
2171 // not necessary, because without running job2 it is identical
2172 // with job1
2173
2174 * mjobs/MSequence.cc:
2175 - use the sequence number'd directories in case of calibrated data
2176 and image files instead of the date.
2177
2178 * mhflux/MAlphaFitter.cc:
2179 - copy also results in Copy()
2180
2181 * mjobs/MJOptimize.cc:
2182 - print result of optimization in case MAlphaFitter is used
2183 - store results back in initial MAlphaFitter
2184
2185 * mjobs/MJSpectrum.[h,cc]:
2186 - implemented a faster simple mode weighting the read spectrum
2187 with the theta-probability
2188
2189
2190
2191 2005/04/20 Daniel Mazin (2005/04/18)
2192
2193 * mreport/MReportCamera.[h,cc]
2194 - added necessary changes to include Active Load and Central Pixel
2195 info from Camera reports
2196
2197 * mcamera/MCameraActiveLoad.[h,cc]
2198 - added to store Active Load info from the Camera reports
2199
2200 * mcamera/MCameraCentralPix.[h,cc]
2201 - added to store Central Pixel info from the Camera reports
2202
2203 * mcamera/Makefile
2204 * mcamera/CameraLinkDef.h
2205 - added MCameraActiveLoad and MCameraCentralPix classes
2206
2207
2208
2209 2005/04/20 Markus Gaug (2005/04/15)
2210
2211 * mcalib/MCalibrationChargeCam.[h,cc]
2212 - added new function CopyHiLoConversionFactors
2213
2214
2215
2216 2005/04/20 Markus Gaug (2005/04/14)
2217
2218 * mcalib/MCalibColorSteer.[h,cc]
2219 - fixed a bug in the recognition of the calibration bit pattern.
2220 Concerns only intensity calibration.
2221
2222 * mcalib/MCalibrationRelTimeCalc.cc
2223 - return kTRUE instaed of kFALSE in case that the Process() has
2224 never been executed.
2225
2226 * mjobs/MJCalibration.cc
2227 - add a filter against PIN Diode events since some of the recent
2228 calibration runs have been taken with Pin Diode.
2229
2230
2231
2232 2005/04/12 Markus Gaug
2233
2234 * mcalib/MCalibrationCam.[h,cc]
2235 - added a storage place for the run number
2236
2237 * mcalib/MCalibCalcFromCalc.[h,cc]
2238 - store the run number in the individual MCalibrationCams
2239
2240
2241
2242 2005/04/19 Thomas Bretz
2243
2244 * mjobs/MJCut.cc:
2245 - fixed a problem when not enabling "--res"
2246
2247 * mimage/MHVsSize.[h,cc]:
2248 - added more displayed variables
2249
2250 * mjobs/MJSpectrum.[h,cc]:
2251 - added
2252
2253 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2254 - added MJSpectrum
2255
2256 * Makefile:
2257 - added sponde.cc
2258
2259 * sponde.cc:
2260 - added
2261
2262 * mhbase/MBinning.h:
2263 - added Print() to //*MENU*
2264
2265 * mhflux/MAlphaFitter.cc:
2266 - do not set inf-flag in Print()
2267
2268 * mhflux/MHAlpha.[h,cc]:
2269 - set all-flag for printing MAlphaFitter("result")
2270 - added Getter for excess histogram
2271
2272 * mjobs/MDataSet.[h,cc]:
2273 - allow to initialize a TChain from this dataset
2274
2275 * mjobs/MJCut.cc:
2276 - moved energy estimator back before Cut0 otherwise the
2277 EnergyEst container is missing in summary file
2278
2279 * mhflux/MHCollectionArea.cc:
2280 - draw efficiency into third pad
2281
2282
2283
2284 2005/04/18 Thomas Bretz
2285
2286 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
2287 mbadpixels/MBadPixelsTreat.cc:
2288 - some fixes to documentation (THtml complained about missing
2289 classes)
2290
2291 * mbase/MStatusArray.[h,cc]:
2292 - implemented some functions to print contents of StatusArray
2293 and/or tab/canvas.
2294
2295 * mhbase/MFillH.cc:
2296 - remove fH from ListOfPrimitives before adding Clone in
2297 PostProcess
2298
2299 * mhbase/MH.[h,cc]:
2300 - implemented new member function RemoveFromPad (necessary
2301 if a class should support same-option)
2302
2303 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2304 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
2305 - fixed naming in case of same-option in Draw
2306 - remove previous histograms from pad in case of same-option
2307
2308 * mjobs/MJCut.[h,cc]:
2309 - write all binnings in WriteResult
2310 - write MHillasExt to output
2311 - BinningWidth, BinningLength and BinningDist added
2312
2313 * mjobs/MJOptimize.[h,cc]:
2314 - fixed a typo in output
2315 - allow to exchange Test-/Train-Sample
2316
2317 * ganymed.cc:
2318 - implemented "-mc" option to allow cutting MC samples
2319
2320 * showlog.cc:
2321 - implemented real treatment of debug-levels
2322 - return 1 instead of 0 in cae of normal finish
2323
2324 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
2325 mhflux/MAlphaFitter.h:
2326 - added Print() to context //*MENU*
2327
2328 * manalysis/MMatrixLoop.cc:
2329 - fixed returning of number of entries if using split mode
2330
2331 * mbase/MContinue.cc:
2332 - implemented Print() function
2333
2334 * mbase/MParContainer.[h,cc]:
2335 - in Read set name of object to argument name if argument!=NULL
2336 - reordered some checks for Method calls
2337
2338 * mdata/MDataFormula.cc:
2339 - fixed a problem with the replacement if using [?] for
2340 fits
2341
2342 * mfbase/MFEventSelector2.cc:
2343 - replaced some +=1 and -=1 by ++ and --
2344
2345 * mfileio/MReadMarsFile.cc:
2346 - fixed a bug which caused Preprocess to crahs if instatiated
2347 with default constructor
2348
2349 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
2350 - use dynamic_cast if getting "stats"
2351
2352 * mhflux/MAlphaFitter.cc:
2353 - small updates to output
2354
2355 * mhflux/MHEnergyEst.cc:
2356 - fixed all axis lables
2357 - implemented fit of resolution
2358 - initialize fBias=0 in SetupFill
2359 - enhances Print() output
2360
2361 * mjobs/MJCalibrateSignal.cc:
2362 - moved all tasks for interleaved calibration events to
2363 a third tasklist
2364
2365 * mjobs/MJCut.[h,cc]:
2366 - implemented correct treatment of MC files
2367 - write resulting events to result file if no filename set
2368 - moved energy estimator behind cuts
2369
2370 * mjobs/MJOptimize.cc:
2371 - changed RunEnergy such, that it can correctly treat
2372 MC files written by ganymed using wobble-mode
2373
2374 * mbase/MStatusDisplay.cc:
2375 - fixed a possible crash in GetFullPad
2376
2377 * mhbase/MBinning.[h,cc]:
2378 - implemented Copy Constructor
2379
2380 * mhflux/MHCollectionArea.h:
2381 - call CalcEfficiency in Finalize
2382
2383 * mhflux/MHEnergyEst.[h,cc]:
2384 - implemented GetWeights
2385
2386 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2387 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
2388 - remove histograms from global directory if name was changed
2389 in Draw
2390
2391 * mimage/MHVsSize.cc:
2392 - exhanged the arguments of TMath::Sign
2393
2394
2395
2396 2005/04/14 Thomas Bretz
2397
2398 * Release 0.9.1
2399
2400
2401
2402 2005/04/14 Thomas Bretz
2403
2404 * mjobs/MJCut.cc:
2405 - added MPointingPos to output
2406
2407
2408
2409 2005/04/13 Thomas Bretz
2410
2411 * mbase/MStatusDisplay.[h,cc]:
2412 - implemented new Image types which can be written
2413
2414 * mhbase/MBinning.[h,cc]:
2415 - added some more constructors which can set the binning directly
2416
2417 * mhflux/MHEnergyEst.h:
2418 - added getter for fHEnergy
2419
2420 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2421 - added MHCollectionArea
2422
2423 * mhflux/MHCollectionArea.[h,cc]:
2424 - added
2425
2426
2427
2428 2005/04/13 Daniela Dorner
2429
2430 * datacenter/macros/fillcalib.C:
2431 - added update
2432
2433 * datacenter/scripts/copyscript
2434 - fixed bug / changed path
2435
2436 * datacenter/macros/setupdb.C
2437 - added table
2438
2439
2440
2441 2005/04/12 Daniela Dorner
2442
2443 * datacenter/macros, datacenter/scripts:
2444 - added
2445
2446 * datacenter/macros/buildsequenceentries.C,
2447 datacenter/macros/checkfileavail.C,
2448 datacenter/macros/doexclusions.C,
2449 datacenter/macros/fillcalib.C,
2450 datacenter/macros/filldotrbk.C,
2451 datacenter/macros/filldotrun.C,
2452 datacenter/macros/fillsignal.C,
2453 datacenter/macros/findcacofiles.C,
2454 datacenter/macros/getdolist.C,
2455 datacenter/macros/insertcacofile.C,
2456 datacenter/macros/insertdate.C,
2457 datacenter/macros/resetallruns.C,
2458 datacenter/macros/setstatus.C,
2459 datacenter/macros/setupdb.C,
2460 datacenter/macros/writesequencefile.C,
2461 datacenter/scripts/buildsequenceentries
2462 - added macros to do the automatic procedures in the datacenter
2463
2464 * datacenter/scripts/checkfilesforsequenceavail,
2465 datacenter/scripts/copyscript,
2466 datacenter/scripts/correcttime,
2467 datacenter/scripts/doexclusions,
2468 datacenter/scripts/filesondisk,
2469 datacenter/scripts/fillcallisto,
2470 datacenter/scripts/runcallisto,
2471 datacenter/scripts/runstar,
2472 datacenter/scripts/writesequencefiles
2473 - added scripts to do the automatic procedures in the datacenter
2474
2475 * automatic-exclusions.rc, steps.rc
2476 - added rc files for the automatic procedures
2477
2478
2479
2480 2005/04/12 Thomas Bretz
2481
2482 * Makefile:
2483 - for the moment remove mhistmc from compilation
2484
2485 * ganymed.cc:
2486 - return 2 when detecting wrong commandline argument
2487
2488 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2489 - removed MEnergyEst (replaced by a simple MParameterD)
2490
2491 * manalysis/MEnergyEstimate.[h,cc]:
2492 - replaced MEnergyEst by MParameterD
2493 - implemented Print() function
2494 - updated ClassVersion from 0 to 1 to allow storage of
2495 energy estimator
2496
2497 * mbase/MStatusArray.[h,cc]:
2498 - overloaded DisplayIn to allow displaying a single tab
2499 - added some output if ObjectInCanvas not found
2500
2501 * mbase/MStatusDisplay.[h,cc]:
2502 - enhanced Read() and Display() with the possibility to only
2503 read or display a single tab
2504
2505 * mcalib/MCalibrateData.cc:
2506 - enhancements to logging output
2507
2508 * mcalib/MCalibrationRelTimeCalc.cc:
2509 - some fixes to format of logging output
2510
2511 * mfbase/MF.[h,cc]:
2512 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
2513 This was necessary to allow storage of MF into files
2514 - changed ClassVersion from 0 to 1
2515
2516 * mhbase/MBinning.cc:
2517 - fixed SetEdgesRaw (lin, log, etc was ignored)
2518
2519 * mhflux/MHAlpha.[h,cc]:
2520 - replaced MEnergyEst by MParameterD
2521 - renamed Theta to ExcessTheta
2522 - renamed Energy to ExcessEnergy
2523 - renamed Size to ExcessSize
2524 - renamed Time to ExcessTime
2525
2526 * mhflux/MHEnergyEst.[h,cc]:
2527 - replaced MEnergyEst by MParameterD
2528 - implemented Print() function
2529 - some fixes to displaying the histograms. This makes sure,
2530 that no crashes happen, but unluckily it works correctly only
2531 with root 4.02/00
2532
2533 * mjobs/MJOptimize.[h,cc]:
2534 - implemented a AddPreCut taking a MFilter as argument
2535 - SetBit(kCanDelete) for all internal PreCuts
2536 - Print the result of the energy estimation after it was done
2537
2538 * mranforest/MRFEnergyEst.[h,cc]:
2539 - replaced MEnergyEst by MParameterD
2540
2541 * mfileio/MReadTree.cc:
2542 - shortened the output a bit when siwtching to the next file
2543
2544
2545
2546 2005/04/11 Thomas Bretz
2547
2548 * manalysis/MMatrixLoop.[h,cc]:
2549 - implement option to divide matrix into two samples
2550
2551 * mhflux/MHEnergyEst.cc:
2552 - changed to display projection of enegry resolution
2553 - fixed to use correct minimization value
2554
2555 * mjobs/MJOptimize.[h,cc]:
2556 - implemented option to divide sample into test/train
2557
2558 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
2559 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
2560 - small updates to log-output
2561
2562 * mhflux/MAlphaFitter.cc:
2563 - output scale-factor
2564
2565 * mhist/MHCamera.cc:
2566 - as a workaround for a severe problem in gStyle->SetPalette
2567 when using the deep blue sea I have switched off this
2568 Platte for the moment
2569
2570
2571
2572 2005/04/08 Markus Gaug (2005/04/07)
2573
2574 * mhcalib/MHCalibrationChargeCam.cc:
2575 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
2576 if IsOscillations()
2577
2578 * mjobs/MJCalibrateSignal.cc:
2579 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
2580 hchacam, hbndcam, hrelcam
2581
2582 * mhcalib/MHCalibrationRelTimeCam.cc:
2583 - fill array only if IsOscillations() is true. This is the case in
2584 all classes deriving from MHCalibrationCam, except for this one!
2585 The effect was that the interlaced calib. events occupied more
2586 and more memory becoming slower and slower because the option:
2587 SetOscillations(kFALSE) was not treated correctly.
2588
2589 * mjobs/pedestalref_Dec04.rc
2590 - update the reference lines in the display according to the spline
2591 extractor.
2592
2593 * mjobs/MJCalibration.cc
2594 - clarify a mis-leading histogram title
2595
2596 * callisto_Dec04Jan05.rc:
2597 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
2598 file.
2599
2600
2601
2602 2005/04/08 Thomas Bretz
2603
2604 * mhbase/MH3.cc:
2605 - replaced all Float-histograms by double histograms. This
2606 is backward compatible with I/O and has the advantage, that
2607 we are compatible with most other double histograms used in
2608 Mars
2609
2610 * mhflux/MHEnergyEst.cc:
2611 - made the energy binning the same than in all other classes
2612
2613 * mreport/MReportStarguider.[h,cc]:
2614 - implemented new values from new starguider report as defined
2615 in TDAS00-07 V7.1
2616 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
2617 is arcmin)
2618
2619 * mjobs/MJCalibrateSignal.cc:
2620 - first replaced contmc by a new filter Markus G. used, but
2621 after a discussion with Abelardo it turned out, that the
2622 original filter does a better job, becuase it takes both
2623 (level 1 trigger and minimum number of phes) conditions
2624 used in the MC into account.
2625
2626 * mjobs/MJCut.cc:
2627 - added a plot: Effective-On-Time versus Theta used to produce
2628 a spectrum
2629
2630 * mjobs/MJCalibrateSignal.cc:
2631 - removed condition IsUseBlindPixel() and IsUsePINDiode from
2632 setting filter and applied it to the corresponding task
2633
2634 * mjobs/MDataSet.cc:
2635 - fixed a bug using the default paths
2636
2637
2638
2639 2005/04/07 Thomas Bretz
2640
2641 * mpointing/MSrcPosCalc.cc:
2642 - also skip Process if fSourcePos==NULL, this happens in real
2643 data, too, if no pointing correction is done.
2644
2645 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2646 - removed MParameterI, MParameterD, MParameterDerr
2647
2648 * mbase/BaseLinkDef.h, mbase/Makefile:
2649 - added MParameterI, MParameterD, MParameterDerr
2650
2651 * mbase/MParList.cc:
2652 - if a container is rejected due to wrong inheritance its
2653 inheritance is mentioned in the error message
2654
2655 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
2656 - removed MWeight
2657
2658 * mhbase/MWeight.[h,cc]:
2659 - removed, replaced by MParameterD
2660
2661 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
2662 - replaced MWeight by MParameterD
2663
2664 * mjobs/MJStar.cc:
2665 - fixed the wrong axis title in the histogram showing the rate
2666
2667 * manalysis/MParameters.[h,cc]:
2668 - moved to mbase
2669
2670 * mbase/MParameters.[h,cc]:
2671 - inherit MParameterDerr from MParameterD
2672 - changed class version of MParameterDerr from 1 to 2
2673
2674 * mfbase/MFEventSelector2.cc:
2675 - fixed that in SelectProb the wrong bin was chosen
2676
2677
2678
2679 2005/04/07 Markus Gaug (2005/04/06)
2680
2681 * mjobs/calibrationref_Dec04.rc
2682 * callisto_Dec04Jan05.rc
2683 - update the reference lines in the display according to the spline
2684 extractor.
2685
2686 * msignal/MExtractTimeAndChargeSpline.cc
2687 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
2688 January data where the calib. pulse position changes much.
2689
2690 * mjobs/MJCalib.cc
2691 * mjobs/MJCalibration.cc
2692 - move fDevice and functions IsUseBlindPixel() and
2693 IsUsePINDiode() into the base class.
2694
2695 * mjobs/MJCalibrateSignal.cc
2696 - do not apply the modified extraction window to the interlaced
2697 calibration events. This is a bugfix especially for the
2698 December and January data.
2699 - extract and fit blind pixel and pin diode only if flag
2700 IsUseBlindPixel() or IsUsePINDiode() is set.
2701
2702
2703
2704 2005/04/07 Markus Gaug (2005/04/03)
2705
2706 * mcalib/MCalibrateData.cc
2707 - made one warning more understandable.
2708
2709 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2710 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
2711 defective extraction of the MC at low-gain signals lower than 90
2712 phes.
2713
2714
2715
2716 2005/04/07 Markus Gaug (2005/04/01)
2717
2718 * mpedestal/MExtractPedestal.[h,cc]
2719 - use the standard way to define the default for fNumEventsDump
2720 - added missing "NumDump" in ReadEnv
2721
2722 * callisto_*.rc
2723 - correct the default of the number of events used in
2724 pedestal calculation (NumEventsDump).
2725 - added missing lines for setting of parameters for the
2726 MJCalibrateSignal.PedCalcFromExtractRndm.*
2727 (CORRECTED SOME BUGS IN THIS LINES)
2728 - Replaced NumEventsDump by NumDump
2729
2730
2731
2732 2005/04/05 Thomas Bretz
2733
2734 * mjobs/MSequence.cc:
2735 - fixed a bug in SetupDatRuns. P was setup instead of D
2736
2737 * star.cc, mjobs/MJStar.cc:
2738 - fixed wrong setup of data-files
2739
2740 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
2741 mjobs/hilocalib_sp1_mc.root:
2742 - added
2743
2744 * mimage/MHillasCalc.[h,cc]:
2745 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
2746
2747 * mmc/MMcCorsikaRunHeader.h:
2748 - added Getter for fWobbleMode
2749
2750 * mpointing/MSrcPosCalc.[h,cc]:
2751 - added detection of MC files and setting of source position
2752 according to wobble mode flag in MMcCorsikaRunHeader
2753 - fixed a bug in ReadEnv (wrong return statement) found
2754 by Abelardo. Correct handling of floating point numbers
2755 in the source position (12.5) was affected.
2756
2757
2758
2759 2005/04/04 Thomas Bretz
2760
2761 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
2762 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
2763 mjobs/MSequence.[h,cc]
2764 - changed setup procedure for paths to allow using standard
2765 paths everywhere
2766 - fixed to use new correct datacenter standard paths
2767 - made sure, that the sequences in a dataset are sorted by
2768 their number to ensure the correct synchronization
2769
2770 * mhflux/MHAlpha.cc:
2771 - display correct error (excess/significance)
2772
2773 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
2774 - removed MPointingPosCalc from Tasklist
2775
2776 * mjobs/MJStar.cc:
2777 - added MPointingPosCalc to tasklist for "Events" in case of MC
2778
2779 * ganymed.cc, mjobs/MJCut.[h,cc]:
2780 - implemented an option to enhance the display
2781 - do not display FS plot in wobble mode
2782 - made sure files are not written when they should not be written
2783
2784 * mhflux/MHAlpha.[h,cc]:
2785 - let FitEnergyBins return the mean of the significance of
2786 all Energy Bins
2787
2788 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2789 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
2790 - implemented or fixed implementation of "same" Draw-option
2791 - slightly modified binning for Dist in MHHillasSrc
2792
2793 * mjobs/MJCalibrateSignal.cc:
2794 - do not plot pulse time twice
2795
2796 * mjobs/MJOptimize.cc:
2797 - print all parameters in minuit after they have been
2798 setup
2799
2800
2801
2802 2005/04/01 Thomas Bretz
2803
2804 * mbadpixels/MBadPixelsCalc.cc:
2805 - switched on bad pixel detection for a pedestal level
2806 which is more than 5 times the variance
2807
2808 * mfbase/MF.cc:
2809 - when fixing the "Inverted" bit in ReadEnv don't print a
2810 message on the screen
2811
2812 * mhflux/MHAlpha.cc:
2813 - plot correct errors
2814 - do not plot the point if its significance is not greater 1
2815
2816
2817
2818 2005/03/29 Markus Gaug
2819
2820 * mcalib/MCalibColorSet.cc:
2821 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
2822
2823
2824
2825 2005/03/29 Thomas Bretz
2826
2827 * ganymed.cc:
2828 - implemented cmdline option for wobble and no-wobble to overwrite
2829 dataset
2830 - added cmdline option to print dataset
2831
2832 * mbase/MEvtLoop.[h,cc]:
2833 - added some memory leak analysis to eventloop
2834
2835 * mbase/MStatusDisplay.[h,cc]:
2836 - added third part to status bar which displays the current
2837 memory usage
2838 - added some more sizes to menu bar
2839 - replaced SetStatusLine1/2 by calling a common SetStatusLine
2840 - added a delete to CloseWindow() to be able to close a
2841 static window. REMARK: This gives a hell of warnings in
2842 valgrind but it is currently the only option to get this working
2843 which is really annoying
2844
2845 * mhbase/MH.cc:
2846 - small simplification
2847
2848 * mhbase/MHMatrix.cc:
2849 - replaced IsValid() by a check for the number of Rows, this
2850 was necessary because in root 4.02/00 all matrices seems
2851 to be valid
2852
2853 * mhflux/MHAlpha.cc:
2854 - changed the number of default bins in energy
2855 - make sure that the Alpha plot for off-data is displayed with
2856 a minimum at 0
2857 - fixed TPad::Divide for root 4.02/00
2858
2859 * mhflux/MHEnergyEst.cc:
2860 - use the mean abs of the resolution as fit value
2861 - some fixed to graphics
2862 - fixed the TPad::Divide for root 4.02/00
2863 - for the moment removed the pad added to the list of cleanups
2864 to get rid of the crashes
2865
2866 * mhflux/MHFalseSource.cc:
2867 - fixed for root 4.02/00 which seaqrches in the current pad
2868 for the histogram when calling Project3D
2869 - fixed the TPad::Divide for root 4.02/00
2870
2871 * mhist/MHHadronness.[h,cc]:
2872 - use MParameterD instead of MHadronness
2873
2874 * mimage/ImageLinkDef.h, mimage/Makefile:
2875 - added MHVsSize
2876
2877 * mimage/MHHillas.cc:
2878 - implemented 'same' for Center-histogram
2879
2880 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2881 - added MHEnergyEst
2882
2883 * mhflux/MAlphaFitter.[h,cc]:
2884 - added significancetimes log10(excess) as fit option
2885
2886 * mjobs/MDataSet.[h,cc]:
2887 - added wobble-mode option
2888
2889 * mjobs/MJCut.cc:
2890 - changed default binning for energy
2891 - added MHillasSrcAnti optionally to the output
2892 - added MHVsSize to the tabs which are shown
2893
2894 * mjobs/MJOptimize.[h,cc]:
2895 - added dummy parameters to FixParameter for compatibility
2896 with SetParemeter
2897 - replaced MFSupercuts by MFMagicCuts
2898 - use Energy in MHAlpha instead of size
2899
2900 * mbase/MFilter.[h,cc]:
2901 - implemented ReadEnv to treat "Inverted"
2902
2903 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
2904 - treat "inverted" with MFilter::ReadEnv
2905
2906 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
2907 - replaced MHadronness by MParameterD
2908
2909 * mdata/MDataFormula.[h,cc]:
2910 - removed comments from SetVariables
2911 - replaced GetExpFormula by GetTitle
2912
2913 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2914 - MHadronness removed
2915
2916 * mfilter/MFMagicCuts.[h,cc]:
2917 - added
2918
2919 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2920 - added MFMagicCuts
2921
2922 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2923 - removed MJExtractSignal
2924
2925 * mfbase/MF.cc:
2926 - fixed a problem with double-inversion in ReadEnv
2927
2928 * mpointing/MSrcPosCalc.cc:
2929 - removed an output line which showed only an empty container
2930
2931
2932
2933 2005/03/24 Thomas Bretz
2934
2935 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2936 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
2937 - replaced all returns of -1 by return 2
2938
2939 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2940 - added MEnergyEst (container)
2941
2942 * mhflux/MAlphaFitter.[h,cc]:
2943 - implemented new fit result options
2944
2945
2946
2947 2005/03/23 Markus Gaug
2948
2949 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2950 - fix a bug in the time fine adjustment
2951
2952 * mjobs/hilocalib_*_mc.root
2953 - high-gain low-gain intercalibration constants for the MC.
2954
2955 * mjobs/MJCalibration.cc
2956 - use the MC- intercalibration files for MC.
2957
2958
2959
2960 2005/03/23 Thomas Bretz
2961
2962 * mhcalib/MHCalibrationChargeCam.cc:
2963 - fixed a possible crash in DrawDataCheckPixel() if
2964 pix.GetGraphEvents() returns NULL
2965
2966
2967
2968 2005/03/23 Thomas Bretz
2969
2970 * Release 0.9
2971
2972
2973
2974 2005/03/23 Thomas Bretz
2975
2976 * ganymed.cc:
2977 - implemented wobble-mode option
2978
2979 * mhflux/MAlphaFitter.[h,cc]:
2980 - fixed a problem in wobble mode (number of on- minus number
2981 of off-entries where calculated as 0)
2982 - added some additional resource options for scaling
2983 - added some missing const-qualifiers
2984
2985 * mhflux/MHAlpha.cc:
2986 - some cosmetic change to output
2987
2988 * mjobs/MDataSet.[h,cc]:
2989 - added the possibility to add a source name for wobble mode
2990 (preliminary)
2991 - added reading from *.edb catalog
2992
2993 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2994 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
2995 - replaced iter.Print("all") by iter.Print()
2996
2997 * mjobs/MJCut.[h,cc]:
2998 - implemented wobble mode
2999 - implemented getting source position
3000
3001 * mjobs/MJStar.cc:
3002 - switched off calculation of MConcentration
3003 - implemented the new debug option for files (was still missing
3004 in MJStar)
3005
3006 * mpointing/MSrcPosCalc.[h,cc]:
3007 - always writa the anti-source position into the parameter list, too
3008 - implemented wobble mode (exchange source and anti-source position)
3009
3010 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3011 - added MJOptimize
3012
3013 * mfilter/MFSupercuts.[h,cc]:
3014 - added
3015
3016 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3017 - added MFSupercuts
3018 - removed MFAlpha
3019
3020 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3021 - removed MEnergyEst
3022 - removed MEnergyEstParam
3023 - removed MEnergyEstParamDanielMkn421
3024 - removed MSupercuts
3025 - removed MSupercutsCalc
3026 - removed MFindSupercuts
3027 - removed MMinuitInterface
3028 - removed MFiltercutsCalc
3029
3030 * mhist/Makefile, mhist/HistLinkDef.h:
3031 - removed MHEnergyTime
3032 - removed MHEnergyTheta
3033 - removed MHAlphaEnergyTime
3034 - removed MHAlphaEnergyTheta
3035 - removed MHThetabarTime
3036 - removed MHThetabarTheta
3037 - removed MHGamma
3038 - removed MHSigmaPixel
3039 - removed MHSigmabarTheta
3040 - removed MHOnSubtraction
3041 - removed MHFindSignificance
3042 - removed MHCT1Supercuts
3043
3044 * mhflux/Makefile, mhflux/HistLinkDef.h:
3045 - added MHEnergyEst
3046
3047
3048
3049 2005/03/22 Thomas Bretz
3050
3051 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3052 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
3053 - added a possibility to print the files which are
3054 searched/found if the files doesn't match the sequence
3055
3056 * mjobs/MJPedestal.cc:
3057 - undocumented(!) change, changed fgExtractWinLeft
3058 from 3.5 to 2.5
3059
3060 * mimage/MHillas.cc:
3061 - fixed a bug which took unused pixels into account
3062 introduced errornously with the last change to MSignalCam
3063
3064
3065
3066 2005/03/21 Thomas Bretz
3067
3068 * mfbase/MFDataChain.cc:
3069 - fixed a bug in GetDataMember if fData is not valid
3070
3071 * mhbase/MH3.cc:
3072 - moved drawing histograms back to Draw. This fixes a
3073 problem with root 4.02/00. Reading/Writing should be
3074 no problem if the names of the profiles are well known.
3075 - with this fix 'same' is currently NOT supported
3076
3077 * mimage/ImageLinkDef.h, mimage/Makefile:
3078 - added MNewImagepar2
3079 - added MHCewImagePar2
3080
3081 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
3082 - added new classes calculating and displaying the length
3083 of the border line of a shower
3084
3085 * mimage/MHImagePar.cc:
3086 - fixed a problem with root 4.02/00 when setting the margin
3087 in Divide to 0 by setting it to 1e-10
3088
3089 * mimage/MHNewImagePar.[h,cc]:
3090 - fixed to display Areas in deg^2
3091
3092 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
3093 mimage/MImagePar.cc, mimage/MNewImagePar.cc
3094 - a small fix to Print()
3095
3096 * mimage/MHillasCalc.[h,cc]:
3097 - added MNewImagePar2 to supported image parameters
3098
3099 * mjobs/MJStar.cc:
3100 - replaced MCerPhotEvt by MSignalCam
3101
3102 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
3103 mjobs/hilocalib_df46.root:
3104 - added new intercalibration file for digital filter 4sl higain
3105 and 6sl logian
3106
3107 * mbase/MLogHtml.cc:
3108 - fixed a bug in Underline which cause a crash if fOut==NULL
3109 - output a message if file cannot be opened
3110
3111 * mhcalib/MHCalibrationPulseTimeCam.cc:
3112 - for some output there was a replacement of pix.GetPixId()
3113 by hist.GetName() <undocumented>
3114
3115 * mimage/MHillas.[h,cc]:
3116 - added new member function GetBorderLine returning the border
3117 line correspondig to an ellipse with axis lnegth and width
3118 - added new member function GetArea returning the area
3119 correspondig to an ellipse with axis lnegth and width
3120
3121
3122
3123 2005/03/19 Markus Gaug
3124
3125 * mjobs/hilocalib_df46.root
3126 - added new intercalibration file for digital filter 4sl higain
3127 and 6 slices logain
3128
3129 * mjobs/MJCalibration.cc
3130 - exchanged intercalibration file from hilocalib_df_4.root to
3131 hilocalib_df46.root
3132 - do not apply hi-gain lo-gain intercalibration for MC files.
3133
3134 * mjobs/MJPedestal.cc
3135 - exchanged two (Int_t)'s by TMath::Nint().
3136 - undocumented(!) change to the calculation of the extraction
3137 range (PulsePosCheck)
3138
3139 * callisto.rc
3140 - exchanged default weights file for Digital filter from
3141 cosmics_weights4.dat to cosmics_weights46.dat and from
3142 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
3143 This change is absolutely necessary, given the new results from
3144 Nuria about the signal resolution in the low gain which gets worse
3145 than the intrinsic Poisson jitter above 350 phes. Also the time
3146 resolution is too bad. This was not known before we had the
3147 correct low-gain MC pulse.
3148
3149
3150
3151 2005/03/18 Thomas Bretz
3152
3153 * Makefile:
3154 - removed mone from list of compiled programs
3155
3156 * mars.cc:
3157 - replaced the MARS display by the Camera Display directly
3158
3159 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
3160 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
3161 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
3162 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
3163 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
3164 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
3165 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
3166 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
3167 - removed dependancy on MArrivalTime, information now
3168 found in MSignalCam
3169 - replaced MCerPhotEvt by MSignalCam
3170 - it was renamed because it will be completely incompatible
3171 anyhow
3172
3173 * mjobs/MJCalibrateSignal.cc:
3174 - use new MSignalCam type to display pulse position of cosmics
3175
3176 * mcalib/MCalibrateData.cc:
3177 - calculate number of saturated pixels
3178
3179 * manalysis/MCerPhotEvt.[h,cc]:
3180 - removed possibility for zero-supression. Now the index
3181 is identical with the position in the array
3182 - renamed and moved to msignal/MSignalCam.[h,cc]
3183
3184 * manalysis/MCerPhotPix.cc:
3185 - removed obsolete values
3186 - added arrival time
3187 - renamed and moved to msignal/MSignalPix.[h,cc]
3188
3189 * mcalib/MCalibrationChargeCalc.cc:
3190 - some cosmetic changes and small fixed from the Munich cvs
3191 (undocumented)
3192
3193 * mfileio/MWriteRootFile.cc:
3194 - fixed bug in RecursiveRemove which caused crashed with real
3195 data
3196
3197 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
3198 - updated, but untested
3199
3200 * mhist/MHCamEvent.[h,cc]:
3201 - some fixes in Draw to get a correct display in root 4.02/00
3202 (at least on 64-bit systems)
3203 - removed kSqrtVariance it is included in kProfile now
3204
3205 * mhist/MHCamera.[h,cc]:
3206 - removed sqrtvariance option which is included in profile now
3207 - the profile now uses the new array fBinEntries to display
3208 a more accurate profile
3209
3210 * mhist/MHEvent.cc:
3211 - set to type 6 for arrival times
3212
3213 * mimage/MHillasCalc.cc:
3214 - updated text for error=1
3215
3216 * mimage/MImagePar.cc:
3217 - copy number of saturated pixels from MSignalCam
3218
3219 * mjobs/MJStar.cc:
3220 - enhanced title of some histogram
3221
3222 * mjobs/MSequence.cc:
3223 - updated path to fit data center (D.Dorner)
3224
3225 * mmain/MEventDisplay.cc:
3226 - display Arrival Time from MSignalCam now
3227
3228 * msignal/MArrivalTimeCam.cc:
3229 - implemented a new case 6 which is identical with the
3230 default case AND arrival time from MSignalCam
3231
3232 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3233 manalysis/:
3234 - removed MCerPhotEvt
3235 - removed MCerPHotPix
3236 - removed MCerPhotAnal
3237 - removed MCerPhotAnal2
3238 - removed MCerPhotCalc
3239
3240 * mimage/Makefile, manalysis/ImageLinkDef.h:
3241 - removed MHillasSrcCalc
3242
3243 * manalysis/MSupercutsCalc.cc:
3244 - removed an obsolete include
3245
3246 * mhist/Makefile, mhist/HistLinkDef.h:
3247 - removed MHSigmaTheta
3248
3249 * mmain/Makefile, mmain/HistLinkDef.h:
3250 - removed MDataCheck
3251 - removed Mars
3252 - removed MAnalysis
3253 - removed MMonteCarlo
3254 - removed MGDisplayAdc
3255 - removed MOnlineDisplay
3256 - removed MOnlineDump
3257
3258 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
3259 - added MSignalCam
3260 - added MSignalPix
3261 - added MSignalCalc
3262
3263 * msql/Makefile, msql/SqlLinkDef.h:
3264 - removed MSqlInsertRun
3265
3266 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3267 - removed MFSelBasic
3268 - removed MFSelStandard
3269 - removed MFSelFinal
3270
3271
3272
3273 2005/03/17 Thomas Bretz
3274
3275 * callisto.cc:
3276 - added new option moon
3277 - use light condition from MSequence to determin light condition
3278 automatically
3279
3280 * mjobs/MJPedestal.h:
3281 - allow setting SetUseHists also to kFALSE
3282
3283 * mjobs/MSequence.[h,cc]:
3284 - added fLightCondition
3285
3286 * mcalib/MCalibrateData.cc:
3287 - undocumented change from Markus Gaug
3288
3289 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
3290 mfilter/MFCT1SelFinal.[h,cc]:
3291 - moved to manalysisct1
3292
3293 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3294 - removed MFCT1SelBasic
3295 - removed MFCT1SelStandard
3296 - removed MFCT1SelFinal
3297
3298 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3299 - removed MPad
3300 - removed MMakePadHistograms
3301 - removed MSigmabar
3302 - removed MSigmabarParam
3303 - removed MSigmabarCalc
3304
3305 * mimage/Makefile, mimage/ImageLinkDef.h:
3306 - removed MImgCleanTGB
3307
3308 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
3309 - removed MMcEnergyEst
3310 - removed MMcTimeGenerate
3311
3312 * msignal/Makefile, msignal/SignalLinkDef.h:
3313 - removed MArrivalTime
3314 - removed MArrivalTimeCalc
3315 - removed MArrivalTimeCalc2
3316
3317 * mjobs/MJCalibration.cc:
3318 - followed some undocumented changes from the other cvs
3319
3320
3321
3322 2005/03/16 Thomas Bretz
3323
3324 * callisto.cc:
3325 - set changed extractor in MJCalibrateSignal from MJPedestal
3326 - don't process 'range finding' for MonteCarlo data
3327
3328 * callisto.rc:
3329 - removed obsolete Modified* option
3330
3331 * mjobs/MJCalibrateSignal.[h,cc]:
3332 - removed obsolete flag for ModifiedExtractWin
3333 - allow also NULL for SetExtractor
3334 - rearanged the too MWriteRootFile instantiations otherwise
3335 callisto crashes in MWriteRootFile::ChangeFile
3336 - removed some obsolete comments about an old MC workaround
3337
3338 * mdata/MDataChain.cc:
3339 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
3340
3341 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
3342 mhcalib/MHCalibrationCam.cc:
3343 - undocummented change
3344
3345
3346
3347 2005/03/16 Markus Gaug
3348
3349 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3350 - fixed a bug in the reading of the resource file (reading of the
3351 MExtractTimeAndCharge resources was skipped).
3352
3353 * mcalib/MCalibrateData.cc
3354 - for the case that the high-gain saturates, but the low-gain signal
3355 could not be extracted successfully, take the high-gain signal,
3356 multiplied by 1.5 (before, 0 was taken erroneously).
3357
3358 * msignal/MExtractTimeAndCharge.cc
3359 - catch one potential case for memory leaks in the low-gain
3360 calculation. Extract low-gain only if the remaining extraction
3361 window is not smaller than the number of slices needed by the
3362 signal extractor.
3363 - set the default fgLoGainStartShift to -3.5
3364
3365 * msignal/MExtractTimeAndChargeSpline.[h,cc]
3366 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3367 - adjust fLoGainStartShift by one slice, after findings from MC.
3368
3369
3370
3371 2005/03/15 Markus Gaug
3372
3373 * msignal/MExtractTimeAndChargeSpline.h
3374 - take fRandomIter out of the streamer.
3375 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
3376 - raise version number to 4
3377
3378 * mjobs/MJCalibration.cc
3379 - set default to kFALSE for PIN Diode or Blind Pixel calibration
3380 (was kTRUE by error).
3381
3382
3383
3384 2005/03/15 Thomas Bretz
3385
3386 * mjobs/MJCalibrateSignal.[h,cc]:
3387 - added the fExtractor data member
3388 - added a destructor deleting it
3389 - only read extractor from file if not set by user
3390 - user fExtractor as extractor1
3391 - do not delete extractor1 if set by user
3392 - added member function to set extractor
3393
3394 * mjobs/MJPedestal.cc:
3395 - removed MFEventSelector workaround again
3396 - do not write pedy file anymore
3397
3398 * callisto.cc:
3399 - MJCalibrateSignal now takes the signal extractor directly
3400 instead of taking the long way round a new file
3401
3402 * mpedestal/MExtractPedestal.cc:
3403 - ReInit extractor correctly. Now the workaround should be
3404 really obsolete
3405
3406 * mbase/MGMenu.[h,cc]:
3407 - make fix fix also compile root 3.10.02
3408
3409
3410
3411 2005/03/14 Thomas Bretz
3412
3413 * mbase/MGMenu.h:
3414 - added a fix for root 4.02.00
3415
3416
3417
3418 2005/03/14 Markus Gaug
3419
3420 * mcalib/MCalibrateData.cc
3421 - catch the case that now high-gain low-gian intercalibration const.
3422 is available.
3423
3424 * mjobs/MJPedestal.cc
3425 - modify option for pedy*.root: from UPDATE to RECREATE
3426
3427
3428
3429 2005/03/11 Markus Gaug
3430
3431 * callisto.rc
3432 - changed default weights for DF to cosmics_weights4.dat. (This has
3433 turned out to be the most stable set of weights).
3434
3435 * mjobs/MJCalibration.cc
3436 - some cosmetic changes in the output
3437 - in case of WriteHists(), do not overwrite existing signal*.root
3438 file, but append histograms (bugfix!)
3439
3440
3441
3442 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
3443
3444 * mjobs/MJCut.cc
3445 - inclusion of (TString) to avoid compiler error under 2.95.3
3446
3447 * sinope.cc
3448 - inclusion of <errno.h> to avoid compiler error under 2.95.3
3449
3450
3451
3452 2005/03/10 Markus Gaug
3453
3454 * msignal/MExtractTimeAndCharge.cc
3455 - set fgLoGainStartShift to -4.0
3456 - put a check to avoid a dynamic low-gain range < 0 (should not
3457 occur with current extractors, but one never knows...)
3458
3459 * msignal/MExtractor.[h,cc]
3460 - introduced Clear()-function, used in SetRange()
3461
3462 * mjobs/MJCalibrateSignal.cc
3463 - changed order of initialization of the 2 MWriteRootFiles whereupon
3464 the crash goes away. Have to revise the /dev/null work-around
3465 in MWriteRootFile!
3466
3467
3468
3469 2005/03/09 Markus Gaug
3470
3471 * msignal/MExtractTimeAndCharge.cc
3472 - catch a (very unprobable) case in which the low-gain range could
3473 be negative
3474
3475 * mjobs/MJCalibrateSignal.cc
3476 - modify writing of MCalibrationPulseTimeCam to disk in order to
3477 avoid program crash in the destructor of MJCalibrateSignal
3478
3479 * mhcalib/MHGausEvents.h
3480 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
3481 fPowerSpectrum out of the streamer.
3482 - intialize fFlags to 0
3483
3484
3485
3486 2005/03/09 Thomas Hengstebeck
3487
3488 * mranforest/MRFEnergyEst.cc
3489 - changed call of min, max functions to TMath::Min() and
3490 TMath::Max() to avoid compilation problems with some gcc
3491 versions
3492 - changed check of energy rule (last col of MHMatrix) so, that
3493 any rule containing "fEnergy" is accepted.
3494
3495
3496
3497 2005/03/08 Markus Gaug
3498
3499 * mhcalib/MHPedestalCam.[h,cc]
3500 - introduce new parameter "fFitStart" to decide from outside where
3501 to start fitting the pedestals.
3502
3503
3504
3505 2005/03/07 Markus Gaug
3506
3507 * mjobs/hilocalib_df6.root
3508 * mjobs/hilocalib_sp2.root
3509 - two files with the high-gain vs. logain intercalibration results.
3510 for Digital filter and September data and Spline and December
3511 data.
3512
3513 * callisto.rc
3514 - allow setting the variables ExtractWinLeft and ExtractWinRight.
3515
3516 * mhcalib/MHCalibrationHiLoCam.h
3517 * mhcalib/MHCalibrationCam.h
3518 * mhcalib/MHGausEvents.h
3519 - put the Draw-functions into the *MENU*
3520
3521 * mjobs/MJCalibration.[h,cc]
3522 - introduced reading of hi-vs.logain calibration file
3523
3524 * mjobs/MJPedestal.[h,cc]
3525 - modified range setting according Thomas S. suggestions
3526
3527 * msignal/MArrivalTime.[h,cc]
3528 - took out some commented code which will not be used any more
3529 - improve Print() function
3530
3531
3532
3533 2005/03/05 Markus Gaug
3534
3535 * msignal/MExtractTimeAndChargeSpline.[h,cc]
3536 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
3537 code which were still persistent
3538 - set default extraction type to integral (instead of amplitude)
3539 - set version number to 3
3540
3541 * mcalib/MCalibrationChargeCam.[h,cc]
3542 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
3543
3544 * mjobs/MJPedestal.[h,cc]
3545 - added function WriteExtractor which writes the extractor with the
3546 new ranges to disk if fPulsePosCheck has been selected.
3547
3548 * mjobs/MJCalibrateSignal.[h,cc]
3549 - added functionality to read the updated extractor from
3550 MJPedestalY2 (with the new extraction ranges).
3551
3552
3553
3554 2005/03/04 Abelardo Moralejo
3555
3556 * mmc/MFadcDefine.h
3557 - Changed constant SUBBINS from 5 to 500. This defines the
3558 resolution of the analog signal simulation in the camera MC.
3559 The time step is the duration of one FADC slice divided by
3560 SUBBINS. The change was necessary to implement correctly the PMT
3561 time jitter.
3562
3563
3564
3565 2005/03/03 Markus Gaug
3566
3567 * mjobs/pedestalref.rc
3568 * mjobs/calibrationref.rc
3569 * mjobs/calibrationref_Nov04.rc
3570 - added documentation
3571
3572 * mjobs/signalref.rc
3573 - added
3574
3575 * mjobs/MJPedestal.cc
3576 - re-added MFEventSelector which had been removed by TB on the
3577 15.2.2005.
3578 - added pulse position selector, as decided at the Berlin soft-
3579 ware meeting.
3580
3581 * callisto.cc
3582 - added SetPulsePosCheck() in MJPedestalY2
3583
3584 * mjobs/MJCalibrateSignal.cc
3585 - updated pulse pos. calculator, can be switched off now.
3586
3587 * mjobs/MJCalib.[h,cc]
3588 - added flag fPulsePosCheck
3589
3590
3591
3592 2005/03/02 Markus Gaug
3593
3594 * mjobs/MJCalib.[h,cc]
3595 * mjobs/MJPedestal.[h,cc]
3596 * mjobs/MJCalibration.[h,cc]
3597 * mjobs/MJCalibrateSignal.[h,cc]
3598 - put the storage types in the base class
3599
3600 * mbadpixels/MBadPixelsCam.cc
3601 - add some output in case that AsciiRead does not work
3602
3603 * msignal/MExtractTimeAndChargeSpline.cc
3604 - speed integration up a little bit.
3605
3606 * callisto.rc
3607 - adapt the low-gain stretch for the different pulse form for
3608 calibration and cosmics pulses (only applied if spline is used).
3609
3610
3611
3612 2005/02/25 Markus Gaug
3613
3614 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3615 - fixed bug in inter-calibration hi-logain for arrival times.
3616
3617 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
3618 - fixed the situation where the maximum bin is already found in the
3619 low-gain samples.
3620
3621 * mjobs/MJCalibration.cc
3622 - write the MPedestalCams also to disk (needed for data-check).
3623
3624
3625
3626 2005/02/25 Abelardo Moralejo
3627
3628 * msignal/MC_calibration_weights_UV.dat
3629 - Added. Weights file for using the digital filter on MC
3630 calibration files. For the moment the weights are the same as in
3631 the file calibration_weights_UV.dat, only that high and low gain
3632 have both the same weights because for the moment the MC pulse
3633 shape is the same in both gain branches.
3634
3635
3636
3637 2005/02/24 Markus Gaug
3638
3639 * mjobs/MJCalibrateSignal.cc
3640 - include display of pulse times (calculated in the post-process)
3641 - include the possibility for the pixel check (like in MJCalibration)
3642
3643 * mhcalib/MHCalibrationHiLoCam.cc
3644 - set default range up to 30.
3645
3646 * mhcalib/MHCalibrationChargeBlindPix.h
3647 - take the TVectors out of the streamer, to be exectuable with
3648 root.04.02
3649
3650
3651
3652 2005/02/24 Thomas Hengstebeck
3653
3654 * macros/RFEnergyEst.C
3655 - new macro to show the usage of RFEnergyEst class.
3656
3657
3658
3659 2005/02/24 Abelardo Moralejo
3660
3661 * mtemp/mpadova/macros/resize.C
3662 - moved MSrcPosCam output container from RunHeaders to Events tree.
3663
3664
3665
3666 2005/02/18 Marcos Lopez
3667
3668 * mflux/
3669 - new directory to store the flux related classes.
3670
3671 * mflux/MHadAlphaCut.{h,cc}
3672 - container to store the optimal hadronness and alpha cut for each bin in
3673 estimated energy and theta.
3674
3675 * mflux/MFHadAlpha.{h,cc}
3676 - filter to apply the hadronness and alpha cuts stored in
3677 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
3678 cut or both.
3679
3680
3681
3682 2005/02/18 Markus Gaug
3683
3684 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
3685 - new class to histogram the arrival time of cosmics above a certain
3686 threshold.
3687
3688 * mcalib/MCalibrationPulseTimeCam.[h,cc]
3689 - new class container with results of MHCalibrationPulseTimeCam
3690
3691 * mjobs/MJCalibrateSignal.cc
3692 - include MCalibrationPulseTimeCam to display
3693
3694
3695
3696 2005/02/18 Thomas Bretz
3697
3698 * mbase/MStatusDisplay.cc:
3699 - switch off TH1::AddDirectory during DrawClonePad
3700
3701 * mjobs/MSequence.[h,cc]:
3702 - added some code (still commented) for later use,
3703 allowing to setup a different filename for each runfile
3704 - added SetNight member function
3705 - added Add*Runs member function
3706 - with this changes MSequence can replace MRunIter now
3707 - allow requesting of standard path from outside
3708 (GetStandardPath)
3709
3710 * Makefile:
3711 - added sinope
3712
3713 * sinope.cc:
3714 - added (small tool to check contents of run for datacenter)
3715
3716 * callisto.cc:
3717 - added background information about Callisto
3718
3719 * ganymed.cc:
3720 - added background information about Ganymed
3721
3722 * mjobs/MJCalibrateSignal.cc:
3723 - removed special MC code. The MC files now have a lo-gain
3724 switch and we can extract the pedestal rms from lo-gain
3725 - don't print statistics if nothing was executed
3726 - fixed display. The displayed pedestal RMS was the one
3727 caluclated with a extractor but not at random position
3728 (This only effects the display, the algorithm was ok)
3729
3730
3731
3732 2005/02/17 Markus Gaug
3733
3734 * mjobs/MJCalibTest.cc
3735 - removed bug treating the MC calibration files uncorrectly
3736 - added Pixel-Check treatment
3737
3738 * mjobs/MJCalibration.cc
3739 - added Pixel-Check treatment
3740
3741 * callisto.rc
3742 - added pixel-check option
3743
3744 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3745 - calculate high-gain signal even if saturation occurs
3746
3747
3748
3749 2005/02/17 Thomas Bretz
3750
3751 * mjobs/MJStar.cc:
3752 - fixed some missing containers in case of MC files
3753
3754 * callisto.cc:
3755 - removed obsolete second check for kModeC
3756
3757 * mars.rc:
3758 - added a lot of option to be able to use a
3759 different signal extractor looking into uncalibrated
3760 data
3761
3762 * manalysis/MCameraData.[h,cc]:
3763 - added Print() member function
3764
3765 * manalysis/MCerPhotAnal2.[h,cc]:
3766 - switched off writing into MCerPhotEvt
3767
3768 * mdata/MDataChain.[h,cc]:
3769 - added code to handle priorities of operators correctly
3770
3771 * mhist/MHEvent.cc:
3772 - fixed display for MPedestalRMS
3773
3774 * mjobs/MJCalib.cc:
3775 - fixed treatment of PixelCheck resource
3776
3777 * mjobs/MJCalibrateSignal.cc:
3778 - added some comments about Monte Carlo
3779 - added MMcFadcHeader to output
3780
3781 * mjobs/MJPedestal.cc:
3782 - do not allow 'UseData' for Monte Carlos. Reason is given as
3783 comment in the code
3784
3785 * mmain/MEventDisplay.[h,cc]:
3786 - changed such, that mars.cc allows to set the used extractor
3787 - removed the obsolete cam.root, ped.root option
3788
3789 * mmain/MCameraDisplay.cc:
3790 - adapted to change in MEventDisplay
3791
3792
3793
3794
3795 2005/02/16 Javier Rico
3796
3797 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
3798 mhistmc/HistMcLinkDef.h
3799 - Added container class holding the histograms of the coefficients
3800 for the (iterative) unfolding.
3801
3802 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
3803 mmontecarlo/MonteCarloLinkDef.h
3804 - Added task class to compute the coefficients for the (iterative)
3805 unfolding.
3806
3807 * macros/unfoldCoeff.C
3808 - added macro that computes the effective areas and coefficients
3809 from a MC input file (with OriginalMC tree and MEnergyEst
3810 branch containing the energy estimator). This may be used
3811 as layout for spectrum computation program.
3812
3813
3814
3815 2005/02/16 Markus Gaug
3816
3817 * mdata/MDataChain.cc
3818 - replaced ROOT version check for the compiler from 4.02.00 to
3819 4.01.00
3820
3821 * mranforest/MRFEnergyEst.cc
3822 - include "TVector.h", otherwise this class does not compile
3823 in newer root versions
3824
3825 * msignal/MExtractTimeAndCharge.cc
3826 - initialize fLoGainStartShift correctly if read from conf. file
3827 and modified fOffsetLoGain exists.
3828
3829 * msignal/*weights*.dat
3830 - new weights with the uniform pedestal RMS. (Please use these!)
3831
3832 * msignal/pulpo_weights*.dat
3833 - new weights with the pulpo-pulse form and without NSB!!
3834
3835
3836
3837 2005/02/16 Thomas Hengstebeck
3838
3839 * mranforest/MRFEnergyEst.[h,cc]
3840 - added RF class for energy estimation
3841
3842 * mranforest/MRFEnergyEst.cc
3843 - changed calculation of estimated energy, now interpolated values
3844 are returned
3845
3846
3847
3848 2005/02/16 Abelardo Moralejo
3849
3850 * macros/starmc2.C:
3851 - Changed the way in which the "OriginalMC" tree is copied from
3852 the input to the output file. Now we ise the new procedure
3853 MWriteRootFile::AddCopySource
3854
3855 * mhistmc/MHMcCollectionArea.cc
3856 - Changed default fName to "MHMcCollectionArea"
3857
3858 * mtemp/mpadova/macros/resize.C
3859 - Changed weights
3860
3861
3862
3863 2005/02/16 Thomas Bretz
3864
3865 * mbase/MEvtLoop.cc:
3866 - fixed a typo
3867
3868 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
3869 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
3870 mjobs/MJStar.cc:
3871 - optimized size of some output
3872
3873 * mfileio/MWriteRootFile.[h,cc]:
3874 - fixed CopySource option for single-file case
3875
3876 * mhist/MHCamEvent.cc:
3877 - replaced the warn in SetupFill by an inf
3878
3879 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
3880 mhcalib/MHCalibrationChargePINDiode.cc:
3881 - removed obsolete output after a failed FindCreateObj (the
3882 function itself does the output in case of failure)
3883
3884 * mhcalib/MHCalibrationCam.cc:
3885 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
3886 it doesn't result in an fatal error (abort)
3887
3888 * mranforest/MRanForestCalc.cc:
3889 - added a missing debug level to some output
3890
3891 * mranforest/MRFEnergyEst.[h,cc]:
3892 - cleaned up includes
3893
3894 * callisto.cc, ganymed.cc, star.cc:
3895 - implemented enhanced handling of resource debugging
3896
3897 * mbase/Makefile, mbase/BaseLinkDef.h:
3898 - added MEnv
3899
3900 * mbase/MEnv.[h,cc]:
3901 - added
3902
3903 * mjobs/MJob.[h,cc]:
3904 - added new function to allow distribution of extranl MEnv
3905 - replaced Bool_t by Int_t for fEnvDebug
3906
3907 * mjobs/MJPedestal.cc:
3908 - adapted to changes of EnvDebug
3909
3910
3911
3912 2005/02/15 Abelardo Moralejo
3913
3914 * macros/mccalibrate.C
3915 - fixed small bug
3916
3917 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
3918 * mhistmc/MHMcCollectionArea.[h,cc]
3919 - Changed the way of calculating final effective area for data
3920 analysis. The new approach requires the use of MC files produced
3921 with the current CVS version of camera. We now make use of the
3922 true total number of produced MC events, and allow for the
3923 setting of a "tentative" differential gamma spectrum to be used
3924 in the calculation of effective areas.
3925 Removed unused constructor argument "input" in
3926 MMcCollectionAreaCalc.
3927
3928 * macros/collarea.C
3929 - Adapted to the new way of calculating effective areas.
3930
3931
3932
3933 2005/02/15 Thomas Bretz
3934
3935 * callisto.rc:
3936 - replaced mutal exclusive options (Integral, Amplitude) by
3937 a one-line resource
3938
3939 * msignal/MExtractTimeAndChargeSpline.cc:
3940 - replaced mutal exclusive options (Integral, Amplitude) by
3941 a one-line resource "ExtractionType" (old code still works)
3942
3943 * manalysis/MCerPhotEvt.[h,cc]:
3944 - added new variables to store information about islands
3945 and removed pixels - PRELIMINARY
3946 - increased class version number
3947
3948 * mfilter/MFSoftwareTrigger.cc:
3949 - optimized output in PostProcess
3950
3951 * mimage/MHImagePar.[h,cc]:
3952 - added new histograms for new variables in MCerPhotEvt
3953
3954 * mimage/MImagePar.[h,cc]:
3955 - added new data members for the new image parameters
3956 - increased class version
3957
3958 * mimage/MImgCleanStd.[h,cc]:
3959 - adapted image cleaning to calculate the new image
3960 parameters
3961 - added a flag to keep single core pixels
3962
3963 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
3964 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
3965 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
3966 - renamed GetFileName to GetFullFileName
3967
3968 * mbase/MInputStreamID.h:
3969 - added new member function HasStreamId
3970
3971 * mbase/MParContainer.[h,cc]:
3972 - added a static list to keep track of all created
3973 TMathodCall objects
3974
3975 * mbase/MTask.cc:
3976 - enhanced PrintStatistics
3977
3978 * mfileio/MRead.[h,cc]:
3979 - new abstract function GetFullFileName
3980 - added implementatio of GetFileName based on GetFullFileName
3981
3982 * mfileio/MWriteRootFile.[h,cc]:
3983 - moved open of a new file to new common member function
3984 OpenFile
3985 - allow to use an already existing file also when using rules
3986 - added a new option which can be used to copy an existing
3987 tree (without any change) from the old file into the new file.
3988 (in principal you can also do this for some of its branches only)
3989 This is done by AddCopySource
3990
3991 * mjobs/MJCalibrateSignal.cc:
3992 - in case of MonteCarlo files write an independant tree
3993 'MonteCarlo' for 'MMcEvtBasic'
3994
3995 * mjobs/MJStar.cc:
3996 - copy tree 'MonteCarlo' from old into new files
3997
3998 * mjobs/MJPedestal.cc:
3999 - removed wrong use of MFEventSelector
4000
4001 * mpedestal/MExtractPedestal.cc:
4002 - made sure that fExtractor is correctly pre- and
4003 postprocessed.
4004
4005 * mbase/MTask.cc:
4006 - don't preprocess a task if it has been preprocessed already
4007
4008 * mraw/MRawFileWrite.cc:
4009 - if display is set write output to status line
4010
4011 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
4012 - moved code to display filename in status display from
4013 MReadMarsFile::Notify to MReadTree::Notify
4014
4015
4016
4017 2005/02/15 Markus Gaug
4018
4019 * mjobs/MJCalib.h
4020 - added GetDataFlag(), otherwise code does not compile!
4021
4022 * mhcalib/MHCalibrationChargeCam.cc
4023 - moved default saturation limit for number of high-gain events from
4024 0.02 to 0.05.
4025
4026 * msignal/MExtractTimeAndCharge.cc
4027 - lowered default low-gain switch from 150 to 120. (for calibration
4028 events which saturate more than 5% of the events).
4029
4030 * mjobs/MJCalib.[h,cc]
4031 - include possibility to display pixels distributions for test
4032 reasons
4033
4034
4035
4036 2005/02/14 Thomas Bretz
4037
4038 * callisto.cc, ganymed.cc, star.cc:
4039 - added some more information to '--help' output
4040 - replaced MSequences by MDataSet
4041 - implemented new debugging options (maybe not perfect yet)
4042 --print-files and --print-found
4043
4044 * mjobs/MJCut.[h,cc]:
4045 - replaced MSequences by MDataSet
4046 - write MEnergyEst
4047 - recalculate MHillasSrc
4048 - made sure both MWriteRootFile have different names
4049 - don't use "same" option if no off-data
4050
4051 * mjobs/MSequences.[h,cc]:
4052 - removed
4053
4054 * mjobs/MDataSet.[h,cc]:
4055 - added
4056
4057 * manalysis/MEventRateCalc.[h,cc]:
4058 - added a fix which make sure, that the rate is not influenced
4059 too much by the start of data taking
4060 - fixed setting of mean time corresponding to rate-interval
4061
4062 * mraw/MRawFileRead.[h,cc]:
4063 - calculate total number of events from all files in PreProcess
4064
4065 * mcalib/MCalibConstCam.cc:
4066 - added case 2 to GetPixelContent
4067
4068 * mjobs/MJCalibrateSignal.cc:
4069 - fixed redirection of stream with interleaved calibration infos
4070 - changed 'Arrival Time' to 'Calibrated Arrival Time'
4071 - display interpolated signal in equivalent photoelectrons to
4072 to get rid of scaling effects which makes it difficult to see
4073 details of the structure of the inner pixels in the histogram.
4074 With this you can immediatly see whether the relative number
4075 of phe in the outer pixels is equiv. to the inner pixels.
4076 - the same for the calibration factor - with the same argument
4077 - adapted to change in MWriteRootFile
4078 - use MReadMarsFile for Monte Carlo flag set
4079
4080 * mhist/MHCamera.cc:
4081 - changed drawing such, that NaN is not displayed anymore
4082
4083 * Makefile:
4084 - added new program ganymed
4085
4086 * mfileio/MWriteRootFile.[h,cc]:
4087 - added possibility to use UPDATE mode with rules (dangerous!)
4088 as discussed with Abelardo, Daniel M. and Thomas S.
4089
4090 * mjobs/MJStar.cc:
4091 - adapted to change in MWriteRootFile
4092 - added software trigger (still untuned) as suggested by
4093 Thomas S.
4094 - added calculation of source position before calculation
4095 of image parameters
4096 - added MPointingPos to Events-Tree
4097 - removed MPointingPos from Drive-Tree
4098 - renamed sub-tasklists to something more intuitive
4099
4100 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4101 - added MJCut.cc
4102
4103 * mraw/MRawFileRead.cc:
4104 - return kERROR if ReInit fails
4105
4106 * mfilter/MFSoftwareTrigger.[h,cc]:
4107 - updated to allow using time coincidence
4108 - changed default values
4109 - added a pattern independant trigger algorithm
4110
4111 * mbase/MDirIter.cc:
4112 - implemented option 'dbg' in Print()
4113
4114 * mjobs/MJCalib.h:
4115 - added a getter for data-flag (should be renamed
4116 to 'datatype' soon)
4117
4118
4119
4120 2005/02/12 Abelardo Moralejo
4121
4122 * mtemp/mpadova/macros/wobblemap.C
4123 - Added. Macro to do some studies on wobble mode data.
4124
4125 * macros/mccalibrate.C
4126 - Added option to divide the output in a train and a test sample.
4127 Included in output new container MMcEvtBasic (if found in input
4128 files) for later use in effective areas calculations.
4129
4130 * macros/starmc2.C
4131 - Added writing out of new container MMcEvtBasic. Removed
4132 possibility of splitting output in train and test samples, since
4133 this has now to be done in mccalibrate.C to make possible that
4134 the tree OriginalMC containing MMcEvtBasic has all the original
4135 MC events (and only those) from which the events present in the
4136 Events tree derive.
4137
4138 * macros/starmc.C
4139 - Changed a couple of wrong "." by "->" in function calls. Changed
4140 default tail cuts.
4141
4142
4143
4144 2005/02/12 Markus Gaug
4145
4146 * msignal/MExtractTimeAndChargeSpline.cc
4147 - change default rise time to 0.5 and default fall time to 1.5
4148
4149 * callisto.rc
4150 - made intitializations of extractors more explicit
4151
4152 * mpedestal/MExtractPedestal.cc
4153 - make check for even number of slices in the case of "fundamental"
4154 pedestal calc.
4155
4156 * mcalib/MCalibrationChargeCalc.cc
4157 - take out some commented code
4158
4159 * mjobs/MJCalib.h
4160 - removed GetDataFlag()
4161
4162
4163
4164 2005/02/12 Abelardo Moralejo
4165
4166 * mmc/MMcTrig.hxx
4167 - Added getter GetNumFirstLevel. This is necessary if that data
4168 member is to be used for instance in MF filters. There was
4169 already a getter, but it is called GetFirstLevel and hence not
4170 recognized.
4171
4172
4173
4174 2005/02/11 Abelardo Moralejo
4175
4176 * mmc/MMcEvtBasic.[h,cc]:
4177 - New class. Contains 5 very basic MC parameters which we intend
4178 to save for all generated Corsika events. This is needed for
4179 proper effective area calculations.
4180
4181 * mmc/Makefile, McLinkDef.h
4182 - Added new class above.
4183
4184
4185
4186 2005/02/11 Thomas Bretz
4187
4188 * mfileio/MWriteRootFile.[h,cc]:
4189 - added the possibility to write to an already existing file.
4190 This doesn't affect the old behaviour, but using this new feature
4191 might still have problems.
4192
4193 * mfileio/MReadReports.cc:
4194 - fixed column-level in PrintStatistics
4195
4196 * mjobs/MJCalibrateSignal.cc:
4197 - keep MMcRunHeader in the output
4198
4199
4200
4201 2005/02/10 Abelardo Moralejo
4202
4203 * macros/mccalibrate.C
4204 - Added possibility to calibrate in photons or photoelectrons
4205
4206 * macros/starmc2.C
4207 - Added comment about value of cleaning levels
4208
4209
4210
4211 2005/02/10 Markus Gaug
4212
4213 * mcalib/Makefile
4214 * mcalib/CalibLinkDef.h
4215 * mcalib/MCalibrate.[h,cc]
4216 - removed mcalib/MCalibrate.* because it has been replaced by
4217 MCalibrateData
4218
4219 * mmain/MEventDisplay.cc
4220 - replaced MCalibrate by MCalibrateData
4221
4222 * mhcalib/MHCalibrationCam.cc
4223 - replaced warning about empty histogram from red (err) by
4224 yellow (warn).
4225
4226 * mcalib/MCalibColorSet.cc
4227 - return kTRUE in case of MC-file
4228
4229 * msignal/MExtractTimaAndChargeSpline.[h,cc]
4230 - make sure that all variables are set correctly independent on
4231 the order of their initialization by the user
4232
4233
4234
4235 2005/02/10 Thomas Bretz
4236
4237 * mgeom/MGeomCam.[h,cc]:
4238 - added new member functions (GetNeighbors) to get all pixels
4239 around a given pixel with a given radius
4240
4241 * mars.rc:
4242 - use same values for image cleaning as default in star
4243
4244 * mpointing/MSrcPosCalc.[h,cc]:
4245 - added the possibility to set the Source position from
4246 a resource file
4247
4248 * mjobs/MJStar.cc:
4249 - write MMcRunHeader to RunHeaders
4250
4251 * mfileio/MWriteRootFile.cc:
4252 - removed an obsolete line
4253 - removed a debug line which should not be there
4254
4255 * mimage/MHillas.h:
4256 - added new Getter GetDist0 returning the distance to the
4257 camera center
4258
4259 * mhflux/MHFalseSource.cc:
4260 - the scaling in Paint() was nonsense in case we are looking
4261 at on/off-data. Fixed.
4262
4263
4264
4265 2005/02/10 Abelardo Moralejo
4266
4267 * manalysis/MMcCalibrationUpdate.h
4268 - Added comment on new member fSignalType. Sorry for compilation
4269 problems... I forgot to commit the header yesterday, but M. Gaug
4270 did it.
4271
4272 * macros/starmc.C
4273 - Cleaned up a little bit, made the option to choose between
4274 calibration in photons or phe- easier to set.
4275
4276 * manalysis/MMcCalibrationUpdate.[h,cc]
4277 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
4278 default for consistency with MCalibrateData.
4279
4280
4281
4282 2005/02/09 Abelardo Moralejo
4283
4284 * manalysis/MMcCalibrationUpdate.cc
4285 - Updated to make the MC calibration in phe- work
4286
4287 * macros/starmc.C
4288 - same as above. Now default is calibration in phe-
4289
4290 * mraw/MRawEvtHeader.h
4291 - Added setter for the trigger pattern, absolutely needed for
4292 creating proper MC root files.
4293
4294
4295
4296 2005/02/09 Markus Gaug
4297
4298 * manalysis/MMcCalibrationUpdate.h
4299 - added missing declaration of fSignalType
4300
4301 * mjobs/MJPedestal.[h,cc]
4302 * mjobs/badpixels_0_559.rc
4303 * callisto.rc
4304 - allow exclusion of bad pixels from the beginning (default is
4305 Pixel 0 and 559).
4306 - removed some obsolete includes
4307 - took out data member fPedestalHist from MJPedestal.h which removes
4308 the crash, however I don't understand why it caused the crash!!!
4309 There seem to be problems with memory usage either in callisto.cc
4310 or in this class!!
4311 (valgrind shows several memory leaks in the TG... classes).
4312
4313 * mjobs/MJCalibration.cc
4314 - write display and containers also in case of failure of eventloop
4315
4316 * mhcalib/MHGausEvents.cc
4317 - make default display window 600x600
4318
4319 * mcalib/MCalibrationQECamMagic.cc
4320 - updated five pixels
4321
4322 * mpedestal/MExtractPedestal.[h,cc]
4323 * mpedestal/MPedCalcPedRun.cc
4324 * mpedestal/MPedCalcFromLoGain.cc
4325 - included possibility for intermediate pedestal cam (not yet used)
4326
4327 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
4328 - initialize the bad events counters to 0 also in constructor
4329 - release the limit for bad events a bit
4330
4331 * mcalib/MCalibrationTestCam.h
4332 - take out include of TArrayI (already in base class)
4333
4334 * mcalib/MCalibrateData.h
4335 - make default argument for SetSignalType kPhe.
4336
4337 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
4338 - removed
4339
4340
4341
4342 2005/02/08 Markus Gaug
4343
4344 * mhcalib/MHCalibrationCam.cc
4345 * mcalib/MCalibrationChargeCalc.cc
4346 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
4347
4348
4349
4350 2005/02/08 Thomas Bretz
4351
4352 * mpointing/MPointingPosInterpolate.cc:
4353 - use debug option in addition to switch off output from internal
4354 eventloop. It is confusing having this output inside another
4355 eventloop.
4356 - updated missing connections in class description
4357
4358 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
4359 - made sure that output of PostProcess fits into 80col boundary
4360
4361 * mimage/MHillas.cc:
4362 - removed an obsolete call to TLine::Paint() in Paint.
4363
4364
4365
4366 2005/02/07 Thomas Bretz
4367
4368 * mbase/MFilter.cc:
4369 - use paranthesis around ClassName in GetRule
4370
4371 * mdata/MDataFormula.h:
4372 - fixed a wrong comment in variable description
4373
4374 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
4375 mjobs/MJCalibrateSignal.cc,
4376 mjobs/MJCalibrateSignalFromOutside.cc:
4377 - to make sure there are no missunderstandings we have to
4378 replace all occurances of 'Variance' by 'SqrtVariance'
4379 (it was not my decision)
4380
4381 * mastro/MAstro.[h,cc]:
4382 - added new function Angle2Coordinate
4383
4384 * mbase/MTaskEnv.[h,cc]:
4385 - fixed a bug which caused the resource task to be ignored
4386 if the default task was '<dummy>'
4387
4388 * mhbase/MH3.cc:
4389 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
4390 instead of FindObject) which caused the histogram to
4391 be put a lot of times into the pad.
4392
4393 * mjobs/MJCalib.[h,cc]:
4394 - derived MJCalib from MJob in order to be able to move
4395 common code from derived classes into the base-class
4396 - implemented CheckEnvLocal to handle the resource 'DataType'
4397 - changed publicity of some variables and functions
4398 to allow setting file type from outside
4399 - added new function to set data-type for use in callisto.cc
4400
4401 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
4402 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
4403 - removed double inheritance, replaced by single inheritance
4404 from MJCalib
4405 - replaced code to handle the resource 'DataType' by the
4406 common code in the base class
4407 - put reading of reference file into a new member function
4408 to make source code reading resource file simpler and to
4409 be able to write a function description about it (simple
4410 copy&past)
4411
4412 * callisto.cc:
4413 - added option for file-type
4414
4415 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
4416 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
4417 - added to repository, but not yet to Makefile because
4418 there is still some work to be done. But whoever is
4419 interested in the new classes/program may already use it.
4420
4421 * mhflux/MAlphaFitter.[h,cc]:
4422 - added option to choose the minimization value
4423
4424 * mhflux/MHAlpha.cc:
4425 - replaced significance by minimization value
4426
4427 * mhflux/MHEffectiveOnTime.cc:
4428 - use E-Option when fitting to improve error calculation
4429 by using Minos technique
4430
4431
4432
4433 2005/02/04 Markus Gaug
4434
4435 * mjobs/MJCalibration.cc
4436 - found a "the `impossible' happened" when running callisto with
4437 a pure signal extractor --> MExtractTimeFastSpline has some
4438 problems with the management of the internal arrays. Replaced it
4439 by MExtractTimeHighestIntegral as default which is as good.
4440
4441 * callisto.rc
4442 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
4443 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
4444 now tested and checks for the positions of the pulse within the
4445 DAQ-window.
4446
4447
4448
4449 2005/02/04 Thomas Bretz
4450
4451 * Makefile.rules:
4452 - fixed creation of main MDep.d
4453
4454 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
4455 - added commandline option --version
4456
4457 * mbase/MFilter.cc:
4458 - changed default for 'GetRule'
4459
4460 * mbase/MParContainer.cc:
4461 - simplified GetNewObject
4462
4463 * mfbase/MF.cc:
4464 - if no conditional sign is found try to create
4465 MFilter-object
4466
4467 * mraw/MRawEvtData.cc:
4468 - fixed the initialization of fABFlags in case maxid==0 which
4469 is the default. This caused MRawEvtPixelIter::HasABFlag
4470 to do unallowed access to memory for old root-files without
4471 the AB flag, because it assumed (due to size==1) that the
4472 data contains the ab flag
4473
4474 * mraw/MRawEvtPixelIter.[h,cc]:
4475 - removed some obsolete debug comments
4476 - simplified HasABFlag
4477
4478 * manalysis/MCerPhotPix.h:
4479 - removed the `!` again. It gave problems with the Mars
4480 display. We agreed that this is a minor problem because
4481 the structure of MCerPhot* will chnage soon in any case.
4482
4483
4484
4485 2005/02/04 Abelardo Moralejo
4486
4487 * macros/starmc2.C
4488 - added to output missing container MConcentration.
4489
4490
4491
4492 2005/02/03 Thomas Bretz
4493
4494 * mfbase/MFilterList.[h,cc]:
4495 - added new function AddToList(TCollection&)
4496
4497 * mhbase/MFillH.cc:
4498 - print a warning if 'same'-option given without
4499 a corresponding existing tab
4500
4501 * mhflux/MHAlpha.[h,cc]:
4502 - made time bins settable by user
4503
4504 * mfileio/MWriteRootFile.cc:
4505 - fixed ReInit and a warning output when writing to memory
4506
4507
4508
4509 2005/02/03 Markus Gaug
4510
4511 * mcalib/MCalibColorSet.[h,cc]
4512 - implement possibility to set colour explicitely (e.g. for MC).
4513
4514 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4515 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
4516
4517 * mjobs/MJPedestal.cc
4518 - in case, extractor is used, put the extractor into the tasklist,
4519 otherwise ranges do not get initialized correctly (wrong memory
4520 usage!). Use an event selector, however to not skip the Process.
4521 This is as fast as before and now safe for any kind of extractor
4522
4523 * mcalib/MCalibrationCam.h
4524 * mcalib/MCalibrationTestCam.h
4525 * mcalib/MCalibrationTestCam.cc
4526 - initialize a missing array in InitAverageAreas
4527
4528 * mraw/MRawEvtHeader.h
4529 - introduced Setter() of cal. pattern for Abelardo
4530
4531
4532
4533 2005/02/02 Markus Gaug
4534
4535 * mcalib/MCalibrationChargeCam.cc
4536 - fixed small bug in the display of mean charges when low-gain was
4537 used.
4538
4539 * msignal/MExtractor.cc
4540 - print the missing overlap between high-gain and low-gain
4541 in the Print() function
4542 - remove setting of fHiLoLast in PreProcess, otherwise cloned
4543 extractors do not work any more with windows exceeding the
4544 high-gain range.
4545
4546 * mhcalib/MHCalibrationTestCam.[h,cc]
4547 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
4548 - set proper probability limits for the fits
4549
4550 * mcalib/MCalibrateData.cc
4551 - catch the case in which no interlaced cal. events are being sent
4552 by the pulser box.
4553
4554 * mjobs/MJCalib.[h,cc]
4555 - put the data type enum in a new base class
4556
4557 * mjobs/MJCalibTest.[h,cc]
4558 - re-name old class MJExtractCalibTest to MJCalibTest and make it
4559 compatible with the sequence-files.
4560
4561 * mjobs/MJExtractCalibTest.[h,cc]
4562 - removed
4563
4564 * mjobs/MJCalibrateSignal.cc
4565 - put a compiler warning about the default cal. to photo-electrons
4566
4567 * callisto.cc
4568 - add new flag "--use-test" to enable the MJCalibTest facility
4569 (default: not used)
4570
4571
4572
4573 2005/02/01 Raquel de los Reyes
4574
4575 * mjobs/MSequence.h
4576 - Added "Get" functions for the TArrays variables.
4577
4578
4579
4580 2005/02/01 Markus Gaug
4581
4582 * mjobs/MJPedestal.[h,cc]
4583 * mjobs/MJCalibration.[h,cc]
4584 * mjobs/MJCalibrateSignal.[h,cc]
4585 * callisto.rc
4586 - put enum for data type. Can now set the data type (mc, raw, root)
4587 without running the data check.
4588
4589 * mhcalib/MHCalibrationCam.cc
4590 - return kTRUE in PostProcess if GetNumExecutions is 0
4591
4592 * mcalib/MCalibrationChargeCalc.cc
4593 - return kTRUE in PostProcess if GetNumExecutions is 0
4594
4595
4596
4597 2005/02/01 Daniel Mazin
4598
4599 * MPointingPosInterpolate.cc:
4600 - fixed bug to match the units of Ra and Decl in MPointingPos
4601 - fixed bug in handling of events with times outside of times from
4602 MDrive tree
4603
4604
4605
4606 2005/02/01 Thomas Bretz
4607
4608 * showplot.cc:
4609 - another fix to make the batch mode working (you can use the batch
4610 mode to convert a root-file into another format)
4611
4612
4613
4614 2005/01/31 Thomas Bretz
4615
4616 * mbase/MStatusDisplay.cc:
4617 - fixed handling of batch mode in GetCanvas(const TString &name)
4618 - don't skip already existing tabs in Display()
4619
4620
4621
4622 2005/01/31 Raquel de los Reyes
4623
4624 * mjobs/MSequence.h
4625 - Added "Get" functions for some of the sequence.txt file
4626 parameters.
4627
4628
4629
4630 2005/01/31 Markus Gaug
4631
4632 * mjobs/MJob.[h,cc]
4633 * mjobs/MJCalibrateSignal.[h,cc]
4634 * mjobs/MJCalibration.[h,cc]
4635 - move file type enum to base class
4636
4637 * mjobs/MJCalibrateSignal.[h,cc]
4638 - allow also for direct setting of an MRunIter (not used in
4639 callisto).
4640
4641 * mcalib/MCalibrationChargeCalc.[h,cc]
4642 - test also for pulser strength changes additionally to changes in
4643 colour.
4644
4645
4646
4647 2005/01/31 Abelardo Moralejo
4648
4649 * mpointing/MSrcPosCalc.cc
4650 - Create only one instance of MAstroSky2Local for the
4651 transformations, instead of two identical ones, as it was before.
4652
4653
4654
4655 2005/01/30 Markus Gaug
4656
4657 * mjobs/MJCalibration.cc
4658 * mjobs/MJPedestal.cc
4659 * mjobs/calibrationref_Nov04.rc
4660 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
4661 - updated correct display of reference lines
4662
4663
4664
4665 2005/01/29 Markus Gaug
4666
4667 * msignal/MExtractFixedWindowSpline.[h,cc]
4668 - fixed a bug occurring with overlapping windows between high-gain
4669 and low-gain
4670
4671 * msignal/MExtractFixedWindowPeakSearch.cc
4672 - take out call to fSignals->Clear() which is already done in
4673 MTaskList.
4674
4675 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
4676 - new extractor reducing the bias and solving the problem with the
4677 jumping pulse readout.
4678
4679
4680
4681 2005/01/28 Abelardo Moralejo
4682
4683 * mpointing/MSrcPosCalc.cc
4684 - updated. Make it work as desired: obtain for each event the x,y
4685 position on the camera of a source whose celestial coordinates
4686 (J2000) have been set by the user in the container "MSourcePos"
4687 of type MPointingPos, added to the parameter list. If the
4688 container MSourcePos is not found, the center of the camera (or
4689 other fixed position x,y set in the parameter list by the user -
4690 in MSrcPosCam) is used as source position for all the events in
4691 the loop.
4692
4693
4694
4695 2005/01/28 Thomas Bretz
4696
4697 * mjobs/MJCalibrateSignal.cc:
4698 - fixed that extract1,2,3 haven't been deleted if loop failed.
4699 - print tasklist also if loop failed.
4700 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
4701 the event processing tasklist
4702
4703 * callisto.rc:
4704 - added comments about "FinalFantasy" into call
4705 - added comment for obsolete resources as discussed yesterday
4706 evening: TimeUpperLimit
4707
4708 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
4709 mpedestal/MPedPhotPix.h:
4710 - replaced TruncatePrecision by ReducePrecision (its simply a better
4711 name)
4712
4713 * mbase/MParList.cc:
4714 - added a check to make 200%(!) sure that the container added
4715 to the list is a MParContainer (everything else could crash
4716 almost everything in Mars!)
4717
4718 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
4719 mjobs/MJPedestal.cc:
4720 - simplified the code in the WriteResult functions by using
4721 the new WriteContainer in MJob
4722 - removed the TObjArray from the MParList! It is NOT a MParContainer
4723 there are a lot of circumstance how this can crash Mars. I don't
4724 know why the compiler allowed for this.
4725 - unified WriteResult and WriteHists
4726 - split GetOutputFile into two functions for simplification
4727
4728 * mjobs/MJCalibration.h:
4729 - copy the extractorcam name when copying the contents
4730
4731 * mjobs/MJob.[h,cc]:
4732 - new member function WriteContainer to simplify code in derived
4733 classes
4734
4735 * mpointing/MSrcPosCalc.[h,cc]
4736 - fixed the header according to Abelardo's changes
4737 - added the initialization of the pointers to the constructor
4738
4739
4740
4741 2005/01/28 Markus Gaug
4742
4743 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4744 - introduce a security check for the time fine adjustment in case,
4745 it is too large.
4746
4747 * mcalib/MCalibConstCam.[h,cc]
4748 * mcalib/MCalibConstPix.h
4749 - new classes to allow display of changing cal. constants with the
4750 interlaced cal. events
4751
4752 * mcalib/MCalibrationChargeCalc.cc
4753 - removed stopping of PostProcess in case that the evtloop is
4754 finished with interlaced cal. events
4755
4756 * mcalib/MCalibrateData.[h,cc]
4757 - fill MCalibConstCam with update results (once per calib. consts
4758 update == every 10 sec.)
4759 - introduce check for size of calibration constant. In case, it is
4760 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
4761
4762 * mjobs/MJCalibrateSignal.cc:
4763 - display one MHCamera more with changing conv. factors (only for
4764 interlaced cal. events)
4765
4766 * mpedestal/MPedCalcFromLoGain.cc
4767 - set default for MExtractWinFirst from 15 to 17 because of the
4768 late cosmics signals in December
4769
4770
4771 2005/01/28 Abelardo Moralejo
4772
4773 * mtemp/mpadova/macros/trainsubsample.C
4774 - added # of events to be written in the output (instead of
4775 fraction of total). Moved MSrcPosCam in output from RunHeaders
4776 to Events tree.
4777
4778
4779
4780 2005/01/27 Daniel Mazin and Markus Gaug
4781
4782 * mcalib/MCalibrateData.[h,cc]
4783 - derive this class from MCamEvent in order to be able to display
4784 evolution of conversion factors in case of interlaced cal.
4785 events
4786
4787 * mpointing/MInterpolatePointingPos.[h,cc]
4788 - new class to interpolate pointing positions, adapted from a class
4789 by Marcos Lopez
4790
4791 * mjobs/MJCalibrateSignal.[h,cc]
4792 - enabled the calibration of data with interlaced calibration events
4793
4794 * msignal/MArrivalTime.[h,cc]
4795 * mcalib/MCalibrateRelTime.cc
4796 - removed Error of calibrated arrival time, as agreed on the last
4797 software calibration meeting yesterday
4798
4799 * mjobs/MJCalibrateSignal.cc
4800 - add display to show histogramming of conversion factors
4801 - modify default calibration to equiv. photo-electrons
4802 - allow for setting of MC, Raw or Root-file type in callisto.rc
4803
4804 * callisto.rc
4805 - updated conf. file
4806
4807
4808 2005/01/27 Thomas Bretz
4809
4810 * callisto.cc:
4811 - don't display starting pedestals when calibrating the signal
4812
4813 * callisto.rc:
4814 - added some comments
4815
4816 * star.rc:
4817 - according to Daniel M. we have agreed to change the default
4818 cleaning level to adapt it roughly to the new pedestal
4819
4820 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
4821 - as agreed in the current calibration meeting we truncate the
4822 precision of the stored floating point values to roughly 0.5%
4823 to gain storage space in the calibrated data (the gzip
4824 algorithm compresses this stuff nicely - we gain roughly 15%)
4825
4826 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
4827 - added a comment
4828
4829 * mjobs/MJCalibrateSignal.cc:
4830 - changed title of unsuitable plot
4831 - removed plot for calibrated fundamental pedestal as agreed in the
4832 current calibration meeting (we may change this to an option)
4833
4834 * mjobs/MJPedestal.[h,cc]:
4835 - changed the name of the "PedDiff" plot to be consistent with the
4836 other tab-name
4837 - changed the options for the display
4838 - removed the dependancy of fDisplayType and the SetDataCheck
4839 option
4840 - added option kDisplayNone
4841 - renamed enums from k*Display to kDisplay*
4842
4843 * mhist/MHCamEvent.cc:
4844 - trying to get rid of the Err_%p workaround.
4845
4846 * manalysis/MCerPhotEvt.[h,cc]:
4847 - added some '!' signs in the comment line. This is quick hack
4848 to gain I/O speed and storage space. We will soon have new
4849 containers for the calibrated data and image cleaning
4850 information.
4851 - changed version number to 6
4852
4853 * mhist/MHCamera.cc:
4854 - added member function SetAllUsed
4855
4856
4857
4858 2005/01/26 Abelardo Moralejo
4859
4860 * macros/mccalibrate.C
4861 - removed creation and writing out of MSrcPosCam. It is more
4862 flexible to add it in starmc2.C if needed (for wobble mode for
4863 instance).
4864
4865 * mtemp/mpadova/macros/RanForestDISP.C
4866 - added possibility to set the number of hadrons read in for the
4867 training. Added some missing containers to output.
4868 - Fixed rule concerning the DISP, by adding parentheses. Remember
4869 that MHMatrix::AddColumn does not respect the usual precedence
4870 of operations!
4871
4872 * mtemp/mpadova/macros/resize.C
4873 - added to output missing container MRawEvtHeader
4874
4875 * macros/starmc2.C
4876 - added missing container MImagePar. Added possibility to set the
4877 source position on the camera (for the wobble mode).
4878
4879
4880
4881 2005/01/25 Abelardo Moralejo
4882
4883 * macros/starmc2.C
4884 - modified to allow double (train / test) output, for g/h
4885 separation studies. Added several missing containers to output.
4886
4887
4888
4889 2005/01/25 Thomas Bretz
4890
4891 * mcalib/MCalibrationIntensityChargeCam.cc:
4892 - fixed a lot of 'default argument'-warnings to make to code
4893 compile
4894
4895 * mbase/MParContainer.[h,cc]:
4896 - moved the empty Reset() function into the source file and
4897 added a lot of comments
4898 - implemented new helper-functions: GetNewObject
4899
4900 * mbase/MContinue.[h,cc]:
4901 - allow to use MFilter-classes as filter in ReadEnv
4902
4903 * mbase/MTaskEnv.cc:
4904 - replaced some code by GetNewObject
4905
4906 * mhbase/MFillH.cc:
4907 - handle DrawOption "same" to be able to draw to the same pad
4908
4909 * mhbase/MH.[h,cc]:
4910 - added same-argument to DrawSame
4911
4912 * mhbase/MH3.cc:
4913 - removed some obsolete comments
4914 - remove own drawing options before calling fHist->Draw
4915
4916 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
4917 - first try of implementing 'same' drawing option
4918
4919
4920
4921 2005/01/25 Markus Gaug
4922
4923 * mcalib/MCalibrationPattern.[h,cc]
4924 * mcalib/MCalibrationPatternDecode.[h,cc]
4925 - New Decoder task for the calibration pattern from the
4926 digital modules
4927
4928 * mraw/MRawEvtHeader.[h,cc]
4929 - remove decoding from this class
4930
4931 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
4932 - remove, because one needs anyhow much more than one data file
4933 to get a reasonable conversion factor
4934
4935 * mcalib/MCalibCalcFromPast.[h,cc]
4936 - remove MCalibrationIntensityHiLoCam
4937
4938 * mbadpixels/MBadPixelsPix.h
4939 * mbadpixels/MBadPixelsCam.cc
4940 - changed one function name to GetUnsuitableCalLevel()
4941
4942 * mjobs/MJCalibration.cc
4943 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
4944 "FADC slices" by "FADC sl.", otherwise they range out of the
4945 canvas.
4946
4947 * mcalib/MCalibrationChargeCalc.cc
4948 - ensure to set the color correctly in MCalibrationBlindCam
4949
4950 * callisto.rc
4951 - put space for
4952 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
4953 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
4954
4955
4956 2005/01/24 Abelardo Moralejo
4957
4958 * manalysis/MMcCalibrationUpdate.cc
4959 - Adapted to changes in MCalibrateData from 2005/01/16: moved
4960 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
4961 this, for the last week you may have found trouble running
4962 starmc.C and mccalibrate.C.
4963
4964
4965
4966 2005/01/24 Thomas Bretz
4967
4968 * callisto.cc:
4969 - removed non-existing option from output
4970
4971 * manalysis/MEnergyEstimate.[h,cc]:
4972 - added ReadEnv member function
4973
4974 * mbase/MContinue.[h,cc]:
4975 - implementes AllowEmpty option to support doing nothing
4976 defined in resource file
4977 - added a first draft to allow usage of class-filters instead of
4978 rules
4979
4980 * mbase/MMath.[h,cc]:
4981 - implemented a function suggested by Florian Goebel which reduces
4982 the precision of a float to ~0.5% which is usefull for data
4983 compression by gzip
4984
4985 * mdata/MDataChain.[h,cc]:
4986 - implemented ReadEnv member function
4987
4988 * mfbase/MF.cc:
4989 - a small enhancement to the output in ReadEnv
4990
4991 * mhbase/MH3.cc:
4992 - fixed call to FindObject in Paint which caused a profile to be
4993 displayed incorrectly in case it was read from a file
4994
4995 * mhflux/MHFalseSource.[h,cc]:
4996 - removed old obsolete unsused Significance functions
4997 - implemented ReadEnv member function
4998 - set false source binning only if BinningFalseSource is not default
4999 - check parlist for BinningAlpha
5000
5001 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
5002 mjobs/MJPedestal.cc:
5003 - added an additional check and output if output-file could
5004 not be opened
5005
5006 * mjobs/MJob.h:
5007 - added some Getter
5008
5009 * mhbase/MBinning.[h,cc].
5010 - added nen member functions
5011 + SetEdgesRaw
5012 + ReadEnv
5013 + Print
5014
5015 * mhflux/MAlphaFitter.[h,cc]:
5016 - added new member function ReadEnv
5017
5018 * mhflux/MHAlpha.cc:
5019 - fixed a problem when fitting without off-data
5020
5021 * mbase/MStatusDisplay.cc:
5022 - implemented a further fix in DrawClonePad to make sure
5023 that the X-stuff doesn't get confused while still
5024 GetDrawOption returns the correct value
5025
5026
5027
5028 2005/01/24 Markus Gaug
5029
5030 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5031 - introduced security check for the times fine-tuning to catch
5032 outliers because of deviating pulse forms.
5033
5034 * msignal/MExtractTime.cc
5035 * msignal/MExtractor.cc
5036 - lowered default high-gain saturation limit to 250
5037 - removed Clear() for two results containers at beginning of Process()
5038
5039 * msignal/MExtractor.h
5040 - Take fHiLoLast into the Clone()
5041
5042 * msignal/MExtractedSignalPix.cc
5043 - change sign of default initializer to negative.
5044
5045
5046
5047 2005/01/23 Markus Gaug
5048
5049 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5050 - updated to new logain switch setting in MExtractTimeAndCharge
5051 - extract also high-gain vs. low-gain time difference
5052
5053 * mhcalib/MHCalibrationCam.[h,cc]
5054 * mhcalib/MHCalibrationChargeCam.[h,cc]
5055 - updated reading of conf. values in ReadEnv
5056
5057 * mhcalib/MCalibrationHiLoCam.[h,cc]
5058 * mhcalib/MCalibrationHiLoPix.[h,cc]
5059 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
5060 - updated accordingly
5061
5062 * mbadpixels/MBadPixelsCam.cc
5063 - removed some bugs in the Print() function
5064
5065
5066
5067 2005/01/22 Markus Gaug
5068
5069 * mhcalib/MHCalibrationRelTimeCam.cc
5070 - display in the averaged times display the event-by-event averaged
5071 absolute arrival times instead of the rel. ones which do not make
5072 much sense.
5073
5074 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5075 * mhcalib/MHCalibrationTestCam.[h,cc]
5076 - update to the latest changes in analysis chain.
5077
5078 * mjobs/MJExtractCalibTest.[h,cc]
5079 - update to the latest changes in analysis chain.
5080
5081 * mjobs/MJCalibration.cc
5082 - replace title of that times-averageing Tab from "RelTimes" by
5083 "Times".
5084
5085 * macros/calibration.C
5086 - update to changes in MJExtractCalibTest
5087
5088
5089
5090 2005/01/21 Markus Gaug
5091
5092 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5093 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5094 * msignal/MExtractTimeAndChargeSpline.cc
5095 - use the max. bin content for low-gain extraction
5096
5097 * callisto.rc
5098 - add place for LoGainSwitch
5099
5100
5101
5102 2005/01/21 Florian Goebel
5103
5104 * mfbase/MF.cc:
5105 - include a (TString) cast to make it compilable with gcc2.95.3
5106
5107
5108
5109 2005/01/21 Thomas Bretz
5110
5111 * mpointing/MSrcPosFromModel.cc:
5112 - fixed crash in Process if no pointing model available
5113
5114 * mpointing/MPointingPosCalc.h:
5115 - added missing initialization of data members
5116
5117 * mastro/MObservatory.[h,cc]:
5118 - added ReadEnv member function
5119
5120 * mbase/MTaskEnv.h:
5121 - added (=0) default to SetDefault
5122
5123
5124
5125 2005/01/20 Markus Gaug
5126
5127 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
5128 - added function to display fluctuations of a variable
5129
5130 * mcalib/MCalibrationPix.cc
5131 - fixed small bug in High-gain mean error.
5132
5133 * msignal/MExtractTimeAndCharge.[h,cc]
5134 - introduced high-gain maximum limit before extracting the low-gain
5135
5136
5137
5138 2005/01/20 Thomas Bretz
5139
5140 * mbase/MContinue.[h,cc]:
5141 - added ReadEnv member function to support resource files
5142
5143 * mbase/MEvtLoop.[h,cc]:
5144 - added a second arguemtn to reading of the resource file by name
5145 - added some checks when reding the resource file and the
5146 parameter list hasn't been setup
5147
5148 * mbase/MParList.cc:
5149 - removed an obsolete output from ReadEnv
5150
5151 * mfbase/MF.[h,cc]:
5152 - added ReadEnv member function to support resource files
5153 - added kAllowEpty flag to support skipping by resource files
5154
5155 * mfbase/MFilterList.cc:
5156 - added a comment
5157
5158 * mbase/MStatusDisplay.[h,cc]:
5159 - fixed Write to be compatible with root 4.02/00
5160 - worked around a problem with reading the DrawOption correctly
5161 from a stored status display
5162
5163
5164
5165 2005/01/19 Thomas Bretz
5166
5167 * mbase/MMath.cc:
5168 - added a comment to SignificanceLiMa, made by Daniel Mazin
5169 - also check for b==0
5170
5171 * mhflux/MAlphaFitter.[h,cc]:
5172 - fixed significance calculation in case of on-off data
5173 - added fScaleFactor
5174
5175 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
5176 - handle scale factor in case of on-off observations
5177
5178 * mjobs/MJPedestal.cc:
5179 - aligned screen output to 80col rule
5180
5181 * mtrigger/MFTriggerPattern.[h,cc]:
5182 - assigned correct integers to enum
5183 - made sure that the enum is correctly handled in all function by
5184 applying a r-value to the condition
5185
5186
5187
5188 2005/01/19 Abelardo Moralejo
5189
5190 * mtrigger/MFTriggerPattern.[cc,h]
5191 - Changed Bool_t arguments of all setters to new type Prescale_t
5192 defined by N. Galante (see below)
5193
5194
5195
5196 2005/01/19 Nicola Galante
5197
5198 * mtrigger/MFTriggerPattern.[cc,h]
5199 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
5200 kPrescaled = kTRUE };
5201
5202 - fixed a bug in Process, both fMaskRequiredUnprescaled and
5203 fMaskRequiredPrescaled are checked simultaneously.
5204
5205
5206
5207 2005/01/18 Markus Gaug
5208
5209 * mcalib/MCalibColorSet.cc
5210 - fixed the remaining day of data without colour in project name
5211 neither in digital modules bits.
5212
5213 * mpedestal/MPedCalcPedRun.[h,cc]
5214 - catch the continuous light runs with MRawRunHeader::fRunType
5215 == kRTCalibration to be recognized as effective pedestal runs.
5216
5217
5218 2005/01/18 Thomas Bretz
5219
5220 * mbase/MMath.cc:
5221 - added a check for s==0 in SignificanceLiMa, because otherwise the
5222 result is NaN
5223
5224 * mfbase/MF.cc:
5225 - removed an obsolete debugging output from the latest changes
5226
5227 * mhflux/MHAlpha.cc:
5228 - reset fHTime, too
5229
5230
5231
5232 2005/01/18 Nicola Galante
5233
5234 * mtrigger/MFTriggerPattern.cc:
5235 - added parentesis to ensure bitwise operators priority
5236 with respect to logical operators.
5237
5238
5239 2005/01/17 Thomas Bretz
5240
5241 * manalysis/MEnergyEstimate.[h,cc]:
5242 - changed to be more general. Energy is now estimated from a rule
5243 (MDataChain) The default behaviour is still the same as before
5244 to copy the energy from MMcEvt
5245
5246 * mbase/MTask.cc:
5247 - changed to write out the descriptor istead of the task-name only
5248 in Pre/PostProcess
5249
5250 * mhbase/MH.cc:
5251 - initialize fSerialNumber and fNumExecutions in constructor
5252
5253 * mhflux/MHFalseSource.cc:
5254 - according to a suggestion by Markus Mayer I have changed
5255 \\sigma_{max}=f to S_{max}=f\\sigma
5256
5257 * mjobs/MJCalibrateSignal.cc:
5258 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
5259 call.
5260
5261 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
5262 mtrigger/MTriggerPatternDecode.cc:
5263 - added some comment about file version
5264
5265 * mbase/MFilter.h:
5266 - implemented new virtual function GetDataMember like in MData
5267
5268 * mbase/MTask.[h,cc]:
5269 - when filter is added ass GetDataMember to branch list (should be
5270 obsolete, because filter is in the tasklist, but it should not hurt)
5271
5272 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
5273 mfbase/MFilterList.[h,cc]:
5274 - implemented new function GetDataMember
5275
5276
5277
5278 2005/01/17 Markus Gaug
5279
5280 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5281 - remove a situation where the high-gain signal can be 0.
5282
5283 * mtrigger/MTriggerPattern.h
5284 - fixed a bug in defining the trigger bit pattern (Have to start
5285 from 0 instead of 1)
5286
5287 * mjobs/MJPedestal.cc
5288 * mjobs/MJCalibrateSignal.cc
5289 - fixed default extraction ranges.
5290
5291 * callisto.rc
5292 - fixed default weights files for pedestal extraction for cosmcis
5293
5294 * mcalib/MCalibrationChargeCalc.cc
5295 - removed program exit on occurrance of multiple colours without
5296 intensity calibration
5297
5298
5299
5300 2005/01/17 Nadia Tonello and Markus Gaug
5301
5302 * mcalib/MCalibrationChargeCam.cc
5303 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
5304
5305
5306
5307 2005/01/16 Markus Gaug
5308
5309 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
5310 mhcalib/MHCalibrationChargeCam.[h,cc]
5311 - put overflow management and results camera initialization into
5312 base class
5313
5314 * mcalib/MCalibrateData.[h,cc]
5315 - added possibility to re-normalize signal to equiv. photo-electrons
5316 ( SetSignalType(MCalibrateData::kPhe) ).
5317 Default is old version in photons
5318 - speed up Process by storing pre-calculated calibration constants
5319 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
5320 - added new pointer to different MCalibrationChargeCam used for
5321 updates
5322 - added possibility to update the conversion factors using the
5323 MCalibrationChargeCam stored in fCalibUpdate.
5324 - added Print() function
5325
5326 * mcalib/MCalibCalcFromPast.[h,cc]
5327 - committed final version, now also in the Makefile
5328
5329 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
5330 - committed final version, now able to calibrate interlaced cal.
5331 events.
5332
5333
5334
5335 2005/01/14 Hendrik Bartko
5336
5337 * msignal/calibration_weights_UV.dat
5338 - fixed a small bug in the noise autocorrelation of the AB-noise
5339
5340 * msignal/calibration_weights_blue.dat
5341 - new weights file for blue calibration pulses
5342
5343 * cosmics_weights.dat
5344 - fixed a small bug in the noise autocorrelation of the AB-noise
5345
5346
5347
5348 2005/01/14 Markus Gaug
5349
5350 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5351 - added a small acceleration of the program, tested by Hendrik and
5352 me.
5353
5354 * mpedestal/MPedCalcFromLoGain.cc
5355 - fixed one warning output which was not a real warning.
5356
5357 * mcalib/MCalibrationChargeCam.cc
5358 - improved the function to calculate a mean conversion factor over
5359 the whole camera including a fit to the values.
5360
5361 * mpedestal/MPedCalcPedRun.[h,cc]
5362 - undo some changes introduced by TB on 2/12/04 which had made the
5363 use of interlaced pedestal events impossible again.
5364 - Use now the new class MTriggerPattern directly to recognize an
5365 interlaced pedestal event.
5366
5367
5368
5369 2005/01/14 Thomas Bretz
5370
5371 * callisto.cc:
5372 - fixed a typo in output
5373
5374 * manalysis/MGeomApply.cc:
5375 - removed some old code already in comments
5376 - added possibility to switch off automatic processing (used
5377 if two different geometries around)
5378
5379 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
5380 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
5381 mtools/MSimulatedAnnealing.h:
5382 - added include of TVector because in newer root version it is
5383 not included from TMatrix anymore
5384
5385 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
5386 - to stick to the convention of TMath in newer root versions MMath
5387 changed from a class to a namespace
5388
5389 * mbase/MEvtLoop.[h,cc]:
5390 - to support newer root version added a second Write-function
5391 with a const qualifier.
5392
5393 * mdata/MDataChain.cc:
5394 - changed access to TMath for newer root versions
5395
5396 * mfileio/MChain.[h,cc]:
5397 - implemented a workaround for teh changed LoadTree definition
5398 in newer root-versions
5399
5400 * mfileio/MReadTree.cc:
5401 - fixed a bug in CheckBranchSize caused some warning to be
5402 displayed
5403
5404 * mhflux/MHAlpha.cc:
5405 - removed check for fResult in PostProcess (it is always there)
5406
5407 * msignal/MExtractTimeFastSpline.cc:
5408 - fixed delete --> delete[]
5409
5410 * mbadpixels/MBadPixelsCalc.cc:
5411 - slight change to some output
5412
5413 * mbase/MTaskEnv.h:
5414 - set name of default task when pointer is given
5415
5416 * mjobs/MJCalibrateSignal.cc:
5417 - fixed handling of extraction range for various cases
5418 - fixed handling in case no arrival times are calculated
5419
5420 * mjobs/MJCalibration.cc:
5421 - write at least a default arrival time calibration container
5422 to make further processing easier
5423
5424 * mjobs/MJPedestal.[h,cc]:
5425 - fixed handling of extraction range for various cases
5426
5427
5428
5429 2005/01/14 Abelardo Moralejo
5430
5431 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
5432 - added. Two macros used in the analysis of real wobble mode data.
5433
5434
5435
5436 2005/01/14 Daniela Dorner
5437
5438 * macros/sql/filldotrun.C
5439 - added new arehucas-verions and changed code accordingly
5440
5441
5442
5443 2005/01/13 Abelardo Moralejo
5444
5445 * macros/starmc.C
5446 - Added (commented) lines for the case of gamma MC source off-axis
5447 (wobble mode). Changed default extractor to
5448 MExtractFixedWindowPeakSearch.
5449
5450
5451
5452 2005/01/13 Raquel de los Reyes
5453
5454 * callisto.rc
5455 - introduced several configuration lines
5456 (format: "class".DataCheck: No) to allow callisto
5457 to run with rawfiles. Necessary for the datacheck.
5458
5459
5460
5461 2005/01/13 Markus Gaug
5462
5463 * mcalib/MCalibColorSet.cc
5464 - fixed runs 45605-45609
5465
5466 * msignal/MExtractor.h
5467 - take out the variable fHiLoLast from the streamer. Will be
5468 initialized in the ReInit(), if needed
5469
5470 * msignal/MExtractor.cc
5471 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
5472 the same extractor may have that variable set to a certain
5473 value, even if not desired. The ReInit() fixes fHiLoLast, if
5474 different from 0.
5475
5476 * mpedestal/MExtractPedestal.cc
5477 * mpedestal/MPedCalcPedRun.cc
5478 * mpedestal/MPedCalcFromLoGain.cc
5479 - fix the output of the print to the correct value for the case
5480 that the extractor is used.
5481
5482
5483 2005/01/13 Thomas Bretz
5484
5485 * callisto.rc:
5486 - fixed some typos
5487
5488 * mbase/MLog.cc:
5489 - unset DEBUG defined unintentionally
5490
5491 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
5492 - removed printing Weights in InitArrays, because otherwise
5493 the output of a full data calibration is totally crowded
5494 with numbers. Having the weights-file name on the display
5495 is perfectly enough.
5496
5497
5498
5499 2005/01/12 Markus Gaug
5500
5501 * mcalib/MCalibrationIntensityRelTimeCam.cc
5502 - added fit to improve averageing of the obtained results
5503
5504
5505
5506 2005/01/12 Thomas Bretz
5507
5508 * manalysis/MMatrixLoop.cc:
5509 - changed name to MRead because it now derives from MRead
5510
5511 * mbase/MEvtLoop.[h,cc]:
5512 - implemented an option not to cascade the status display to the
5513 parameter list in PreProcess
5514
5515 * mhflux/MHAlpha.cc:
5516 - changed name of "Significance" to "MinimizationValue"
5517 - return -significance to have a value being minimized
5518
5519 * mhist/MHCamera.cc:
5520 - fixed output of text in legend
5521
5522 * mhist/MHEvent.[h,cc]:
5523 - implemented new options for calibrated pedestals
5524
5525 * mmain/MEventDisplay.cc:
5526 - fixed to support latest changes in MJCalibrateSignal
5527
5528 * mpedestal/MPedPhotCam.cc:
5529 - added new options in GetPixelContent (4 and 5) to support
5530 a correct camera display
5531
5532 * mjobs/MJCalibrateSignal.cc:
5533 - fixed display of calibrated pedestal and pedestal rms
5534 - changed order of plots. Now all interpolated values
5535 (means all calibrated values which are bad-pixel treated)
5536 are displayed behind the unsuitable pixels.
5537
5538 * mjobs/MJ*.cc:
5539 - corrected all wrong %06d to %08d to fit the number of
5540 digits in run-numbers
5541
5542
5543
5544 2005/01/11 Abelardo Moralejo
5545
5546 * mjobs/Makefile
5547 - added missing include -I ../mtrigger
5548
5549
5550
5551 2005/01/11 Thomas Bretz
5552
5553 * callisto.cc, callisto.rc:
5554 - changed such, that all three kinds of pedestals are calcualted
5555 (usefull for studies)
5556
5557 * manalysis/MMatrixLoop.[h,cc]:
5558 - derived from MRead
5559 - implemented some basic functions from MRead
5560
5561 * mfilter/MFCosmics.[h,cc]:
5562 - allow setting of name of MPedestalCam
5563
5564 * mhbase/MBinning.[h,cc]:
5565 - added SetEdges taking MParList as input
5566
5567 * mhflux/MHAlpha.cc:
5568 - use new function from MBinning
5569
5570 * mjobs/MJCalibrateSignal.[h,cc]:
5571 - changed to calculate all three kinds of pedestals
5572 - added filters for trigger pattern and illuminated events
5573
5574 * mjobs/MJPedestal.cc:
5575 - give different names to tabs with different pedestals
5576
5577 * mjobs/MJStar.cc:
5578 - on request changed used pedestal from "FromExtractor" to
5579 "FromExtractorRndm"
5580
5581 * mtrigger/MTriggerPattern.h:
5582 - added Reset function
5583
5584 * mtrigger/MTriggerPatternDecode.[h,cc]:
5585 - added using file format version number
5586
5587
5588
5589 2005/01/11 Markus Gaug
5590
5591 * mbadpixels/MBadPixelsPix.cc
5592 - updated documentation
5593
5594 * mcalib/MCalibrationChargeCalc.cc
5595 - make pixels with deviating number of phes unreliable instead of
5596 unsuitable (this was already thought so, but missed to modify
5597 at one place).
5598
5599 * mhcalib/MHCalibrationCam.[h,cc]
5600 - add possible flag 'kInterlaced': default: kFALSE (like before)
5601 - added pointer to MRawEvtHeader to deny cosmics events in case
5602 of 'interlaced' flag is set. No changes for 'normal' calibration
5603
5604
5605
5606 2005/01/10 Benjamin Riegel
5607
5608 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
5609 - added two classes for implementing starguider-data
5610
5611 * mreport/ReportLinkDef.h
5612 - added class MReportStarguider to be linked:
5613 #pragma link C++ class MReportStarguider+;
5614
5615 * mreport/Makefile
5616 - added file MReportStarguider.cc
5617
5618 * merpp.cc
5619 - added two containers ( MReportStarguider, MTimeStarguider ) and
5620 added MReportStarguider to the list:
5621 w->AddContainer("MReportStarguider", "Starguider");
5622 w->AddContainer("MTimeStarguider", "Starguider");
5623 r->AddToList("MReportStarguider");
5624
5625
5626
5627 2005/01/10 Markus Gaug
5628
5629 * mcalib/MCalibColorSet.cc
5630 - return kFALSE for CL-run instead of kTRUE
5631
5632 * mcalib/MCalibrationChargeCalc.cc
5633 - stop program in case that multiple colours are found in same file
5634 without intensity calibration
5635
5636 * mbadpixels/MBadPixelsPix.h
5637 - added two new possible UnCalibrated_t flags for the hi-lo
5638 calibration
5639
5640 * macros/calibration.C
5641 - add the calls to:
5642 MArray::Class()->IgnoreTObjectStreamer();
5643 MParContainer::Class()->IgnoreTObjectStreamer();
5644 in main.
5645
5646 * msignal/MExtractor.h
5647 - added Getter for fOffsetLoGain (was still missing)
5648
5649 * mhcalib/MHCalibrationChargeCam.[h,cc]
5650 - remove pixels with histogram overflow only if their percentage
5651 passes a certain limit (default: 0.5%). Before, every overflow
5652 lead to an unsuitable pixel.
5653
5654 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
5655 - implemented changes suggested by T.B. to speed up calculations
5656 - take fNameWeightsFile into the streamer, otherwise the Clone()
5657 will always create an extractor with cosmic's weights.
5658 - set fOffsetLoGain to a slighly higher value. The DF seems to
5659 have a different offset since it uses different pulse shapes
5660 and thus sightly different time definitions.
5661
5662
5663
5664 2005/01/10 Thomas Bretz
5665
5666 * mhvstime/MHVsTime.cc:
5667 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
5668
5669 * callisto.cc:
5670 - changed such, that the calculated pedestal is not random
5671 anymore
5672 - added code to calculate the pedestal also with randomization,
5673 but this code is for the moment commented out.
5674
5675 * callisto.rc:
5676 - fixed naming of pedestal calculation
5677
5678 * mbadpixels/MBadPixelsCalc.cc:
5679 - added a second check which compares the pedestal rms with
5680 the variance of the pedestal rms in the same sector
5681
5682 * mjobs/MJCalibrateSignal.[h,cc]:
5683 - changed to calculate the pedestal from extractor without
5684 randomization
5685 - added code to calculate the pedestal also with randomization,
5686 but this code is for the moment commented out.
5687
5688 * mjobs/MJCalibration.cc:
5689 - made sure that pedcam always has the correct name
5690 (FIXME? Print a warning if it has the wrong name)
5691
5692 * mjobs/MJPedestal.[h,cc]:
5693 - changed such, that it allows the calculation of pedestals
5694 in three different ways (fundamental, fromextractor,
5695 fromextractorrndm)
5696 - therefor removed SetExtractorResolution and added
5697 + void SetExtractionFundamental()
5698 + void SetExtractionWithExtractorRndm()
5699 + void SetExtractionWithExtractor()
5700
5701 * mjobs/MJStar.cc:
5702 - changed/fixed the input name of the MPedPhotCam used in the
5703 image cleaning
5704
5705 * mraw/MRawFileRead.[h,cc]:
5706 - changed return type of OpenNextFile
5707 - in some cases return kERROR in OpenNextFile to abort the Processing
5708 with an error
5709
5710 * mraw/MRawRunHeader.cc:
5711 - call a wrong file format version ERROR now
5712
5713 * mhflux/MAlphaFitter.[h,cc]:
5714 - make sure that resetted values are returned if fit failed
5715 - set default scaling too kOffRegion
5716
5717 * mhflux/MHAlpha.cc:
5718 - some small fixes to handling of MHAlphaOff
5719
5720 * mhflux/MHFalseSource.[h,cc]:
5721 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
5722 - updated display accordingly
5723 - updated fit accordingly
5724 - removed catalog temporarily from plots until I found the
5725 reason for the strange crashes
5726
5727 * mbadpixels/MBadPixelCalc.[h,cc]:
5728 - implemented the possibility to check the pedestal rms against the
5729 variance of the pedstal rms, too. The option is curretly switched
5730 off.
5731 - enahanced informal output in PreProcess
5732
5733 * mbase/MTaskList.cc:
5734 - a little change to some output
5735
5736
5737
5738 2005/01/10 Wolfgang Wittek
5739
5740 * mfbase/MFEventSelector2.cc
5741 - check whether filter exists before calling
5742 filter->CallPreProcess(parlist)
5743
5744
5745
5746 2005/01/08 Markus Gaug
5747
5748 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5749 * mcalib/MCalibrationHiLoCam.[h,cc]
5750 * mcalib/MCalibrationHiLoPix.[h,cc]
5751 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
5752 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
5753 mcalib/CalibLinkDef.h
5754 - new classes for calibration of conversion high-gain vs. low-gain
5755
5756 * msignal/MExtractedSignalPix.[h,cc]
5757 - added data member fChisquare, set to -1. by Clear() and Reset()
5758 - raised version number by 1
5759
5760 * msignal/MExtractedSignalCam.[h,cc]
5761 - added data member fNdf, set to -1 by default
5762 - new function: GetProb(const Int_t pixidx) to be called to
5763 calculate the joint probability of Chisquare of pixel "pixidx"
5764 and fNdf
5765 - added documentation of data members
5766 - raised version number by 1
5767
5768 * mhcalib/MHCalibrationChargeCam.cc
5769 - strengthened default histogram limits a bit, should accelerate
5770 the calibration by 20%.
5771
5772 * mjobs/MJCalibrateSignalFromOutside.cc
5773 - fixed two lines to compile MCalibrateData with the recent changes
5774 by TB
5775
5776 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5777 - fixed two bugs introduced yesterday by TB.
5778
5779 * msignal/MExtractTimeAndChargeSpline.cc
5780 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5781 - adopt part of TB's speed accelerations into these classes
5782
5783 * msignal/MExtractTimeAndCharge.cc
5784 - fix the low-gain extraction window for the case that the high-gain
5785 is saturated. Was skipped so far.
5786
5787
5788
5789 2005/01/07 Markus Gaug
5790
5791 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
5792 - catch the case that more than 90% of the pixels have saturated
5793 signals and fix the extraction window from the occurrance of
5794 saturation, then. Important for high-intensity calibration events.
5795
5796
5797 * msignal/MExtractor.cc
5798 * msignal/MExtractTime.cc
5799 * msignal/MExtractTimeAndCharge.cc
5800 - added some documentation
5801
5802 * msignal/MExtractTime.[h,cc]
5803 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
5804 the header-file.
5805
5806
5807
5808
5809 2005/01/07 Abelardo Moralejo
5810
5811 * mbase/MLog.h
5812 - Added #include "TSystem.h", otherwise gSystem is not recognized
5813 in Mac OSX.
5814
5815 * manalysis/MMakePadHistograms.cc
5816 - Changed badcalc.SetNamePedPhotContainer to
5817 badcalc.SetNamePedPhotCam
5818
5819
5820
5821 2005/01/07 Thomas Bretz
5822
5823 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
5824 - replaced PedPhotContainer by PedPhotCam for consistency
5825
5826 * mbase/MLog.[h,cc]:
5827 - return *this in Seperator()
5828
5829 * mbase/MPrint.[h,cc]:
5830 - use new separator manipulator in PreProcess
5831 - fixed a type: separator instead of seperator
5832
5833 * mfileio/MReadTree.[h,cc]:
5834 - added a check for branch->IsAutoDelete() in Notify()
5835
5836 * mpedestal/MExtractPedestal.[h,cc]:
5837 - added new option 'fRandomCalculation' be used to switch on-/off-
5838 randomization in extractors, the default should be like before
5839 - added Process() calling Calc()
5840
5841 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
5842 - renamed Process() to Calc()
5843
5844 * Makefile:
5845 - removed macros/calibration.C, which seems to have been
5846 unintantionally introduced.
5847
5848 * manalysis/Makefile:
5849 - removed unintantionally introduced wrong include
5850
5851 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
5852 - a small acceleration discussed with Hendrik by replacing a
5853 counter in a loop by pointer arithmetics
5854
5855 * mraw/MRawEvtPixelIter.cc:
5856 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
5857 read one byte behind the end of the array
5858 - fixed HasLoGain() which really did weired things, means accessing
5859 sometimes memory somewhere. This could theoretically result
5860 in assigning the wrong lo-gains to the wrong pixels.
5861
5862 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
5863 mtrigger/MFTriggerPattern.[h,cc]:
5864 - added
5865
5866 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
5867 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
5868
5869 * manalysis/MEnergyEstParam.h:
5870 - added a new function SetVariables calling SetCoeff
5871
5872 * mcalib/MCalibrateData.[h,cc]:
5873 - removed data members for container names
5874 - added new lists for container names
5875 - allow to calibrate more than one pedestal container at the same
5876 time
5877
5878 * mjobs/MJCalibrateSignal.cc:
5879 - changed accordingly
5880
5881
5882
5883 2005/01/05 Thomas Bretz
5884
5885 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
5886 mhcalib/MHCalibrationRelTimeCam.cc:
5887 - made some output lines fit into convinience window of 80 col
5888
5889 * mhist/MHCamEvent.cc:
5890 - make sure that x-axis has correct title
5891
5892 * msignal/MArrivalTimePix.cc:
5893 - init error to -1 which is a obviously non valid value
5894 - fixed IsValid() which gave wrong results
5895
5896 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
5897 - made sure that LoGain is flagged non-valid if no lo-gain exists
5898 - push time back at the edge of the allowed limits if outside
5899
5900 * mbase/MGList.[h,cc]:
5901 - introduced new functions Delete and DeletePictures
5902 - SetBit(kMustCleanup) in constructor. Otherwise it is not
5903 correctly removed from ListOfCleanups
5904
5905 * mbase/MLog.cc:
5906 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
5907 from the list
5908
5909 * mbase/MParContainer.[h,cc]:
5910 - replaced return type of GetDescriptor by TString. The old version
5911 was terribly wrong! The returned memory wasn't removed as soon
5912 as the function returned.
5913
5914 * mbase/MStatusDisplay.[h,cc]:
5915 - for security (thread safty) replaced all Form() by MString::Form()
5916 - implemented a more secure scheme of Closing (Clone()) this was
5917 a hint given by valgrind
5918 - set kMustCleanup for all new object in ClonePad not only kCanDelete
5919 - fixed some lines in pulldown-menus
5920 - add TPads to ListOfCleanups in ClonePad (workaround!)
5921
5922 * mbase/MString.[h,cc]:
5923 - implemented a new static Form() function returning a copy of
5924 the result
5925
5926 * mbase/MTask.[h,cc]:
5927 - replaced return type of GetDescriptor by TString. The old version
5928 was terribly wrong! The returned memory wasn't removed as soon
5929 as the function returned.
5930 - Made GetDescriptor thread safe using MString::Form
5931
5932 * mfileio/MWriteRootFile.cc:
5933 - Use GetDescriptor().Data() when using any kind of printf function
5934
5935 * mhbase/MFillH.cc:
5936 - replaced string concatenation in all constructors by a Form
5937 (also suggested by valgrind)
5938
5939 * mhcalib/MHCalibrationRelTimeCam.cc:
5940 - made some output fit into 80col boundary
5941
5942
5943
5944
5945 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
5946
5947 * mfht:
5948 - added new directory for hexagonal fourier transformation
5949
5950 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
5951 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
5952 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
5953 mhft/Makefile:
5954 - added
5955
5956 * macros/extendcam.C:
5957 - added: tutorial for MGeomCamExtend
5958
5959 * macros/hft.C:
5960 - added: tutorial for MHexgonalFTCalc
5961
5962 * macros/dohtml.C:
5963 - updated
5964
5965 * macros/rootlogon.C:
5966 - updated
5967
5968 * Makefile:
5969 - mhft added
5970
5971 * mbase/MParContainer.cc, mbase/MLog.cc:
5972 - added a pre-compiler option for destructor debugging
5973
5974 * mbase/MTaskList.[h,cc]:
5975 - added new function Replace
5976
5977 * mdata/MDataChain.cc, mfbase/MF.cc:
5978 - shortened some output
5979
5980 * mdata/MDataArray.[h,cc]:
5981 - added new function FindRule
5982
5983 * mfileio/MReadTree.[h,cc]:
5984 - enhanced functionality to be able to read a TTree stored in memory
5985 instead of a file. Therefor introduced fTree which is now the pointer
5986 used and replaced fChain where TTree and TChain have common behaviour.
5987 Where they behave uncommon new code for the new case has been added.
5988
5989 * mfileio/MWriteRootFile.[h,cc]:
5990 - enhanced functionality to be able to write a TTree into memory
5991 instead of a file. This were maily bugfixes for the case fOut==0, which
5992 must be handled correctly. Becarefull a tree filles without a file
5993 is not deleted automatically!
5994
5995 * mhbase/MBinning.h:
5996 - added copy constructor
5997 - fixed buggy SetEdges(MBinning&) which didn't work
5998
5999 * mhbase/MHMatrix.cc:
6000 - when adding a new rule check first if the same rule already exists
6001
6002 * mhflux/MAlphaFitter.[h,cc]:
6003 - added new functionality to support on-off analysis
6004 - didn't touch existing code
6005
6006 * mhflux/MHAlpha.[h,cc]:
6007 - added new functionality to support on-off analysis
6008 - replaced Fit() calls by newer function calls
6009 - added DrawAll - PRELIMINARY
6010 - fixed a bug when projecting - may be the reson for some strange
6011 crashes
6012
6013 * mcalib/MCalibColorSet.cc:
6014 - fixed a stupid bug introduced last year, which caused MCalibColorSet
6015 in some circumstances to stop the eventloop when it shouldn't
6016
6017 * mjobs/MSequence.cc:
6018 - expand path names
6019
Note: See TracBrowser for help on using the repository browser.