source: trunk/MagicSoft/Mars/Changelog@ 7178

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