source: trunk/MagicSoft/Mars/Changelog@ 7125

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