source: trunk/MagicSoft/Mars/Changelog@ 7124

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