source: trunk/MagicSoft/Mars/Changelog@ 6978

Last change on this file since 6978 was 6978, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 116.2 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23
24 2005/04/25 Thomas Bretz
25
26 * ganymed.cc:
27 - changed policy of writing the resulting events to the result file
28
29 * sponde.cc:
30 - added commandline option to use all monte carlos
31 - added command line option to read the MCs more accurate
32
33 * sponde.rc:
34 - added
35
36 * mbase/MStatusDisplay.[h,cc]:
37 - added some code to get Tab by name
38 - fixed a typo in a status line output
39
40 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
41 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
42 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
43 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
44 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
45 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
46 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
47 - changed GetHistByName to be const-qualified to be compatible
48 with FindObject
49 - added some FindObject function to call GetHistByName
50
51 * mhflux/MHAlpha.[h,cc]:
52 - changed such, that it can be forced to display the excess
53 events versus size
54
55 * mjobs/MJCut.[h,cc]:
56 - display number of excess events versus Size per default
57 - removed energy estimator
58
59 * mjobs/MJOptimize.cc:
60 - display number of excess events verss size after optimization
61
62 * mjobs/MJSpectrum.[h,cc]:
63 - implemented setting up energy estimator
64 - replaced some gLog by fLog
65 - display comparison of image parameters
66
67
68
69 2005/04/22 Thomas Bretz
70
71 * mbase/MStatusArray.[h,cc]:
72 - switch off adding histograms to gDirectory in newly
73 overwritten Read-function
74
75 * mhflux/MHCollectionArea.[h,cc]:
76 - implemented member function GetHistSel
77 - don't display full statistics
78 - fixed a possible crash in Paint
79
80
81
82 2005/04/22 Markus Meyer
83
84 * mmuon/MMuonSetup[.h.cc]:
85 - new container class for muon parameters
86 which are not changing from event to event
87 (setup parameters for the analysis). These
88 parameters were stored in MMuonCalibPar before
89
90 * mmuon/MMuonCalibPar[.h.cc]:
91 - changed MCerPhotEvt and MCerphotPix to MSignalCam
92 and MSignalPix to read the new format
93 - removed the setup parameters (stored now in
94 MMuonSetup)
95 - removed all the sanity checks
96 - removed pre-cuts
97 - cuts in process, to save only muon-like events
98
99 * mmuon/MMuonCalibParCalc[.h.cc]:
100 - changed MCerPhotEvt and MCerphotPix to MSignalCam
101 and MSignalPix to read the new format
102 - removed pre-cuts
103
104 * mmuon/MMuonSearchPar[.h.cc]:
105 - changed MCerPhotEvt and MCerphotPix to MSignalCam
106 and MSignalPix to read the new format
107 -
108
109 * mmuon/MMuonSearchParCalc[.h.cc]:
110 - changed MCerPhotEvt and MCerphotPix to MSignalCam
111 and MSignalPix to read the new format
112
113 * mmuon/MHMuonPar[.h.cc]:
114 - new histgram class, plots different muon
115 parameters
116
117
118
119 2005/04/21 Daniela Dorner
120
121 * datacenter/scripts/runcallisto:
122 - fixed choice of todofile
123
124 * datacenter/scripts/copyscript:
125 - adapted some paths
126
127 * datacenter/macros/filldotrun.C:
128 - added 6 new arehucas versions
129
130 * datacenter/scripts/writesequencefile:
131 - added make path for sequencefiles
132
133
134
135 2005/04/21 Thomas Bretz
136
137 * mhcalib/MHCalibrationRelTimeCam.cc:
138 - fixed usage of a uninitialized pointer
139
140 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
141 - fixed usage of MFTriggerPattern
142
143 * mtrigger/MFTriggerPattern.[h,cc]:
144 - allow to set default from outside in case no pattern
145 could be decoded
146
147
148
149 2005/04/20 Thomas Bretz
150
151 * callisto.cc:
152 - added a comment which shows how to correctly skip job2 if
153 extractor doesn't inherit from MExtractTimeAndCharge, but...
154 // This could skip job2 if extractor doesn't inherit from
155 // MExtractTimeand Charge... but this is not necessary.
156 // We only get the same pedestal twice (which we want to have
157 // anyhow. A switch when using the result of job2 later is also
158 // not necessary, because without running job2 it is identical
159 // with job1
160
161 * mjobs/MSequence.cc:
162 - use the sequence number'd directories in case of calibrated data
163 and image files instead of the date.
164
165 * mhflux/MAlphaFitter.cc:
166 - copy also results in Copy()
167
168 * mjobs/MJOptimize.cc:
169 - print result of optimization in case MAlphaFitter is used
170 - store results back in initial MAlphaFitter
171
172 * mjobs/MJSpectrum.[h,cc]:
173 - implemented a faster simple mode weighting the read spectrum
174 with the theta-probability
175
176
177
178 2005/04/20 Daniel Mazin (2005/04/18)
179
180 * mreport/MReportCamera.[h,cc]
181 - added necessary changes to include Active Load and Central Pixel
182 info from Camera reports
183
184 * mcamera/MCameraActiveLoad.[h,cc]
185 - added to store Active Load info from the Camera reports
186
187 * mcamera/MCameraCentralPix.[h,cc]
188 - added to store Central Pixel info from the Camera reports
189
190 * mcamera/Makefile
191 * mcamera/CameraLinkDef.h
192 - added MCameraActiveLoad and MCameraCentralPix classes
193
194
195
196 2005/04/20 Markus Gaug (2005/04/15)
197
198 * mcalib/MCalibrationChargeCam.[h,cc]
199 - added new function CopyHiLoConversionFactors
200
201
202
203 2005/04/20 Markus Gaug (2005/04/14)
204
205 * mcalib/MCalibColorSteer.[h,cc]
206 - fixed a bug in the recognition of the calibration bit pattern.
207 Concerns only intensity calibration.
208
209 * mcalib/MCalibrationRelTimeCalc.cc
210 - return kTRUE instaed of kFALSE in case that the Process() has
211 never been executed.
212
213 * mjobs/MJCalibration.cc
214 - add a filter against PIN Diode events since some of the recent
215 calibration runs have been taken with Pin Diode.
216
217
218
219 2005/04/12 Markus Gaug
220
221 * mcalib/MCalibrationCam.[h,cc]
222 - added a storage place for the run number
223
224 * mcalib/MCalibCalcFromCalc.[h,cc]
225 - store the run number in the individual MCalibrationCams
226
227
228
229 2005/04/19 Thomas Bretz
230
231 * mjobs/MJCut.cc:
232 - fixed a problem when not enabling "--res"
233
234 * mimage/MHVsSize.[h,cc]:
235 - added more displayed variables
236
237 * mjobs/MJSpectrum.[h,cc]:
238 - added
239
240 * mjobs/Makefile, mjobs/JobsLinkDef.h:
241 - added MJSpectrum
242
243 * Makefile:
244 - added sponde.cc
245
246 * sponde.cc:
247 - added
248
249 * mhbase/MBinning.h:
250 - added Print() to //*MENU*
251
252 * mhflux/MAlphaFitter.cc:
253 - do not set inf-flag in Print()
254
255 * mhflux/MHAlpha.[h,cc]:
256 - set all-flag for printing MAlphaFitter("result")
257 - added Getter for excess histogram
258
259 * mjobs/MDataSet.[h,cc]:
260 - allow to initialize a TChain from this dataset
261
262 * mjobs/MJCut.cc:
263 - moved energy estimator back before Cut0 otherwise the
264 EnergyEst container is missing in summary file
265
266 * mhflux/MHCollectionArea.cc:
267 - draw efficiency into third pad
268
269
270
271 2005/04/18 Thomas Bretz
272
273 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
274 mbadpixels/MBadPixelsTreat.cc:
275 - some fixes to documentation (THtml complained about missing
276 classes)
277
278 * mbase/MStatusArray.[h,cc]:
279 - implemented some functions to print contents of StatusArray
280 and/or tab/canvas.
281
282 * mhbase/MFillH.cc:
283 - remove fH from ListOfPrimitives before adding Clone in
284 PostProcess
285
286 * mhbase/MH.[h,cc]:
287 - implemented new member function RemoveFromPad (necessary
288 if a class should support same-option)
289
290 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
291 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
292 - fixed naming in case of same-option in Draw
293 - remove previous histograms from pad in case of same-option
294
295 * mjobs/MJCut.[h,cc]:
296 - write all binnings in WriteResult
297 - write MHillasExt to output
298 - BinningWidth, BinningLength and BinningDist added
299
300 * mjobs/MJOptimize.[h,cc]:
301 - fixed a typo in output
302 - allow to exchange Test-/Train-Sample
303
304 * ganymed.cc:
305 - implemented "-mc" option to allow cutting MC samples
306
307 * showlog.cc:
308 - implemented real treatment of debug-levels
309 - return 1 instead of 0 in cae of normal finish
310
311 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
312 mhflux/MAlphaFitter.h:
313 - added Print() to context //*MENU*
314
315 * manalysis/MMatrixLoop.cc:
316 - fixed returning of number of entries if using split mode
317
318 * mbase/MContinue.cc:
319 - implemented Print() function
320
321 * mbase/MParContainer.[h,cc]:
322 - in Read set name of object to argument name if argument!=NULL
323 - reordered some checks for Method calls
324
325 * mdata/MDataFormula.cc:
326 - fixed a problem with the replacement if using [?] for
327 fits
328
329 * mfbase/MFEventSelector2.cc:
330 - replaced some +=1 and -=1 by ++ and --
331
332 * mfileio/MReadMarsFile.cc:
333 - fixed a bug which caused Preprocess to crahs if instatiated
334 with default constructor
335
336 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
337 - use dynamic_cast if getting "stats"
338
339 * mhflux/MAlphaFitter.cc:
340 - small updates to output
341
342 * mhflux/MHEnergyEst.cc:
343 - fixed all axis lables
344 - implemented fit of resolution
345 - initialize fBias=0 in SetupFill
346 - enhances Print() output
347
348 * mjobs/MJCalibrateSignal.cc:
349 - moved all tasks for interleaved calibration events to
350 a third tasklist
351
352 * mjobs/MJCut.[h,cc]:
353 - implemented correct treatment of MC files
354 - write resulting events to result file if no filename set
355 - moved energy estimator behind cuts
356
357 * mjobs/MJOptimize.cc:
358 - changed RunEnergy such, that it can correctly treat
359 MC files written by ganymed using wobble-mode
360
361 * mbase/MStatusDisplay.cc:
362 - fixed a possible crash in GetFullPad
363
364 * mhbase/MBinning.[h,cc]:
365 - implemented Copy Constructor
366
367 * mhflux/MHCollectionArea.h:
368 - call CalcEfficiency in Finalize
369
370 * mhflux/MHEnergyEst.[h,cc]:
371 - implemented GetWeights
372
373 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
374 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
375 - remove histograms from global directory if name was changed
376 in Draw
377
378 * mimage/MHVsSize.cc:
379 - exhanged the arguments of TMath::Sign
380
381
382
383
384 2005/04/14 Thomas Bretz
385
386 * mjobs/MJCut.cc:
387 - added MPointingPos to output
388
389
390
391 2005/04/13 Thomas Bretz
392
393 * mbase/MStatusDisplay.[h,cc]:
394 - implemented new Image types which can be written
395
396 * mhbase/MBinning.[h,cc]:
397 - added some more constructors which can set the binning directly
398
399 * mhflux/MHEnergyEst.h:
400 - added getter for fHEnergy
401
402 * mhflux/FluxLinkDef.h, mhflux/Makefile:
403 - added MHCollectionArea
404
405 * mhflux/MHCollectionArea.[h,cc]:
406 - added
407
408
409
410 2005/04/13 Daniela Dorner
411
412 * datacenter/macros/fillcalib.C:
413 - added update
414
415 * datacenter/scripts/copyscript
416 - fixed bug / changed path
417
418 * datacenter/macros/setupdb.C
419 - added table
420
421
422
423 2005/04/12 Daniela Dorner
424
425 * datacenter/macros, datacenter/scripts:
426 - added
427
428 * datacenter/macros/buildsequenceentries.C,
429 datacenter/macros/checkfileavail.C,
430 datacenter/macros/doexclusions.C,
431 datacenter/macros/fillcalib.C,
432 datacenter/macros/filldotrbk.C,
433 datacenter/macros/filldotrun.C,
434 datacenter/macros/fillsignal.C,
435 datacenter/macros/findcacofiles.C,
436 datacenter/macros/getdolist.C,
437 datacenter/macros/insertcacofile.C,
438 datacenter/macros/insertdate.C,
439 datacenter/macros/resetallruns.C,
440 datacenter/macros/setstatus.C,
441 datacenter/macros/setupdb.C,
442 datacenter/macros/writesequencefile.C,
443 datacenter/scripts/buildsequenceentries
444 - added macros to do the automatic procedures in the datacenter
445
446 * datacenter/scripts/checkfilesforsequenceavail,
447 datacenter/scripts/copyscript,
448 datacenter/scripts/correcttime,
449 datacenter/scripts/doexclusions,
450 datacenter/scripts/filesondisk,
451 datacenter/scripts/fillcallisto,
452 datacenter/scripts/runcallisto,
453 datacenter/scripts/runstar,
454 datacenter/scripts/writesequencefiles
455 - added scripts to do the automatic procedures in the datacenter
456
457 * automatic-exclusions.rc, steps.rc
458 - added rc files for the automatic procedures
459
460
461
462 2005/04/12 Thomas Bretz
463
464 * Makefile:
465 - for the moment remove mhistmc from compilation
466
467 * ganymed.cc:
468 - return 2 when detecting wrong commandline argument
469
470 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
471 - removed MEnergyEst (replaced by a simple MParameterD)
472
473 * manalysis/MEnergyEstimate.[h,cc]:
474 - replaced MEnergyEst by MParameterD
475 - implemented Print() function
476 - updated ClassVersion from 0 to 1 to allow storage of
477 energy estimator
478
479 * mbase/MStatusArray.[h,cc]:
480 - overloaded DisplayIn to allow displaying a single tab
481 - added some output if ObjectInCanvas not found
482
483 * mbase/MStatusDisplay.[h,cc]:
484 - enhanced Read() and Display() with the possibility to only
485 read or display a single tab
486
487 * mcalib/MCalibrateData.cc:
488 - enhancements to logging output
489
490 * mcalib/MCalibrationRelTimeCalc.cc:
491 - some fixes to format of logging output
492
493 * mfbase/MF.[h,cc]:
494 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
495 This was necessary to allow storage of MF into files
496 - changed ClassVersion from 0 to 1
497
498 * mhbase/MBinning.cc:
499 - fixed SetEdgesRaw (lin, log, etc was ignored)
500
501 * mhflux/MHAlpha.[h,cc]:
502 - replaced MEnergyEst by MParameterD
503 - renamed Theta to ExcessTheta
504 - renamed Energy to ExcessEnergy
505 - renamed Size to ExcessSize
506 - renamed Time to ExcessTime
507
508 * mhflux/MHEnergyEst.[h,cc]:
509 - replaced MEnergyEst by MParameterD
510 - implemented Print() function
511 - some fixes to displaying the histograms. This makes sure,
512 that no crashes happen, but unluckily it works correctly only
513 with root 4.02/00
514
515 * mjobs/MJOptimize.[h,cc]:
516 - implemented a AddPreCut taking a MFilter as argument
517 - SetBit(kCanDelete) for all internal PreCuts
518 - Print the result of the energy estimation after it was done
519
520 * mranforest/MRFEnergyEst.[h,cc]:
521 - replaced MEnergyEst by MParameterD
522
523 * mfileio/MReadTree.cc:
524 - shortened the output a bit when siwtching to the next file
525
526
527
528 2005/04/11 Thomas Bretz
529
530 * manalysis/MMatrixLoop.[h,cc]:
531 - implement option to divide matrix into two samples
532
533 * mhflux/MHEnergyEst.cc:
534 - changed to display projection of enegry resolution
535 - fixed to use correct minimization value
536
537 * mjobs/MJOptimize.[h,cc]:
538 - implemented option to divide sample into test/train
539
540 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
541 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
542 - small updates to log-output
543
544 * mhflux/MAlphaFitter.cc:
545 - output scale-factor
546
547 * mhist/MHCamera.cc:
548 - as a workaround for a severe problem in gStyle->SetPalette
549 when using the deep blue sea I have switched off this
550 Platte for the moment
551
552
553
554 2005/04/08 Markus Gaug (2005/04/07)
555
556 * mhcalib/MHCalibrationChargeCam.cc:
557 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
558 if IsOscillations()
559
560 * mjobs/MJCalibrateSignal.cc:
561 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
562 hchacam, hbndcam, hrelcam
563
564 * mhcalib/MHCalibrationRelTimeCam.cc:
565 - fill array only if IsOscillations() is true. This is the case in
566 all classes deriving from MHCalibrationCam, except for this one!
567 The effect was that the interlaced calib. events occupied more
568 and more memory becoming slower and slower because the option:
569 SetOscillations(kFALSE) was not treated correctly.
570
571 * mjobs/pedestalref_Dec04.rc
572 - update the reference lines in the display according to the spline
573 extractor.
574
575 * mjobs/MJCalibration.cc
576 - clarify a mis-leading histogram title
577
578 * callisto_Dec04Jan05.rc:
579 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
580 file.
581
582
583
584 2005/04/08 Thomas Bretz
585
586 * mhbase/MH3.cc:
587 - replaced all Float-histograms by double histograms. This
588 is backward compatible with I/O and has the advantage, that
589 we are compatible with most other double histograms used in
590 Mars
591
592 * mhflux/MHEnergyEst.cc:
593 - made the energy binning the same than in all other classes
594
595 * mreport/MReportStarguider.[h,cc]:
596 - implemented new values from new starguider report as defined
597 in TDAS00-07 V7.1
598 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
599 is arcmin)
600
601 * mjobs/MJCalibrateSignal.cc:
602 - first replaced contmc by a new filter Markus G. used, but
603 after a discussion with Abelardo it turned out, that the
604 original filter does a better job, becuase it takes both
605 (level 1 trigger and minimum number of phes) conditions
606 used in the MC into account.
607
608 * mjobs/MJCut.cc:
609 - added a plot: Effective-On-Time versus Theta used to produce
610 a spectrum
611
612 * mjobs/MJCalibrateSignal.cc:
613 - removed condition IsUseBlindPixel() and IsUsePINDiode from
614 setting filter and applied it to the corresponding task
615
616 * mjobs/MDataSet.cc:
617 - fixed a bug using the default paths
618
619
620
621 2005/04/07 Thomas Bretz
622
623 * mpointing/MSrcPosCalc.cc:
624 - also skip Process if fSourcePos==NULL, this happens in real
625 data, too, if no pointing correction is done.
626
627 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
628 - removed MParameterI, MParameterD, MParameterDerr
629
630 * mbase/BaseLinkDef.h, mbase/Makefile:
631 - added MParameterI, MParameterD, MParameterDerr
632
633 * mbase/MParList.cc:
634 - if a container is rejected due to wrong inheritance its
635 inheritance is mentioned in the error message
636
637 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
638 - removed MWeight
639
640 * mhbase/MWeight.[h,cc]:
641 - removed, replaced by MParameterD
642
643 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
644 - replaced MWeight by MParameterD
645
646 * mjobs/MJStar.cc:
647 - fixed the wrong axis title in the histogram showing the rate
648
649 * manalysis/MParameters.[h,cc]:
650 - moved to mbase
651
652 * mbase/MParameters.[h,cc]:
653 - inherit MParameterDerr from MParameterD
654 - changed class version of MParameterDerr from 1 to 2
655
656 * mfbase/MFEventSelector2.cc:
657 - fixed that in SelectProb the wrong bin was chosen
658
659
660
661 2005/04/07 Markus Gaug (2005/04/06)
662
663 * mjobs/calibrationref_Dec04.rc
664 * callisto_Dec04Jan05.rc
665 - update the reference lines in the display according to the spline
666 extractor.
667
668 * msignal/MExtractTimeAndChargeSpline.cc
669 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
670 January data where the calib. pulse position changes much.
671
672 * mjobs/MJCalib.cc
673 * mjobs/MJCalibration.cc
674 - move fDevice and functions IsUseBlindPixel() and
675 IsUsePINDiode() into the base class.
676
677 * mjobs/MJCalibrateSignal.cc
678 - do not apply the modified extraction window to the interlaced
679 calibration events. This is a bugfix especially for the
680 December and January data.
681 - extract and fit blind pixel and pin diode only if flag
682 IsUseBlindPixel() or IsUsePINDiode() is set.
683
684
685
686 2005/04/07 Markus Gaug (2005/04/03)
687
688 * mcalib/MCalibrateData.cc
689 - made one warning more understandable.
690
691 * msignal/MExtractTimeAndChargeDigitalFilter.cc
692 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
693 defective extraction of the MC at low-gain signals lower than 90
694 phes.
695
696
697
698 2005/04/07 Markus Gaug (2005/04/01)
699
700 * mpedestal/MExtractPedestal.[h,cc]
701 - use the standard way to define the default for fNumEventsDump
702 - added missing "NumDump" in ReadEnv
703
704 * callisto_*.rc
705 - correct the default of the number of events used in
706 pedestal calculation (NumEventsDump).
707 - added missing lines for setting of parameters for the
708 MJCalibrateSignal.PedCalcFromExtractRndm.*
709 (CORRECTED SOME BUGS IN THIS LINES)
710 - Replaced NumEventsDump by NumDump
711
712
713
714 2005/04/05 Thomas Bretz
715
716 * mjobs/MSequence.cc:
717 - fixed a bug in SetupDatRuns. P was setup instead of D
718
719 * star.cc, mjobs/MJStar.cc:
720 - fixed wrong setup of data-files
721
722 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
723 mjobs/hilocalib_sp1_mc.root:
724 - added
725
726 * mimage/MHillasCalc.[h,cc]:
727 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
728
729 * mmc/MMcCorsikaRunHeader.h:
730 - added Getter for fWobbleMode
731
732 * mpointing/MSrcPosCalc.[h,cc]:
733 - added detection of MC files and setting of source position
734 according to wobble mode flag in MMcCorsikaRunHeader
735 - fixed a bug in ReadEnv (wrong return statement) found
736 by Abelardo. Correct handling of floating point numbers
737 in the source position (12.5) was affected.
738
739
740
741 2005/04/04 Thomas Bretz
742
743 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
744 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
745 mjobs/MSequence.[h,cc]
746 - changed setup procedure for paths to allow using standard
747 paths everywhere
748 - fixed to use new correct datacenter standard paths
749 - made sure, that the sequences in a dataset are sorted by
750 their number to ensure the correct synchronization
751
752 * mhflux/MHAlpha.cc:
753 - display correct error (excess/significance)
754
755 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
756 - removed MPointingPosCalc from Tasklist
757
758 * mjobs/MJStar.cc:
759 - added MPointingPosCalc to tasklist for "Events" in case of MC
760
761 * ganymed.cc, mjobs/MJCut.[h,cc]:
762 - implemented an option to enhance the display
763 - do not display FS plot in wobble mode
764 - made sure files are not written when they should not be written
765
766 * mhflux/MHAlpha.[h,cc]:
767 - let FitEnergyBins return the mean of the significance of
768 all Energy Bins
769
770 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
771 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
772 - implemented or fixed implementation of "same" Draw-option
773 - slightly modified binning for Dist in MHHillasSrc
774
775 * mjobs/MJCalibrateSignal.cc:
776 - do not plot pulse time twice
777
778 * mjobs/MJOptimize.cc:
779 - print all parameters in minuit after they have been
780 setup
781
782
783
784 2005/04/01 Thomas Bretz
785
786 * mbadpixels/MBadPixelsCalc.cc:
787 - switched on bad pixel detection for a pedestal level
788 which is more than 5 times the variance
789
790 * mfbase/MF.cc:
791 - when fixing the "Inverted" bit in ReadEnv don't print a
792 message on the screen
793
794 * mhflux/MHAlpha.cc:
795 - plot correct errors
796 - do not plot the point if its significance is not greater 1
797
798
799
800 2005/03/29 Markus Gaug
801
802 * mcalib/MCalibColorSet.cc:
803 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
804
805
806
807 2005/03/29 Thomas Bretz
808
809 * ganymed.cc:
810 - implemented cmdline option for wobble and no-wobble to overwrite
811 dataset
812 - added cmdline option to print dataset
813
814 * mbase/MEvtLoop.[h,cc]:
815 - added some memory leak analysis to eventloop
816
817 * mbase/MStatusDisplay.[h,cc]:
818 - added third part to status bar which displays the current
819 memory usage
820 - added some more sizes to menu bar
821 - replaced SetStatusLine1/2 by calling a common SetStatusLine
822 - added a delete to CloseWindow() to be able to close a
823 static window. REMARK: This gives a hell of warnings in
824 valgrind but it is currently the only option to get this working
825 which is really annoying
826
827 * mhbase/MH.cc:
828 - small simplification
829
830 * mhbase/MHMatrix.cc:
831 - replaced IsValid() by a check for the number of Rows, this
832 was necessary because in root 4.02/00 all matrices seems
833 to be valid
834
835 * mhflux/MHAlpha.cc:
836 - changed the number of default bins in energy
837 - make sure that the Alpha plot for off-data is displayed with
838 a minimum at 0
839 - fixed TPad::Divide for root 4.02/00
840
841 * mhflux/MHEnergyEst.cc:
842 - use the mean abs of the resolution as fit value
843 - some fixed to graphics
844 - fixed the TPad::Divide for root 4.02/00
845 - for the moment removed the pad added to the list of cleanups
846 to get rid of the crashes
847
848 * mhflux/MHFalseSource.cc:
849 - fixed for root 4.02/00 which seaqrches in the current pad
850 for the histogram when calling Project3D
851 - fixed the TPad::Divide for root 4.02/00
852
853 * mhist/MHHadronness.[h,cc]:
854 - use MParameterD instead of MHadronness
855
856 * mimage/ImageLinkDef.h, mimage/Makefile:
857 - added MHVsSize
858
859 * mimage/MHHillas.cc:
860 - implemented 'same' for Center-histogram
861
862 * mhflux/FluxLinkDef.h, mhflux/Makefile:
863 - added MHEnergyEst
864
865 * mhflux/MAlphaFitter.[h,cc]:
866 - added significancetimes log10(excess) as fit option
867
868 * mjobs/MDataSet.[h,cc]:
869 - added wobble-mode option
870
871 * mjobs/MJCut.cc:
872 - changed default binning for energy
873 - added MHillasSrcAnti optionally to the output
874 - added MHVsSize to the tabs which are shown
875
876 * mjobs/MJOptimize.[h,cc]:
877 - added dummy parameters to FixParameter for compatibility
878 with SetParemeter
879 - replaced MFSupercuts by MFMagicCuts
880 - use Energy in MHAlpha instead of size
881
882 * mbase/MFilter.[h,cc]:
883 - implemented ReadEnv to treat "Inverted"
884
885 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
886 - treat "inverted" with MFilter::ReadEnv
887
888 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
889 - replaced MHadronness by MParameterD
890
891 * mdata/MDataFormula.[h,cc]:
892 - removed comments from SetVariables
893 - replaced GetExpFormula by GetTitle
894
895 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
896 - MHadronness removed
897
898 * mfilter/MFMagicCuts.[h,cc]:
899 - added
900
901 * mfilter/FilterLinkDef.h, mfilter/Makefile:
902 - added MFMagicCuts
903
904 * mjobs/Makefile, mjobs/JobsLinkDef.h:
905 - removed MJExtractSignal
906
907 * mfbase/MF.cc:
908 - fixed a problem with double-inversion in ReadEnv
909
910 * mpointing/MSrcPosCalc.cc:
911 - removed an output line which showed only an empty container
912
913
914
915 2005/03/24 Thomas Bretz
916
917 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
918 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
919 - replaced all returns of -1 by return 2
920
921 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
922 - added MEnergyEst (container)
923
924 * mhflux/MAlphaFitter.[h,cc]:
925 - implemented new fit result options
926
927
928
929 2005/03/23 Markus Gaug
930
931 * msignal/MExtractTimeAndChargeDigitalFilter.cc
932 - fix a bug in the time fine adjustment
933
934 * mjobs/hilocalib_*_mc.root
935 - high-gain low-gain intercalibration constants for the MC.
936
937 * mjobs/MJCalibration.cc
938 - use the MC- intercalibration files for MC.
939
940
941
942 2005/03/23 Thomas Bretz
943
944 * mhcalib/MHCalibrationChargeCam.cc:
945 - fixed a possible crash in DrawDataCheckPixel() if
946 pix.GetGraphEvents() returns NULL
947
948
949
950 2005/03/23 Thomas Bretz
951
952 * Release 0.9
953
954
955
956 2005/03/23 Thomas Bretz
957
958 * ganymed.cc:
959 - implemented wobble-mode option
960
961 * mhflux/MAlphaFitter.[h,cc]:
962 - fixed a problem in wobble mode (number of on- minus number
963 of off-entries where calculated as 0)
964 - added some additional resource options for scaling
965 - added some missing const-qualifiers
966
967 * mhflux/MHAlpha.cc:
968 - some cosmetic change to output
969
970 * mjobs/MDataSet.[h,cc]:
971 - added the possibility to add a source name for wobble mode
972 (preliminary)
973 - added reading from *.edb catalog
974
975 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
976 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
977 - replaced iter.Print("all") by iter.Print()
978
979 * mjobs/MJCut.[h,cc]:
980 - implemented wobble mode
981 - implemented getting source position
982
983 * mjobs/MJStar.cc:
984 - switched off calculation of MConcentration
985 - implemented the new debug option for files (was still missing
986 in MJStar)
987
988 * mpointing/MSrcPosCalc.[h,cc]:
989 - always writa the anti-source position into the parameter list, too
990 - implemented wobble mode (exchange source and anti-source position)
991
992 * mjobs/Makefile, mjobs/JobsLinkDef.h:
993 - added MJOptimize
994
995 * mfilter/MFSupercuts.[h,cc]:
996 - added
997
998 * mfilter/Makefile, mfilter/FilterLinkDef.h:
999 - added MFSupercuts
1000 - removed MFAlpha
1001
1002 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1003 - removed MEnergyEst
1004 - removed MEnergyEstParam
1005 - removed MEnergyEstParamDanielMkn421
1006 - removed MSupercuts
1007 - removed MSupercutsCalc
1008 - removed MFindSupercuts
1009 - removed MMinuitInterface
1010 - removed MFiltercutsCalc
1011
1012 * mhist/Makefile, mhist/HistLinkDef.h:
1013 - removed MHEnergyTime
1014 - removed MHEnergyTheta
1015 - removed MHAlphaEnergyTime
1016 - removed MHAlphaEnergyTheta
1017 - removed MHThetabarTime
1018 - removed MHThetabarTheta
1019 - removed MHGamma
1020 - removed MHSigmaPixel
1021 - removed MHSigmabarTheta
1022 - removed MHOnSubtraction
1023 - removed MHFindSignificance
1024 - removed MHCT1Supercuts
1025
1026 * mhflux/Makefile, mhflux/HistLinkDef.h:
1027 - added MHEnergyEst
1028
1029
1030
1031 2005/03/22 Thomas Bretz
1032
1033 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1034 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1035 - added a possibility to print the files which are
1036 searched/found if the files doesn't match the sequence
1037
1038 * mjobs/MJPedestal.cc:
1039 - undocumented(!) change, changed fgExtractWinLeft
1040 from 3.5 to 2.5
1041
1042 * mimage/MHillas.cc:
1043 - fixed a bug which took unused pixels into account
1044 introduced errornously with the last change to MSignalCam
1045
1046
1047
1048 2005/03/21 Thomas Bretz
1049
1050 * mfbase/MFDataChain.cc:
1051 - fixed a bug in GetDataMember if fData is not valid
1052
1053 * mhbase/MH3.cc:
1054 - moved drawing histograms back to Draw. This fixes a
1055 problem with root 4.02/00. Reading/Writing should be
1056 no problem if the names of the profiles are well known.
1057 - with this fix 'same' is currently NOT supported
1058
1059 * mimage/ImageLinkDef.h, mimage/Makefile:
1060 - added MNewImagepar2
1061 - added MHCewImagePar2
1062
1063 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
1064 - added new classes calculating and displaying the length
1065 of the border line of a shower
1066
1067 * mimage/MHImagePar.cc:
1068 - fixed a problem with root 4.02/00 when setting the margin
1069 in Divide to 0 by setting it to 1e-10
1070
1071 * mimage/MHNewImagePar.[h,cc]:
1072 - fixed to display Areas in deg^2
1073
1074 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
1075 mimage/MImagePar.cc, mimage/MNewImagePar.cc
1076 - a small fix to Print()
1077
1078 * mimage/MHillasCalc.[h,cc]:
1079 - added MNewImagePar2 to supported image parameters
1080
1081 * mjobs/MJStar.cc:
1082 - replaced MCerPhotEvt by MSignalCam
1083
1084 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
1085 mjobs/hilocalib_df46.root:
1086 - added new intercalibration file for digital filter 4sl higain
1087 and 6sl logian
1088
1089 * mbase/MLogHtml.cc:
1090 - fixed a bug in Underline which cause a crash if fOut==NULL
1091 - output a message if file cannot be opened
1092
1093 * mhcalib/MHCalibrationPulseTimeCam.cc:
1094 - for some output there was a replacement of pix.GetPixId()
1095 by hist.GetName() <undocumented>
1096
1097 * mimage/MHillas.[h,cc]:
1098 - added new member function GetBorderLine returning the border
1099 line correspondig to an ellipse with axis lnegth and width
1100 - added new member function GetArea returning the area
1101 correspondig to an ellipse with axis lnegth and width
1102
1103
1104
1105 2005/03/19 Markus Gaug
1106
1107 * mjobs/hilocalib_df46.root
1108 - added new intercalibration file for digital filter 4sl higain
1109 and 6 slices logain
1110
1111 * mjobs/MJCalibration.cc
1112 - exchanged intercalibration file from hilocalib_df_4.root to
1113 hilocalib_df46.root
1114 - do not apply hi-gain lo-gain intercalibration for MC files.
1115
1116 * mjobs/MJPedestal.cc
1117 - exchanged two (Int_t)'s by TMath::Nint().
1118 - undocumented(!) change to the calculation of the extraction
1119 range (PulsePosCheck)
1120
1121 * callisto.rc
1122 - exchanged default weights file for Digital filter from
1123 cosmics_weights4.dat to cosmics_weights46.dat and from
1124 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
1125 This change is absolutely necessary, given the new results from
1126 Nuria about the signal resolution in the low gain which gets worse
1127 than the intrinsic Poisson jitter above 350 phes. Also the time
1128 resolution is too bad. This was not known before we had the
1129 correct low-gain MC pulse.
1130
1131
1132
1133 2005/03/18 Thomas Bretz
1134
1135 * Makefile:
1136 - removed mone from list of compiled programs
1137
1138 * mars.cc:
1139 - replaced the MARS display by the Camera Display directly
1140
1141 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
1142 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
1143 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
1144 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
1145 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
1146 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
1147 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
1148 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
1149 - removed dependancy on MArrivalTime, information now
1150 found in MSignalCam
1151 - replaced MCerPhotEvt by MSignalCam
1152 - it was renamed because it will be completely incompatible
1153 anyhow
1154
1155 * mjobs/MJCalibrateSignal.cc:
1156 - use new MSignalCam type to display pulse position of cosmics
1157
1158 * mcalib/MCalibrateData.cc:
1159 - calculate number of saturated pixels
1160
1161 * manalysis/MCerPhotEvt.[h,cc]:
1162 - removed possibility for zero-supression. Now the index
1163 is identical with the position in the array
1164 - renamed and moved to msignal/MSignalCam.[h,cc]
1165
1166 * manalysis/MCerPhotPix.cc:
1167 - removed obsolete values
1168 - added arrival time
1169 - renamed and moved to msignal/MSignalPix.[h,cc]
1170
1171 * mcalib/MCalibrationChargeCalc.cc:
1172 - some cosmetic changes and small fixed from the Munich cvs
1173 (undocumented)
1174
1175 * mfileio/MWriteRootFile.cc:
1176 - fixed bug in RecursiveRemove which caused crashed with real
1177 data
1178
1179 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
1180 - updated, but untested
1181
1182 * mhist/MHCamEvent.[h,cc]:
1183 - some fixes in Draw to get a correct display in root 4.02/00
1184 (at least on 64-bit systems)
1185 - removed kSqrtVariance it is included in kProfile now
1186
1187 * mhist/MHCamera.[h,cc]:
1188 - removed sqrtvariance option which is included in profile now
1189 - the profile now uses the new array fBinEntries to display
1190 a more accurate profile
1191
1192 * mhist/MHEvent.cc:
1193 - set to type 6 for arrival times
1194
1195 * mimage/MHillasCalc.cc:
1196 - updated text for error=1
1197
1198 * mimage/MImagePar.cc:
1199 - copy number of saturated pixels from MSignalCam
1200
1201 * mjobs/MJStar.cc:
1202 - enhanced title of some histogram
1203
1204 * mjobs/MSequence.cc:
1205 - updated path to fit data center (D.Dorner)
1206
1207 * mmain/MEventDisplay.cc:
1208 - display Arrival Time from MSignalCam now
1209
1210 * msignal/MArrivalTimeCam.cc:
1211 - implemented a new case 6 which is identical with the
1212 default case AND arrival time from MSignalCam
1213
1214 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1215 manalysis/:
1216 - removed MCerPhotEvt
1217 - removed MCerPHotPix
1218 - removed MCerPhotAnal
1219 - removed MCerPhotAnal2
1220 - removed MCerPhotCalc
1221
1222 * mimage/Makefile, manalysis/ImageLinkDef.h:
1223 - removed MHillasSrcCalc
1224
1225 * manalysis/MSupercutsCalc.cc:
1226 - removed an obsolete include
1227
1228 * mhist/Makefile, mhist/HistLinkDef.h:
1229 - removed MHSigmaTheta
1230
1231 * mmain/Makefile, mmain/HistLinkDef.h:
1232 - removed MDataCheck
1233 - removed Mars
1234 - removed MAnalysis
1235 - removed MMonteCarlo
1236 - removed MGDisplayAdc
1237 - removed MOnlineDisplay
1238 - removed MOnlineDump
1239
1240 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
1241 - added MSignalCam
1242 - added MSignalPix
1243 - added MSignalCalc
1244
1245 * msql/Makefile, msql/SqlLinkDef.h:
1246 - removed MSqlInsertRun
1247
1248 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1249 - removed MFSelBasic
1250 - removed MFSelStandard
1251 - removed MFSelFinal
1252
1253
1254
1255 2005/03/17 Thomas Bretz
1256
1257 * callisto.cc:
1258 - added new option moon
1259 - use light condition from MSequence to determin light condition
1260 automatically
1261
1262 * mjobs/MJPedestal.h:
1263 - allow setting SetUseHists also to kFALSE
1264
1265 * mjobs/MSequence.[h,cc]:
1266 - added fLightCondition
1267
1268 * mcalib/MCalibrateData.cc:
1269 - undocumented change from Markus Gaug
1270
1271 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
1272 mfilter/MFCT1SelFinal.[h,cc]:
1273 - moved to manalysisct1
1274
1275 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1276 - removed MFCT1SelBasic
1277 - removed MFCT1SelStandard
1278 - removed MFCT1SelFinal
1279
1280 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1281 - removed MPad
1282 - removed MMakePadHistograms
1283 - removed MSigmabar
1284 - removed MSigmabarParam
1285 - removed MSigmabarCalc
1286
1287 * mimage/Makefile, mimage/ImageLinkDef.h:
1288 - removed MImgCleanTGB
1289
1290 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
1291 - removed MMcEnergyEst
1292 - removed MMcTimeGenerate
1293
1294 * msignal/Makefile, msignal/SignalLinkDef.h:
1295 - removed MArrivalTime
1296 - removed MArrivalTimeCalc
1297 - removed MArrivalTimeCalc2
1298
1299 * mjobs/MJCalibration.cc:
1300 - followed some undocumented changes from the other cvs
1301
1302
1303
1304 2005/03/16 Thomas Bretz
1305
1306 * callisto.cc:
1307 - set changed extractor in MJCalibrateSignal from MJPedestal
1308 - don't process 'range finding' for MonteCarlo data
1309
1310 * callisto.rc:
1311 - removed obsolete Modified* option
1312
1313 * mjobs/MJCalibrateSignal.[h,cc]:
1314 - removed obsolete flag for ModifiedExtractWin
1315 - allow also NULL for SetExtractor
1316 - rearanged the too MWriteRootFile instantiations otherwise
1317 callisto crashes in MWriteRootFile::ChangeFile
1318 - removed some obsolete comments about an old MC workaround
1319
1320 * mdata/MDataChain.cc:
1321 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
1322
1323 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
1324 mhcalib/MHCalibrationCam.cc:
1325 - undocummented change
1326
1327
1328
1329 2005/03/16 Markus Gaug
1330
1331 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1332 - fixed a bug in the reading of the resource file (reading of the
1333 MExtractTimeAndCharge resources was skipped).
1334
1335 * mcalib/MCalibrateData.cc
1336 - for the case that the high-gain saturates, but the low-gain signal
1337 could not be extracted successfully, take the high-gain signal,
1338 multiplied by 1.5 (before, 0 was taken erroneously).
1339
1340 * msignal/MExtractTimeAndCharge.cc
1341 - catch one potential case for memory leaks in the low-gain
1342 calculation. Extract low-gain only if the remaining extraction
1343 window is not smaller than the number of slices needed by the
1344 signal extractor.
1345 - set the default fgLoGainStartShift to -3.5
1346
1347 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1348 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1349 - adjust fLoGainStartShift by one slice, after findings from MC.
1350
1351
1352
1353 2005/03/15 Markus Gaug
1354
1355 * msignal/MExtractTimeAndChargeSpline.h
1356 - take fRandomIter out of the streamer.
1357 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
1358 - raise version number to 4
1359
1360 * mjobs/MJCalibration.cc
1361 - set default to kFALSE for PIN Diode or Blind Pixel calibration
1362 (was kTRUE by error).
1363
1364
1365
1366 2005/03/15 Thomas Bretz
1367
1368 * mjobs/MJCalibrateSignal.[h,cc]:
1369 - added the fExtractor data member
1370 - added a destructor deleting it
1371 - only read extractor from file if not set by user
1372 - user fExtractor as extractor1
1373 - do not delete extractor1 if set by user
1374 - added member function to set extractor
1375
1376 * mjobs/MJPedestal.cc:
1377 - removed MFEventSelector workaround again
1378 - do not write pedy file anymore
1379
1380 * callisto.cc:
1381 - MJCalibrateSignal now takes the signal extractor directly
1382 instead of taking the long way round a new file
1383
1384 * mpedestal/MExtractPedestal.cc:
1385 - ReInit extractor correctly. Now the workaround should be
1386 really obsolete
1387
1388 * mbase/MGMenu.[h,cc]:
1389 - make fix fix also compile root 3.10.02
1390
1391
1392
1393 2005/03/14 Thomas Bretz
1394
1395 * mbase/MGMenu.h:
1396 - added a fix for root 4.02.00
1397
1398
1399
1400 2005/03/14 Markus Gaug
1401
1402 * mcalib/MCalibrateData.cc
1403 - catch the case that now high-gain low-gian intercalibration const.
1404 is available.
1405
1406 * mjobs/MJPedestal.cc
1407 - modify option for pedy*.root: from UPDATE to RECREATE
1408
1409
1410
1411 2005/03/11 Markus Gaug
1412
1413 * callisto.rc
1414 - changed default weights for DF to cosmics_weights4.dat. (This has
1415 turned out to be the most stable set of weights).
1416
1417 * mjobs/MJCalibration.cc
1418 - some cosmetic changes in the output
1419 - in case of WriteHists(), do not overwrite existing signal*.root
1420 file, but append histograms (bugfix!)
1421
1422
1423
1424 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
1425
1426 * mjobs/MJCut.cc
1427 - inclusion of (TString) to avoid compiler error under 2.95.3
1428
1429 * sinope.cc
1430 - inclusion of <errno.h> to avoid compiler error under 2.95.3
1431
1432
1433
1434 2005/03/10 Markus Gaug
1435
1436 * msignal/MExtractTimeAndCharge.cc
1437 - set fgLoGainStartShift to -4.0
1438 - put a check to avoid a dynamic low-gain range < 0 (should not
1439 occur with current extractors, but one never knows...)
1440
1441 * msignal/MExtractor.[h,cc]
1442 - introduced Clear()-function, used in SetRange()
1443
1444 * mjobs/MJCalibrateSignal.cc
1445 - changed order of initialization of the 2 MWriteRootFiles whereupon
1446 the crash goes away. Have to revise the /dev/null work-around
1447 in MWriteRootFile!
1448
1449
1450
1451 2005/03/09 Markus Gaug
1452
1453 * msignal/MExtractTimeAndCharge.cc
1454 - catch a (very unprobable) case in which the low-gain range could
1455 be negative
1456
1457 * mjobs/MJCalibrateSignal.cc
1458 - modify writing of MCalibrationPulseTimeCam to disk in order to
1459 avoid program crash in the destructor of MJCalibrateSignal
1460
1461 * mhcalib/MHGausEvents.h
1462 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
1463 fPowerSpectrum out of the streamer.
1464 - intialize fFlags to 0
1465
1466
1467
1468 2005/03/09 Thomas Hengstebeck
1469
1470 * mranforest/MRFEnergyEst.cc
1471 - changed call of min, max functions to TMath::Min() and
1472 TMath::Max() to avoid compilation problems with some gcc
1473 versions
1474 - changed check of energy rule (last col of MHMatrix) so, that
1475 any rule containing "fEnergy" is accepted.
1476
1477
1478
1479 2005/03/08 Markus Gaug
1480
1481 * mhcalib/MHPedestalCam.[h,cc]
1482 - introduce new parameter "fFitStart" to decide from outside where
1483 to start fitting the pedestals.
1484
1485
1486
1487 2005/03/07 Markus Gaug
1488
1489 * mjobs/hilocalib_df6.root
1490 * mjobs/hilocalib_sp2.root
1491 - two files with the high-gain vs. logain intercalibration results.
1492 for Digital filter and September data and Spline and December
1493 data.
1494
1495 * callisto.rc
1496 - allow setting the variables ExtractWinLeft and ExtractWinRight.
1497
1498 * mhcalib/MHCalibrationHiLoCam.h
1499 * mhcalib/MHCalibrationCam.h
1500 * mhcalib/MHGausEvents.h
1501 - put the Draw-functions into the *MENU*
1502
1503 * mjobs/MJCalibration.[h,cc]
1504 - introduced reading of hi-vs.logain calibration file
1505
1506 * mjobs/MJPedestal.[h,cc]
1507 - modified range setting according Thomas S. suggestions
1508
1509 * msignal/MArrivalTime.[h,cc]
1510 - took out some commented code which will not be used any more
1511 - improve Print() function
1512
1513
1514
1515 2005/03/05 Markus Gaug
1516
1517 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1518 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
1519 code which were still persistent
1520 - set default extraction type to integral (instead of amplitude)
1521 - set version number to 3
1522
1523 * mcalib/MCalibrationChargeCam.[h,cc]
1524 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
1525
1526 * mjobs/MJPedestal.[h,cc]
1527 - added function WriteExtractor which writes the extractor with the
1528 new ranges to disk if fPulsePosCheck has been selected.
1529
1530 * mjobs/MJCalibrateSignal.[h,cc]
1531 - added functionality to read the updated extractor from
1532 MJPedestalY2 (with the new extraction ranges).
1533
1534
1535
1536 2005/03/04 Abelardo Moralejo
1537
1538 * mmc/MFadcDefine.h
1539 - Changed constant SUBBINS from 5 to 500. This defines the
1540 resolution of the analog signal simulation in the camera MC.
1541 The time step is the duration of one FADC slice divided by
1542 SUBBINS. The change was necessary to implement correctly the PMT
1543 time jitter.
1544
1545
1546
1547 2005/03/03 Markus Gaug
1548
1549 * mjobs/pedestalref.rc
1550 * mjobs/calibrationref.rc
1551 * mjobs/calibrationref_Nov04.rc
1552 - added documentation
1553
1554 * mjobs/signalref.rc
1555 - added
1556
1557 * mjobs/MJPedestal.cc
1558 - re-added MFEventSelector which had been removed by TB on the
1559 15.2.2005.
1560 - added pulse position selector, as decided at the Berlin soft-
1561 ware meeting.
1562
1563 * callisto.cc
1564 - added SetPulsePosCheck() in MJPedestalY2
1565
1566 * mjobs/MJCalibrateSignal.cc
1567 - updated pulse pos. calculator, can be switched off now.
1568
1569 * mjobs/MJCalib.[h,cc]
1570 - added flag fPulsePosCheck
1571
1572
1573
1574 2005/03/02 Markus Gaug
1575
1576 * mjobs/MJCalib.[h,cc]
1577 * mjobs/MJPedestal.[h,cc]
1578 * mjobs/MJCalibration.[h,cc]
1579 * mjobs/MJCalibrateSignal.[h,cc]
1580 - put the storage types in the base class
1581
1582 * mbadpixels/MBadPixelsCam.cc
1583 - add some output in case that AsciiRead does not work
1584
1585 * msignal/MExtractTimeAndChargeSpline.cc
1586 - speed integration up a little bit.
1587
1588 * callisto.rc
1589 - adapt the low-gain stretch for the different pulse form for
1590 calibration and cosmics pulses (only applied if spline is used).
1591
1592
1593
1594 2005/02/25 Markus Gaug
1595
1596 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1597 - fixed bug in inter-calibration hi-logain for arrival times.
1598
1599 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1600 - fixed the situation where the maximum bin is already found in the
1601 low-gain samples.
1602
1603 * mjobs/MJCalibration.cc
1604 - write the MPedestalCams also to disk (needed for data-check).
1605
1606
1607
1608 2005/02/25 Abelardo Moralejo
1609
1610 * msignal/MC_calibration_weights_UV.dat
1611 - Added. Weights file for using the digital filter on MC
1612 calibration files. For the moment the weights are the same as in
1613 the file calibration_weights_UV.dat, only that high and low gain
1614 have both the same weights because for the moment the MC pulse
1615 shape is the same in both gain branches.
1616
1617
1618
1619 2005/02/24 Markus Gaug
1620
1621 * mjobs/MJCalibrateSignal.cc
1622 - include display of pulse times (calculated in the post-process)
1623 - include the possibility for the pixel check (like in MJCalibration)
1624
1625 * mhcalib/MHCalibrationHiLoCam.cc
1626 - set default range up to 30.
1627
1628 * mhcalib/MHCalibrationChargeBlindPix.h
1629 - take the TVectors out of the streamer, to be exectuable with
1630 root.04.02
1631
1632
1633
1634 2005/02/24 Thomas Hengstebeck
1635
1636 * macros/RFEnergyEst.C
1637 - new macro to show the usage of RFEnergyEst class.
1638
1639
1640
1641 2005/02/24 Abelardo Moralejo
1642
1643 * mtemp/mpadova/macros/resize.C
1644 - moved MSrcPosCam output container from RunHeaders to Events tree.
1645
1646
1647
1648 2005/02/18 Marcos Lopez
1649
1650 * mflux/
1651 - new directory to store the flux related classes.
1652
1653 * mflux/MHadAlphaCut.{h,cc}
1654 - container to store the optimal hadronness and alpha cut for each bin in
1655 estimated energy and theta.
1656
1657 * mflux/MFHadAlpha.{h,cc}
1658 - filter to apply the hadronness and alpha cuts stored in
1659 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
1660 cut or both.
1661
1662
1663
1664 2005/02/18 Markus Gaug
1665
1666 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1667 - new class to histogram the arrival time of cosmics above a certain
1668 threshold.
1669
1670 * mcalib/MCalibrationPulseTimeCam.[h,cc]
1671 - new class container with results of MHCalibrationPulseTimeCam
1672
1673 * mjobs/MJCalibrateSignal.cc
1674 - include MCalibrationPulseTimeCam to display
1675
1676 2005/02/18 Thomas Bretz
1677
1678 * mbase/MStatusDisplay.cc:
1679 - switch off TH1::AddDirectory during DrawClonePad
1680
1681 * mjobs/MSequence.[h,cc]:
1682 - added some code (still commented) for later use,
1683 allowing to setup a different filename for each runfile
1684 - added SetNight member function
1685 - added Add*Runs member function
1686 - with this changes MSequence can replace MRunIter now
1687 - allow requesting of standard path from outside
1688 (GetStandardPath)
1689
1690 * Makefile:
1691 - added sinope
1692
1693 * sinope.cc:
1694 - added (small tool to check contents of run for datacenter)
1695
1696 * callisto.cc:
1697 - added background information about Callisto
1698
1699 * ganymed.cc:
1700 - added background information about Ganymed
1701
1702 * mjobs/MJCalibrateSignal.cc:
1703 - removed special MC code. The MC files now have a lo-gain
1704 switch and we can extract the pedestal rms from lo-gain
1705 - don't print statistics if nothing was executed
1706 - fixed display. The displayed pedestal RMS was the one
1707 caluclated with a extractor but not at random position
1708 (This only effects the display, the algorithm was ok)
1709
1710
1711
1712 2005/02/17 Markus Gaug
1713
1714 * mjobs/MJCalibTest.cc
1715 - removed bug treating the MC calibration files uncorrectly
1716 - added Pixel-Check treatment
1717
1718 * mjobs/MJCalibration.cc
1719 - added Pixel-Check treatment
1720
1721 * callisto.rc
1722 - added pixel-check option
1723
1724 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1725 - calculate high-gain signal even if saturation occurs
1726
1727
1728
1729 2005/02/17 Thomas Bretz
1730
1731 * mjobs/MJStar.cc:
1732 - fixed some missing containers in case of MC files
1733
1734 * callisto.cc:
1735 - removed obsolete second check for kModeC
1736
1737 * mars.rc:
1738 - added a lot of option to be able to use a
1739 different signal extractor looking into uncalibrated
1740 data
1741
1742 * manalysis/MCameraData.[h,cc]:
1743 - added Print() member function
1744
1745 * manalysis/MCerPhotAnal2.[h,cc]:
1746 - switched off writing into MCerPhotEvt
1747
1748 * mdata/MDataChain.[h,cc]:
1749 - added code to handle priorities of operators correctly
1750
1751 * mhist/MHEvent.cc:
1752 - fixed display for MPedestalRMS
1753
1754 * mjobs/MJCalib.cc:
1755 - fixed treatment of PixelCheck resource
1756
1757 * mjobs/MJCalibrateSignal.cc:
1758 - added some comments about Monte Carlo
1759 - added MMcFadcHeader to output
1760
1761 * mjobs/MJPedestal.cc:
1762 - do not allow 'UseData' for Monte Carlos. Reason is given as
1763 comment in the code
1764
1765 * mmain/MEventDisplay.[h,cc]:
1766 - changed such, that mars.cc allows to set the used extractor
1767 - removed the obsolete cam.root, ped.root option
1768
1769 * mmain/MCameraDisplay.cc:
1770 - adapted to change in MEventDisplay
1771
1772
1773
1774
1775 2005/02/16 Javier Rico
1776
1777 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
1778 mhistmc/HistMcLinkDef.h
1779 - Added container class holding the histograms of the coefficients
1780 for the (iterative) unfolding.
1781
1782 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
1783 mmontecarlo/MonteCarloLinkDef.h
1784 - Added task class to compute the coefficients for the (iterative)
1785 unfolding.
1786
1787 * macros/unfoldCoeff.C
1788 - added macro that computes the effective areas and coefficients
1789 from a MC input file (with OriginalMC tree and MEnergyEst
1790 branch containing the energy estimator). This may be used
1791 as layout for spectrum computation program.
1792
1793
1794
1795 2005/02/16 Markus Gaug
1796
1797 * mdata/MDataChain.cc
1798 - replaced ROOT version check for the compiler from 4.02.00 to
1799 4.01.00
1800
1801 * mranforest/MRFEnergyEst.cc
1802 - include "TVector.h", otherwise this class does not compile
1803 in newer root versions
1804
1805 * msignal/MExtractTimeAndCharge.cc
1806 - initialize fLoGainStartShift correctly if read from conf. file
1807 and modified fOffsetLoGain exists.
1808
1809 * msignal/*weights*.dat
1810 - new weights with the uniform pedestal RMS. (Please use these!)
1811
1812 * msignal/pulpo_weights*.dat
1813 - new weights with the pulpo-pulse form and without NSB!!
1814
1815
1816
1817 2005/02/16 Thomas Hengstebeck
1818
1819 * mranforest/MRFEnergyEst.[h,cc]
1820 - added RF class for energy estimation
1821
1822 * mranforest/MRFEnergyEst.cc
1823 - changed calculation of estimated energy, now interpolated values
1824 are returned
1825
1826
1827
1828 2005/02/16 Abelardo Moralejo
1829
1830 * macros/starmc2.C:
1831 - Changed the way in which the "OriginalMC" tree is copied from
1832 the input to the output file. Now we ise the new procedure
1833 MWriteRootFile::AddCopySource
1834
1835 * mhistmc/MHMcCollectionArea.cc
1836 - Changed default fName to "MHMcCollectionArea"
1837
1838 * mtemp/mpadova/macros/resize.C
1839 - Changed weights
1840
1841
1842
1843 2005/02/16 Thomas Bretz
1844
1845 * mbase/MEvtLoop.cc:
1846 - fixed a typo
1847
1848 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
1849 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
1850 mjobs/MJStar.cc:
1851 - optimized size of some output
1852
1853 * mfileio/MWriteRootFile.[h,cc]:
1854 - fixed CopySource option for single-file case
1855
1856 * mhist/MHCamEvent.cc:
1857 - replaced the warn in SetupFill by an inf
1858
1859 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
1860 mhcalib/MHCalibrationChargePINDiode.cc:
1861 - removed obsolete output after a failed FindCreateObj (the
1862 function itself does the output in case of failure)
1863
1864 * mhcalib/MHCalibrationCam.cc:
1865 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
1866 it doesn't result in an fatal error (abort)
1867
1868 * mranforest/MRanForestCalc.cc:
1869 - added a missing debug level to some output
1870
1871 * mranforest/MRFEnergyEst.[h,cc]:
1872 - cleaned up includes
1873
1874 * callisto.cc, ganymed.cc, star.cc:
1875 - implemented enhanced handling of resource debugging
1876
1877 * mbase/Makefile, mbase/BaseLinkDef.h:
1878 - added MEnv
1879
1880 * mbase/MEnv.[h,cc]:
1881 - added
1882
1883 * mjobs/MJob.[h,cc]:
1884 - added new function to allow distribution of extranl MEnv
1885 - replaced Bool_t by Int_t for fEnvDebug
1886
1887 * mjobs/MJPedestal.cc:
1888 - adapted to changes of EnvDebug
1889
1890
1891
1892 2005/02/15 Abelardo Moralejo
1893
1894 * macros/mccalibrate.C
1895 - fixed small bug
1896
1897 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
1898 * mhistmc/MHMcCollectionArea.[h,cc]
1899 - Changed the way of calculating final effective area for data
1900 analysis. The new approach requires the use of MC files produced
1901 with the current CVS version of camera. We now make use of the
1902 true total number of produced MC events, and allow for the
1903 setting of a "tentative" differential gamma spectrum to be used
1904 in the calculation of effective areas.
1905 Removed unused constructor argument "input" in
1906 MMcCollectionAreaCalc.
1907
1908 * macros/collarea.C
1909 - Adapted to the new way of calculating effective areas.
1910
1911
1912
1913 2005/02/15 Thomas Bretz
1914
1915 * callisto.rc:
1916 - replaced mutal exclusive options (Integral, Amplitude) by
1917 a one-line resource
1918
1919 * msignal/MExtractTimeAndChargeSpline.cc:
1920 - replaced mutal exclusive options (Integral, Amplitude) by
1921 a one-line resource "ExtractionType" (old code still works)
1922
1923 * manalysis/MCerPhotEvt.[h,cc]:
1924 - added new variables to store information about islands
1925 and removed pixels - PRELIMINARY
1926 - increased class version number
1927
1928 * mfilter/MFSoftwareTrigger.cc:
1929 - optimized output in PostProcess
1930
1931 * mimage/MHImagePar.[h,cc]:
1932 - added new histograms for new variables in MCerPhotEvt
1933
1934 * mimage/MImagePar.[h,cc]:
1935 - added new data members for the new image parameters
1936 - increased class version
1937
1938 * mimage/MImgCleanStd.[h,cc]:
1939 - adapted image cleaning to calculate the new image
1940 parameters
1941 - added a flag to keep single core pixels
1942
1943 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
1944 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
1945 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
1946 - renamed GetFileName to GetFullFileName
1947
1948 * mbase/MInputStreamID.h:
1949 - added new member function HasStreamId
1950
1951 * mbase/MParContainer.[h,cc]:
1952 - added a static list to keep track of all created
1953 TMathodCall objects
1954
1955 * mbase/MTask.cc:
1956 - enhanced PrintStatistics
1957
1958 * mfileio/MRead.[h,cc]:
1959 - new abstract function GetFullFileName
1960 - added implementatio of GetFileName based on GetFullFileName
1961
1962 * mfileio/MWriteRootFile.[h,cc]:
1963 - moved open of a new file to new common member function
1964 OpenFile
1965 - allow to use an already existing file also when using rules
1966 - added a new option which can be used to copy an existing
1967 tree (without any change) from the old file into the new file.
1968 (in principal you can also do this for some of its branches only)
1969 This is done by AddCopySource
1970
1971 * mjobs/MJCalibrateSignal.cc:
1972 - in case of MonteCarlo files write an independant tree
1973 'MonteCarlo' for 'MMcEvtBasic'
1974
1975 * mjobs/MJStar.cc:
1976 - copy tree 'MonteCarlo' from old into new files
1977
1978 * mjobs/MJPedestal.cc:
1979 - removed wrong use of MFEventSelector
1980
1981 * mpedestal/MExtractPedestal.cc:
1982 - made sure that fExtractor is correctly pre- and
1983 postprocessed.
1984
1985 * mbase/MTask.cc:
1986 - don't preprocess a task if it has been preprocessed already
1987
1988 * mraw/MRawFileWrite.cc:
1989 - if display is set write output to status line
1990
1991 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
1992 - moved code to display filename in status display from
1993 MReadMarsFile::Notify to MReadTree::Notify
1994
1995
1996
1997 2005/02/15 Markus Gaug
1998
1999 * mjobs/MJCalib.h
2000 - added GetDataFlag(), otherwise code does not compile!
2001
2002 * mhcalib/MHCalibrationChargeCam.cc
2003 - moved default saturation limit for number of high-gain events from
2004 0.02 to 0.05.
2005
2006 * msignal/MExtractTimeAndCharge.cc
2007 - lowered default low-gain switch from 150 to 120. (for calibration
2008 events which saturate more than 5% of the events).
2009
2010 * mjobs/MJCalib.[h,cc]
2011 - include possibility to display pixels distributions for test
2012 reasons
2013
2014
2015
2016 2005/02/14 Thomas Bretz
2017
2018 * callisto.cc, ganymed.cc, star.cc:
2019 - added some more information to '--help' output
2020 - replaced MSequences by MDataSet
2021 - implemented new debugging options (maybe not perfect yet)
2022 --print-files and --print-found
2023
2024 * mjobs/MJCut.[h,cc]:
2025 - replaced MSequences by MDataSet
2026 - write MEnergyEst
2027 - recalculate MHillasSrc
2028 - made sure both MWriteRootFile have different names
2029 - don't use "same" option if no off-data
2030
2031 * mjobs/MSequences.[h,cc]:
2032 - removed
2033
2034 * mjobs/MDataSet.[h,cc]:
2035 - added
2036
2037 * manalysis/MEventRateCalc.[h,cc]:
2038 - added a fix which make sure, that the rate is not influenced
2039 too much by the start of data taking
2040 - fixed setting of mean time corresponding to rate-interval
2041
2042 * mraw/MRawFileRead.[h,cc]:
2043 - calculate total number of events from all files in PreProcess
2044
2045 * mcalib/MCalibConstCam.cc:
2046 - added case 2 to GetPixelContent
2047
2048 * mjobs/MJCalibrateSignal.cc:
2049 - fixed redirection of stream with interleaved calibration infos
2050 - changed 'Arrival Time' to 'Calibrated Arrival Time'
2051 - display interpolated signal in equivalent photoelectrons to
2052 to get rid of scaling effects which makes it difficult to see
2053 details of the structure of the inner pixels in the histogram.
2054 With this you can immediatly see whether the relative number
2055 of phe in the outer pixels is equiv. to the inner pixels.
2056 - the same for the calibration factor - with the same argument
2057 - adapted to change in MWriteRootFile
2058 - use MReadMarsFile for Monte Carlo flag set
2059
2060 * mhist/MHCamera.cc:
2061 - changed drawing such, that NaN is not displayed anymore
2062
2063 * Makefile:
2064 - added new program ganymed
2065
2066 * mfileio/MWriteRootFile.[h,cc]:
2067 - added possibility to use UPDATE mode with rules (dangerous!)
2068 as discussed with Abelardo, Daniel M. and Thomas S.
2069
2070 * mjobs/MJStar.cc:
2071 - adapted to change in MWriteRootFile
2072 - added software trigger (still untuned) as suggested by
2073 Thomas S.
2074 - added calculation of source position before calculation
2075 of image parameters
2076 - added MPointingPos to Events-Tree
2077 - removed MPointingPos from Drive-Tree
2078 - renamed sub-tasklists to something more intuitive
2079
2080 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2081 - added MJCut.cc
2082
2083 * mraw/MRawFileRead.cc:
2084 - return kERROR if ReInit fails
2085
2086 * mfilter/MFSoftwareTrigger.[h,cc]:
2087 - updated to allow using time coincidence
2088 - changed default values
2089 - added a pattern independant trigger algorithm
2090
2091 * mbase/MDirIter.cc:
2092 - implemented option 'dbg' in Print()
2093
2094 * mjobs/MJCalib.h:
2095 - added a getter for data-flag (should be renamed
2096 to 'datatype' soon)
2097
2098
2099
2100 2005/02/12 Abelardo Moralejo
2101
2102 * mtemp/mpadova/macros/wobblemap.C
2103 - Added. Macro to do some studies on wobble mode data.
2104
2105 * macros/mccalibrate.C
2106 - Added option to divide the output in a train and a test sample.
2107 Included in output new container MMcEvtBasic (if found in input
2108 files) for later use in effective areas calculations.
2109
2110 * macros/starmc2.C
2111 - Added writing out of new container MMcEvtBasic. Removed
2112 possibility of splitting output in train and test samples, since
2113 this has now to be done in mccalibrate.C to make possible that
2114 the tree OriginalMC containing MMcEvtBasic has all the original
2115 MC events (and only those) from which the events present in the
2116 Events tree derive.
2117
2118 * macros/starmc.C
2119 - Changed a couple of wrong "." by "->" in function calls. Changed
2120 default tail cuts.
2121
2122
2123
2124 2005/02/12 Markus Gaug
2125
2126 * msignal/MExtractTimeAndChargeSpline.cc
2127 - change default rise time to 0.5 and default fall time to 1.5
2128
2129 * callisto.rc
2130 - made intitializations of extractors more explicit
2131
2132 * mpedestal/MExtractPedestal.cc
2133 - make check for even number of slices in the case of "fundamental"
2134 pedestal calc.
2135
2136 * mcalib/MCalibrationChargeCalc.cc
2137 - take out some commented code
2138
2139 * mjobs/MJCalib.h
2140 - removed GetDataFlag()
2141
2142
2143
2144 2005/02/12 Abelardo Moralejo
2145
2146 * mmc/MMcTrig.hxx
2147 - Added getter GetNumFirstLevel. This is necessary if that data
2148 member is to be used for instance in MF filters. There was
2149 already a getter, but it is called GetFirstLevel and hence not
2150 recognized.
2151
2152
2153
2154 2005/02/11 Abelardo Moralejo
2155
2156 * mmc/MMcEvtBasic.[h,cc]:
2157 - New class. Contains 5 very basic MC parameters which we intend
2158 to save for all generated Corsika events. This is needed for
2159 proper effective area calculations.
2160
2161 * mmc/Makefile, McLinkDef.h
2162 - Added new class above.
2163
2164
2165
2166 2005/02/11 Thomas Bretz
2167
2168 * mfileio/MWriteRootFile.[h,cc]:
2169 - added the possibility to write to an already existing file.
2170 This doesn't affect the old behaviour, but using this new feature
2171 might still have problems.
2172
2173 * mfileio/MReadReports.cc:
2174 - fixed column-level in PrintStatistics
2175
2176 * mjobs/MJCalibrateSignal.cc:
2177 - keep MMcRunHeader in the output
2178
2179
2180
2181 2005/02/10 Abelardo Moralejo
2182
2183 * macros/mccalibrate.C
2184 - Added possibility to calibrate in photons or photoelectrons
2185
2186 * macros/starmc2.C
2187 - Added comment about value of cleaning levels
2188
2189
2190
2191 2005/02/10 Markus Gaug
2192
2193 * mcalib/Makefile
2194 * mcalib/CalibLinkDef.h
2195 * mcalib/MCalibrate.[h,cc]
2196 - removed mcalib/MCalibrate.* because it has been replaced by
2197 MCalibrateData
2198
2199 * mmain/MEventDisplay.cc
2200 - replaced MCalibrate by MCalibrateData
2201
2202 * mhcalib/MHCalibrationCam.cc
2203 - replaced warning about empty histogram from red (err) by
2204 yellow (warn).
2205
2206 * mcalib/MCalibColorSet.cc
2207 - return kTRUE in case of MC-file
2208
2209 * msignal/MExtractTimaAndChargeSpline.[h,cc]
2210 - make sure that all variables are set correctly independent on
2211 the order of their initialization by the user
2212
2213
2214
2215 2005/02/10 Thomas Bretz
2216
2217 * mgeom/MGeomCam.[h,cc]:
2218 - added new member functions (GetNeighbors) to get all pixels
2219 around a given pixel with a given radius
2220
2221 * mars.rc:
2222 - use same values for image cleaning as default in star
2223
2224 * mpointing/MSrcPosCalc.[h,cc]:
2225 - added the possibility to set the Source position from
2226 a resource file
2227
2228 * mjobs/MJStar.cc:
2229 - write MMcRunHeader to RunHeaders
2230
2231 * mfileio/MWriteRootFile.cc:
2232 - removed an obsolete line
2233 - removed a debug line which should not be there
2234
2235 * mimage/MHillas.h:
2236 - added new Getter GetDist0 returning the distance to the
2237 camera center
2238
2239 * mhflux/MHFalseSource.cc:
2240 - the scaling in Paint() was nonsense in case we are looking
2241 at on/off-data. Fixed.
2242
2243
2244
2245 2005/02/10 Abelardo Moralejo
2246
2247 * manalysis/MMcCalibrationUpdate.h
2248 - Added comment on new member fSignalType. Sorry for compilation
2249 problems... I forgot to commit the header yesterday, but M. Gaug
2250 did it.
2251
2252 * macros/starmc.C
2253 - Cleaned up a little bit, made the option to choose between
2254 calibration in photons or phe- easier to set.
2255
2256 * manalysis/MMcCalibrationUpdate.[h,cc]
2257 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
2258 default for consistency with MCalibrateData.
2259
2260
2261
2262 2005/02/09 Abelardo Moralejo
2263
2264 * manalysis/MMcCalibrationUpdate.cc
2265 - Updated to make the MC calibration in phe- work
2266
2267 * macros/starmc.C
2268 - same as above. Now default is calibration in phe-
2269
2270 * mraw/MRawEvtHeader.h
2271 - Added setter for the trigger pattern, absolutely needed for
2272 creating proper MC root files.
2273
2274
2275
2276 2005/02/09 Markus Gaug
2277
2278 * manalysis/MMcCalibrationUpdate.h
2279 - added missing declaration of fSignalType
2280
2281 * mjobs/MJPedestal.[h,cc]
2282 * mjobs/badpixels_0_559.rc
2283 * callisto.rc
2284 - allow exclusion of bad pixels from the beginning (default is
2285 Pixel 0 and 559).
2286 - removed some obsolete includes
2287 - took out data member fPedestalHist from MJPedestal.h which removes
2288 the crash, however I don't understand why it caused the crash!!!
2289 There seem to be problems with memory usage either in callisto.cc
2290 or in this class!!
2291 (valgrind shows several memory leaks in the TG... classes).
2292
2293 * mjobs/MJCalibration.cc
2294 - write display and containers also in case of failure of eventloop
2295
2296 * mhcalib/MHGausEvents.cc
2297 - make default display window 600x600
2298
2299 * mcalib/MCalibrationQECamMagic.cc
2300 - updated five pixels
2301
2302 * mpedestal/MExtractPedestal.[h,cc]
2303 * mpedestal/MPedCalcPedRun.cc
2304 * mpedestal/MPedCalcFromLoGain.cc
2305 - included possibility for intermediate pedestal cam (not yet used)
2306
2307 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
2308 - initialize the bad events counters to 0 also in constructor
2309 - release the limit for bad events a bit
2310
2311 * mcalib/MCalibrationTestCam.h
2312 - take out include of TArrayI (already in base class)
2313
2314 * mcalib/MCalibrateData.h
2315 - make default argument for SetSignalType kPhe.
2316
2317 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
2318 - removed
2319
2320
2321
2322 2005/02/08 Markus Gaug
2323
2324 * mhcalib/MHCalibrationCam.cc
2325 * mcalib/MCalibrationChargeCalc.cc
2326 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
2327
2328
2329
2330 2005/02/08 Thomas Bretz
2331
2332 * mpointing/MPointingPosInterpolate.cc:
2333 - use debug option in addition to switch off output from internal
2334 eventloop. It is confusing having this output inside another
2335 eventloop.
2336 - updated missing connections in class description
2337
2338 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
2339 - made sure that output of PostProcess fits into 80col boundary
2340
2341 * mimage/MHillas.cc:
2342 - removed an obsolete call to TLine::Paint() in Paint.
2343
2344
2345
2346 2005/02/07 Thomas Bretz
2347
2348 * mbase/MFilter.cc:
2349 - use paranthesis around ClassName in GetRule
2350
2351 * mdata/MDataFormula.h:
2352 - fixed a wrong comment in variable description
2353
2354 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
2355 mjobs/MJCalibrateSignal.cc,
2356 mjobs/MJCalibrateSignalFromOutside.cc:
2357 - to make sure there are no missunderstandings we have to
2358 replace all occurances of 'Variance' by 'SqrtVariance'
2359 (it was not my decision)
2360
2361 * mastro/MAstro.[h,cc]:
2362 - added new function Angle2Coordinate
2363
2364 * mbase/MTaskEnv.[h,cc]:
2365 - fixed a bug which caused the resource task to be ignored
2366 if the default task was '<dummy>'
2367
2368 * mhbase/MH3.cc:
2369 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
2370 instead of FindObject) which caused the histogram to
2371 be put a lot of times into the pad.
2372
2373 * mjobs/MJCalib.[h,cc]:
2374 - derived MJCalib from MJob in order to be able to move
2375 common code from derived classes into the base-class
2376 - implemented CheckEnvLocal to handle the resource 'DataType'
2377 - changed publicity of some variables and functions
2378 to allow setting file type from outside
2379 - added new function to set data-type for use in callisto.cc
2380
2381 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
2382 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
2383 - removed double inheritance, replaced by single inheritance
2384 from MJCalib
2385 - replaced code to handle the resource 'DataType' by the
2386 common code in the base class
2387 - put reading of reference file into a new member function
2388 to make source code reading resource file simpler and to
2389 be able to write a function description about it (simple
2390 copy&past)
2391
2392 * callisto.cc:
2393 - added option for file-type
2394
2395 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
2396 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
2397 - added to repository, but not yet to Makefile because
2398 there is still some work to be done. But whoever is
2399 interested in the new classes/program may already use it.
2400
2401 * mhflux/MAlphaFitter.[h,cc]:
2402 - added option to choose the minimization value
2403
2404 * mhflux/MHAlpha.cc:
2405 - replaced significance by minimization value
2406
2407 * mhflux/MHEffectiveOnTime.cc:
2408 - use E-Option when fitting to improve error calculation
2409 by using Minos technique
2410
2411
2412
2413 2005/02/04 Markus Gaug
2414
2415 * mjobs/MJCalibration.cc
2416 - found a "the `impossible' happened" when running callisto with
2417 a pure signal extractor --> MExtractTimeFastSpline has some
2418 problems with the management of the internal arrays. Replaced it
2419 by MExtractTimeHighestIntegral as default which is as good.
2420
2421 * callisto.rc
2422 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
2423 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
2424 now tested and checks for the positions of the pulse within the
2425 DAQ-window.
2426
2427
2428
2429 2005/02/04 Thomas Bretz
2430
2431 * Makefile.rules:
2432 - fixed creation of main MDep.d
2433
2434 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
2435 - added commandline option --version
2436
2437 * mbase/MFilter.cc:
2438 - changed default for 'GetRule'
2439
2440 * mbase/MParContainer.cc:
2441 - simplified GetNewObject
2442
2443 * mfbase/MF.cc:
2444 - if no conditional sign is found try to create
2445 MFilter-object
2446
2447 * mraw/MRawEvtData.cc:
2448 - fixed the initialization of fABFlags in case maxid==0 which
2449 is the default. This caused MRawEvtPixelIter::HasABFlag
2450 to do unallowed access to memory for old root-files without
2451 the AB flag, because it assumed (due to size==1) that the
2452 data contains the ab flag
2453
2454 * mraw/MRawEvtPixelIter.[h,cc]:
2455 - removed some obsolete debug comments
2456 - simplified HasABFlag
2457
2458 * manalysis/MCerPhotPix.h:
2459 - removed the `!` again. It gave problems with the Mars
2460 display. We agreed that this is a minor problem because
2461 the structure of MCerPhot* will chnage soon in any case.
2462
2463
2464
2465 2005/02/04 Abelardo Moralejo
2466
2467 * macros/starmc2.C
2468 - added to output missing container MConcentration.
2469
2470
2471
2472 2005/02/03 Thomas Bretz
2473
2474 * mfbase/MFilterList.[h,cc]:
2475 - added new function AddToList(TCollection&)
2476
2477 * mhbase/MFillH.cc:
2478 - print a warning if 'same'-option given without
2479 a corresponding existing tab
2480
2481 * mhflux/MHAlpha.[h,cc]:
2482 - made time bins settable by user
2483
2484 * mfileio/MWriteRootFile.cc:
2485 - fixed ReInit and a warning output when writing to memory
2486
2487
2488
2489 2005/02/03 Markus Gaug
2490
2491 * mcalib/MCalibColorSet.[h,cc]
2492 - implement possibility to set colour explicitely (e.g. for MC).
2493
2494 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2495 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
2496
2497 * mjobs/MJPedestal.cc
2498 - in case, extractor is used, put the extractor into the tasklist,
2499 otherwise ranges do not get initialized correctly (wrong memory
2500 usage!). Use an event selector, however to not skip the Process.
2501 This is as fast as before and now safe for any kind of extractor
2502
2503 * mcalib/MCalibrationCam.h
2504 * mcalib/MCalibrationTestCam.h
2505 * mcalib/MCalibrationTestCam.cc
2506 - initialize a missing array in InitAverageAreas
2507
2508 * mraw/MRawEvtHeader.h
2509 - introduced Setter() of cal. pattern for Abelardo
2510
2511
2512
2513 2005/02/02 Markus Gaug
2514
2515 * mcalib/MCalibrationChargeCam.cc
2516 - fixed small bug in the display of mean charges when low-gain was
2517 used.
2518
2519 * msignal/MExtractor.cc
2520 - print the missing overlap between high-gain and low-gain
2521 in the Print() function
2522 - remove setting of fHiLoLast in PreProcess, otherwise cloned
2523 extractors do not work any more with windows exceeding the
2524 high-gain range.
2525
2526 * mhcalib/MHCalibrationTestCam.[h,cc]
2527 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
2528 - set proper probability limits for the fits
2529
2530 * mcalib/MCalibrateData.cc
2531 - catch the case in which no interlaced cal. events are being sent
2532 by the pulser box.
2533
2534 * mjobs/MJCalib.[h,cc]
2535 - put the data type enum in a new base class
2536
2537 * mjobs/MJCalibTest.[h,cc]
2538 - re-name old class MJExtractCalibTest to MJCalibTest and make it
2539 compatible with the sequence-files.
2540
2541 * mjobs/MJExtractCalibTest.[h,cc]
2542 - removed
2543
2544 * mjobs/MJCalibrateSignal.cc
2545 - put a compiler warning about the default cal. to photo-electrons
2546
2547 * callisto.cc
2548 - add new flag "--use-test" to enable the MJCalibTest facility
2549 (default: not used)
2550
2551
2552
2553 2005/02/01 Raquel de los Reyes
2554
2555 * mjobs/MSequence.h
2556 - Added "Get" functions for the TArrays variables.
2557
2558
2559
2560 2005/02/01 Markus Gaug
2561
2562 * mjobs/MJPedestal.[h,cc]
2563 * mjobs/MJCalibration.[h,cc]
2564 * mjobs/MJCalibrateSignal.[h,cc]
2565 * callisto.rc
2566 - put enum for data type. Can now set the data type (mc, raw, root)
2567 without running the data check.
2568
2569 * mhcalib/MHCalibrationCam.cc
2570 - return kTRUE in PostProcess if GetNumExecutions is 0
2571
2572 * mcalib/MCalibrationChargeCalc.cc
2573 - return kTRUE in PostProcess if GetNumExecutions is 0
2574
2575
2576
2577 2005/02/01 Daniel Mazin
2578
2579 * MPointingPosInterpolate.cc:
2580 - fixed bug to match the units of Ra and Decl in MPointingPos
2581 - fixed bug in handling of events with times outside of times from
2582 MDrive tree
2583
2584
2585
2586 2005/02/01 Thomas Bretz
2587
2588 * showplot.cc:
2589 - another fix to make the batch mode working (you can use the batch
2590 mode to convert a root-file into another format)
2591
2592
2593
2594 2005/01/31 Thomas Bretz
2595
2596 * mbase/MStatusDisplay.cc:
2597 - fixed handling of batch mode in GetCanvas(const TString &name)
2598 - don't skip already existing tabs in Display()
2599
2600
2601
2602 2005/01/31 Raquel de los Reyes
2603
2604 * mjobs/MSequence.h
2605 - Added "Get" functions for some of the sequence.txt file
2606 parameters.
2607
2608
2609
2610 2005/01/31 Markus Gaug
2611
2612 * mjobs/MJob.[h,cc]
2613 * mjobs/MJCalibrateSignal.[h,cc]
2614 * mjobs/MJCalibration.[h,cc]
2615 - move file type enum to base class
2616
2617 * mjobs/MJCalibrateSignal.[h,cc]
2618 - allow also for direct setting of an MRunIter (not used in
2619 callisto).
2620
2621 * mcalib/MCalibrationChargeCalc.[h,cc]
2622 - test also for pulser strength changes additionally to changes in
2623 colour.
2624
2625
2626
2627 2005/01/31 Abelardo Moralejo
2628
2629 * mpointing/MSrcPosCalc.cc
2630 - Create only one instance of MAstroSky2Local for the
2631 transformations, instead of two identical ones, as it was before.
2632
2633
2634
2635 2005/01/30 Markus Gaug
2636
2637 * mjobs/MJCalibration.cc
2638 * mjobs/MJPedestal.cc
2639 * mjobs/calibrationref_Nov04.rc
2640 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
2641 - updated correct display of reference lines
2642
2643
2644
2645 2005/01/29 Markus Gaug
2646
2647 * msignal/MExtractFixedWindowSpline.[h,cc]
2648 - fixed a bug occurring with overlapping windows between high-gain
2649 and low-gain
2650
2651 * msignal/MExtractFixedWindowPeakSearch.cc
2652 - take out call to fSignals->Clear() which is already done in
2653 MTaskList.
2654
2655 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
2656 - new extractor reducing the bias and solving the problem with the
2657 jumping pulse readout.
2658
2659
2660
2661 2005/01/28 Abelardo Moralejo
2662
2663 * mpointing/MSrcPosCalc.cc
2664 - updated. Make it work as desired: obtain for each event the x,y
2665 position on the camera of a source whose celestial coordinates
2666 (J2000) have been set by the user in the container "MSourcePos"
2667 of type MPointingPos, added to the parameter list. If the
2668 container MSourcePos is not found, the center of the camera (or
2669 other fixed position x,y set in the parameter list by the user -
2670 in MSrcPosCam) is used as source position for all the events in
2671 the loop.
2672
2673
2674
2675 2005/01/28 Thomas Bretz
2676
2677 * mjobs/MJCalibrateSignal.cc:
2678 - fixed that extract1,2,3 haven't been deleted if loop failed.
2679 - print tasklist also if loop failed.
2680 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
2681 the event processing tasklist
2682
2683 * callisto.rc:
2684 - added comments about "FinalFantasy" into call
2685 - added comment for obsolete resources as discussed yesterday
2686 evening: TimeUpperLimit
2687
2688 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
2689 mpedestal/MPedPhotPix.h:
2690 - replaced TruncatePrecision by ReducePrecision (its simply a better
2691 name)
2692
2693 * mbase/MParList.cc:
2694 - added a check to make 200%(!) sure that the container added
2695 to the list is a MParContainer (everything else could crash
2696 almost everything in Mars!)
2697
2698 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
2699 mjobs/MJPedestal.cc:
2700 - simplified the code in the WriteResult functions by using
2701 the new WriteContainer in MJob
2702 - removed the TObjArray from the MParList! It is NOT a MParContainer
2703 there are a lot of circumstance how this can crash Mars. I don't
2704 know why the compiler allowed for this.
2705 - unified WriteResult and WriteHists
2706 - split GetOutputFile into two functions for simplification
2707
2708 * mjobs/MJCalibration.h:
2709 - copy the extractorcam name when copying the contents
2710
2711 * mjobs/MJob.[h,cc]:
2712 - new member function WriteContainer to simplify code in derived
2713 classes
2714
2715 * mpointing/MSrcPosCalc.[h,cc]
2716 - fixed the header according to Abelardo's changes
2717 - added the initialization of the pointers to the constructor
2718
2719
2720
2721 2005/01/28 Markus Gaug
2722
2723 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2724 - introduce a security check for the time fine adjustment in case,
2725 it is too large.
2726
2727 * mcalib/MCalibConstCam.[h,cc]
2728 * mcalib/MCalibConstPix.h
2729 - new classes to allow display of changing cal. constants with the
2730 interlaced cal. events
2731
2732 * mcalib/MCalibrationChargeCalc.cc
2733 - removed stopping of PostProcess in case that the evtloop is
2734 finished with interlaced cal. events
2735
2736 * mcalib/MCalibrateData.[h,cc]
2737 - fill MCalibConstCam with update results (once per calib. consts
2738 update == every 10 sec.)
2739 - introduce check for size of calibration constant. In case, it is
2740 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
2741
2742 * mjobs/MJCalibrateSignal.cc:
2743 - display one MHCamera more with changing conv. factors (only for
2744 interlaced cal. events)
2745
2746 * mpedestal/MPedCalcFromLoGain.cc
2747 - set default for MExtractWinFirst from 15 to 17 because of the
2748 late cosmics signals in December
2749
2750
2751 2005/01/28 Abelardo Moralejo
2752
2753 * mtemp/mpadova/macros/trainsubsample.C
2754 - added # of events to be written in the output (instead of
2755 fraction of total). Moved MSrcPosCam in output from RunHeaders
2756 to Events tree.
2757
2758
2759
2760 2005/01/27 Daniel Mazin and Markus Gaug
2761
2762 * mcalib/MCalibrateData.[h,cc]
2763 - derive this class from MCamEvent in order to be able to display
2764 evolution of conversion factors in case of interlaced cal.
2765 events
2766
2767 * mpointing/MInterpolatePointingPos.[h,cc]
2768 - new class to interpolate pointing positions, adapted from a class
2769 by Marcos Lopez
2770
2771 * mjobs/MJCalibrateSignal.[h,cc]
2772 - enabled the calibration of data with interlaced calibration events
2773
2774 * msignal/MArrivalTime.[h,cc]
2775 * mcalib/MCalibrateRelTime.cc
2776 - removed Error of calibrated arrival time, as agreed on the last
2777 software calibration meeting yesterday
2778
2779 * mjobs/MJCalibrateSignal.cc
2780 - add display to show histogramming of conversion factors
2781 - modify default calibration to equiv. photo-electrons
2782 - allow for setting of MC, Raw or Root-file type in callisto.rc
2783
2784 * callisto.rc
2785 - updated conf. file
2786
2787
2788 2005/01/27 Thomas Bretz
2789
2790 * callisto.cc:
2791 - don't display starting pedestals when calibrating the signal
2792
2793 * callisto.rc:
2794 - added some comments
2795
2796 * star.rc:
2797 - according to Daniel M. we have agreed to change the default
2798 cleaning level to adapt it roughly to the new pedestal
2799
2800 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
2801 - as agreed in the current calibration meeting we truncate the
2802 precision of the stored floating point values to roughly 0.5%
2803 to gain storage space in the calibrated data (the gzip
2804 algorithm compresses this stuff nicely - we gain roughly 15%)
2805
2806 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
2807 - added a comment
2808
2809 * mjobs/MJCalibrateSignal.cc:
2810 - changed title of unsuitable plot
2811 - removed plot for calibrated fundamental pedestal as agreed in the
2812 current calibration meeting (we may change this to an option)
2813
2814 * mjobs/MJPedestal.[h,cc]:
2815 - changed the name of the "PedDiff" plot to be consistent with the
2816 other tab-name
2817 - changed the options for the display
2818 - removed the dependancy of fDisplayType and the SetDataCheck
2819 option
2820 - added option kDisplayNone
2821 - renamed enums from k*Display to kDisplay*
2822
2823 * mhist/MHCamEvent.cc:
2824 - trying to get rid of the Err_%p workaround.
2825
2826 * manalysis/MCerPhotEvt.[h,cc]:
2827 - added some '!' signs in the comment line. This is quick hack
2828 to gain I/O speed and storage space. We will soon have new
2829 containers for the calibrated data and image cleaning
2830 information.
2831 - changed version number to 6
2832
2833 * mhist/MHCamera.cc:
2834 - added member function SetAllUsed
2835
2836
2837
2838 2005/01/26 Abelardo Moralejo
2839
2840 * macros/mccalibrate.C
2841 - removed creation and writing out of MSrcPosCam. It is more
2842 flexible to add it in starmc2.C if needed (for wobble mode for
2843 instance).
2844
2845 * mtemp/mpadova/macros/RanForestDISP.C
2846 - added possibility to set the number of hadrons read in for the
2847 training. Added some missing containers to output.
2848 - Fixed rule concerning the DISP, by adding parentheses. Remember
2849 that MHMatrix::AddColumn does not respect the usual precedence
2850 of operations!
2851
2852 * mtemp/mpadova/macros/resize.C
2853 - added to output missing container MRawEvtHeader
2854
2855 * macros/starmc2.C
2856 - added missing container MImagePar. Added possibility to set the
2857 source position on the camera (for the wobble mode).
2858
2859
2860
2861 2005/01/25 Abelardo Moralejo
2862
2863 * macros/starmc2.C
2864 - modified to allow double (train / test) output, for g/h
2865 separation studies. Added several missing containers to output.
2866
2867
2868
2869 2005/01/25 Thomas Bretz
2870
2871 * mcalib/MCalibrationIntensityChargeCam.cc:
2872 - fixed a lot of 'default argument'-warnings to make to code
2873 compile
2874
2875 * mbase/MParContainer.[h,cc]:
2876 - moved the empty Reset() function into the source file and
2877 added a lot of comments
2878 - implemented new helper-functions: GetNewObject
2879
2880 * mbase/MContinue.[h,cc]:
2881 - allow to use MFilter-classes as filter in ReadEnv
2882
2883 * mbase/MTaskEnv.cc:
2884 - replaced some code by GetNewObject
2885
2886 * mhbase/MFillH.cc:
2887 - handle DrawOption "same" to be able to draw to the same pad
2888
2889 * mhbase/MH.[h,cc]:
2890 - added same-argument to DrawSame
2891
2892 * mhbase/MH3.cc:
2893 - removed some obsolete comments
2894 - remove own drawing options before calling fHist->Draw
2895
2896 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
2897 - first try of implementing 'same' drawing option
2898
2899
2900
2901 2005/01/25 Markus Gaug
2902
2903 * mcalib/MCalibrationPattern.[h,cc]
2904 * mcalib/MCalibrationPatternDecode.[h,cc]
2905 - New Decoder task for the calibration pattern from the
2906 digital modules
2907
2908 * mraw/MRawEvtHeader.[h,cc]
2909 - remove decoding from this class
2910
2911 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
2912 - remove, because one needs anyhow much more than one data file
2913 to get a reasonable conversion factor
2914
2915 * mcalib/MCalibCalcFromPast.[h,cc]
2916 - remove MCalibrationIntensityHiLoCam
2917
2918 * mbadpixels/MBadPixelsPix.h
2919 * mbadpixels/MBadPixelsCam.cc
2920 - changed one function name to GetUnsuitableCalLevel()
2921
2922 * mjobs/MJCalibration.cc
2923 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
2924 "FADC slices" by "FADC sl.", otherwise they range out of the
2925 canvas.
2926
2927 * mcalib/MCalibrationChargeCalc.cc
2928 - ensure to set the color correctly in MCalibrationBlindCam
2929
2930 * callisto.rc
2931 - put space for
2932 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
2933 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
2934
2935
2936 2005/01/24 Abelardo Moralejo
2937
2938 * manalysis/MMcCalibrationUpdate.cc
2939 - Adapted to changes in MCalibrateData from 2005/01/16: moved
2940 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
2941 this, for the last week you may have found trouble running
2942 starmc.C and mccalibrate.C.
2943
2944
2945
2946 2005/01/24 Thomas Bretz
2947
2948 * callisto.cc:
2949 - removed non-existing option from output
2950
2951 * manalysis/MEnergyEstimate.[h,cc]:
2952 - added ReadEnv member function
2953
2954 * mbase/MContinue.[h,cc]:
2955 - implementes AllowEmpty option to support doing nothing
2956 defined in resource file
2957 - added a first draft to allow usage of class-filters instead of
2958 rules
2959
2960 * mbase/MMath.[h,cc]:
2961 - implemented a function suggested by Florian Goebel which reduces
2962 the precision of a float to ~0.5% which is usefull for data
2963 compression by gzip
2964
2965 * mdata/MDataChain.[h,cc]:
2966 - implemented ReadEnv member function
2967
2968 * mfbase/MF.cc:
2969 - a small enhancement to the output in ReadEnv
2970
2971 * mhbase/MH3.cc:
2972 - fixed call to FindObject in Paint which caused a profile to be
2973 displayed incorrectly in case it was read from a file
2974
2975 * mhflux/MHFalseSource.[h,cc]:
2976 - removed old obsolete unsused Significance functions
2977 - implemented ReadEnv member function
2978 - set false source binning only if BinningFalseSource is not default
2979 - check parlist for BinningAlpha
2980
2981 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
2982 mjobs/MJPedestal.cc:
2983 - added an additional check and output if output-file could
2984 not be opened
2985
2986 * mjobs/MJob.h:
2987 - added some Getter
2988
2989 * mhbase/MBinning.[h,cc].
2990 - added nen member functions
2991 + SetEdgesRaw
2992 + ReadEnv
2993 + Print
2994
2995 * mhflux/MAlphaFitter.[h,cc]:
2996 - added new member function ReadEnv
2997
2998 * mhflux/MHAlpha.cc:
2999 - fixed a problem when fitting without off-data
3000
3001 * mbase/MStatusDisplay.cc:
3002 - implemented a further fix in DrawClonePad to make sure
3003 that the X-stuff doesn't get confused while still
3004 GetDrawOption returns the correct value
3005
3006
3007
3008 2005/01/24 Markus Gaug
3009
3010 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3011 - introduced security check for the times fine-tuning to catch
3012 outliers because of deviating pulse forms.
3013
3014 * msignal/MExtractTime.cc
3015 * msignal/MExtractor.cc
3016 - lowered default high-gain saturation limit to 250
3017 - removed Clear() for two results containers at beginning of Process()
3018
3019 * msignal/MExtractor.h
3020 - Take fHiLoLast into the Clone()
3021
3022 * msignal/MExtractedSignalPix.cc
3023 - change sign of default initializer to negative.
3024
3025
3026
3027 2005/01/23 Markus Gaug
3028
3029 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3030 - updated to new logain switch setting in MExtractTimeAndCharge
3031 - extract also high-gain vs. low-gain time difference
3032
3033 * mhcalib/MHCalibrationCam.[h,cc]
3034 * mhcalib/MHCalibrationChargeCam.[h,cc]
3035 - updated reading of conf. values in ReadEnv
3036
3037 * mhcalib/MCalibrationHiLoCam.[h,cc]
3038 * mhcalib/MCalibrationHiLoPix.[h,cc]
3039 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
3040 - updated accordingly
3041
3042 * mbadpixels/MBadPixelsCam.cc
3043 - removed some bugs in the Print() function
3044
3045
3046
3047 2005/01/22 Markus Gaug
3048
3049 * mhcalib/MHCalibrationRelTimeCam.cc
3050 - display in the averaged times display the event-by-event averaged
3051 absolute arrival times instead of the rel. ones which do not make
3052 much sense.
3053
3054 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
3055 * mhcalib/MHCalibrationTestCam.[h,cc]
3056 - update to the latest changes in analysis chain.
3057
3058 * mjobs/MJExtractCalibTest.[h,cc]
3059 - update to the latest changes in analysis chain.
3060
3061 * mjobs/MJCalibration.cc
3062 - replace title of that times-averageing Tab from "RelTimes" by
3063 "Times".
3064
3065 * macros/calibration.C
3066 - update to changes in MJExtractCalibTest
3067
3068
3069
3070 2005/01/21 Markus Gaug
3071
3072 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3073 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3074 * msignal/MExtractTimeAndChargeSpline.cc
3075 - use the max. bin content for low-gain extraction
3076
3077 * callisto.rc
3078 - add place for LoGainSwitch
3079
3080
3081
3082 2005/01/21 Florian Goebel
3083
3084 * mfbase/MF.cc:
3085 - include a (TString) cast to make it compilable with gcc2.95.3
3086
3087
3088
3089 2005/01/21 Thomas Bretz
3090
3091 * mpointing/MSrcPosFromModel.cc:
3092 - fixed crash in Process if no pointing model available
3093
3094 * mpointing/MPointingPosCalc.h:
3095 - added missing initialization of data members
3096
3097 * mastro/MObservatory.[h,cc]:
3098 - added ReadEnv member function
3099
3100 * mbase/MTaskEnv.h:
3101 - added (=0) default to SetDefault
3102
3103
3104
3105 2005/01/20 Markus Gaug
3106
3107 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
3108 - added function to display fluctuations of a variable
3109
3110 * mcalib/MCalibrationPix.cc
3111 - fixed small bug in High-gain mean error.
3112
3113 * msignal/MExtractTimeAndCharge.[h,cc]
3114 - introduced high-gain maximum limit before extracting the low-gain
3115
3116
3117
3118 2005/01/20 Thomas Bretz
3119
3120 * mbase/MContinue.[h,cc]:
3121 - added ReadEnv member function to support resource files
3122
3123 * mbase/MEvtLoop.[h,cc]:
3124 - added a second arguemtn to reading of the resource file by name
3125 - added some checks when reding the resource file and the
3126 parameter list hasn't been setup
3127
3128 * mbase/MParList.cc:
3129 - removed an obsolete output from ReadEnv
3130
3131 * mfbase/MF.[h,cc]:
3132 - added ReadEnv member function to support resource files
3133 - added kAllowEpty flag to support skipping by resource files
3134
3135 * mfbase/MFilterList.cc:
3136 - added a comment
3137
3138 * mbase/MStatusDisplay.[h,cc]:
3139 - fixed Write to be compatible with root 4.02/00
3140 - worked around a problem with reading the DrawOption correctly
3141 from a stored status display
3142
3143
3144
3145 2005/01/19 Thomas Bretz
3146
3147 * mbase/MMath.cc:
3148 - added a comment to SignificanceLiMa, made by Daniel Mazin
3149 - also check for b==0
3150
3151 * mhflux/MAlphaFitter.[h,cc]:
3152 - fixed significance calculation in case of on-off data
3153 - added fScaleFactor
3154
3155 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
3156 - handle scale factor in case of on-off observations
3157
3158 * mjobs/MJPedestal.cc:
3159 - aligned screen output to 80col rule
3160
3161 * mtrigger/MFTriggerPattern.[h,cc]:
3162 - assigned correct integers to enum
3163 - made sure that the enum is correctly handled in all function by
3164 applying a r-value to the condition
3165
3166
3167
3168 2005/01/19 Abelardo Moralejo
3169
3170 * mtrigger/MFTriggerPattern.[cc,h]
3171 - Changed Bool_t arguments of all setters to new type Prescale_t
3172 defined by N. Galante (see below)
3173
3174
3175
3176 2005/01/19 Nicola Galante
3177
3178 * mtrigger/MFTriggerPattern.[cc,h]
3179 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
3180 kPrescaled = kTRUE };
3181
3182 - fixed a bug in Process, both fMaskRequiredUnprescaled and
3183 fMaskRequiredPrescaled are checked simultaneously.
3184
3185
3186
3187 2005/01/18 Markus Gaug
3188
3189 * mcalib/MCalibColorSet.cc
3190 - fixed the remaining day of data without colour in project name
3191 neither in digital modules bits.
3192
3193 * mpedestal/MPedCalcPedRun.[h,cc]
3194 - catch the continuous light runs with MRawRunHeader::fRunType
3195 == kRTCalibration to be recognized as effective pedestal runs.
3196
3197
3198 2005/01/18 Thomas Bretz
3199
3200 * mbase/MMath.cc:
3201 - added a check for s==0 in SignificanceLiMa, because otherwise the
3202 result is NaN
3203
3204 * mfbase/MF.cc:
3205 - removed an obsolete debugging output from the latest changes
3206
3207 * mhflux/MHAlpha.cc:
3208 - reset fHTime, too
3209
3210
3211
3212 2005/01/18 Nicola Galante
3213
3214 * mtrigger/MFTriggerPattern.cc:
3215 - added parentesis to ensure bitwise operators priority
3216 with respect to logical operators.
3217
3218
3219 2005/01/17 Thomas Bretz
3220
3221 * manalysis/MEnergyEstimate.[h,cc]:
3222 - changed to be more general. Energy is now estimated from a rule
3223 (MDataChain) The default behaviour is still the same as before
3224 to copy the energy from MMcEvt
3225
3226 * mbase/MTask.cc:
3227 - changed to write out the descriptor istead of the task-name only
3228 in Pre/PostProcess
3229
3230 * mhbase/MH.cc:
3231 - initialize fSerialNumber and fNumExecutions in constructor
3232
3233 * mhflux/MHFalseSource.cc:
3234 - according to a suggestion by Markus Mayer I have changed
3235 \\sigma_{max}=f to S_{max}=f\\sigma
3236
3237 * mjobs/MJCalibrateSignal.cc:
3238 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
3239 call.
3240
3241 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
3242 mtrigger/MTriggerPatternDecode.cc:
3243 - added some comment about file version
3244
3245 * mbase/MFilter.h:
3246 - implemented new virtual function GetDataMember like in MData
3247
3248 * mbase/MTask.[h,cc]:
3249 - when filter is added ass GetDataMember to branch list (should be
3250 obsolete, because filter is in the tasklist, but it should not hurt)
3251
3252 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
3253 mfbase/MFilterList.[h,cc]:
3254 - implemented new function GetDataMember
3255
3256
3257
3258 2005/01/17 Markus Gaug
3259
3260 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3261 - remove a situation where the high-gain signal can be 0.
3262
3263 * mtrigger/MTriggerPattern.h
3264 - fixed a bug in defining the trigger bit pattern (Have to start
3265 from 0 instead of 1)
3266
3267 * mjobs/MJPedestal.cc
3268 * mjobs/MJCalibrateSignal.cc
3269 - fixed default extraction ranges.
3270
3271 * callisto.rc
3272 - fixed default weights files for pedestal extraction for cosmcis
3273
3274 * mcalib/MCalibrationChargeCalc.cc
3275 - removed program exit on occurrance of multiple colours without
3276 intensity calibration
3277
3278
3279
3280 2005/01/17 Nadia Tonello and Markus Gaug
3281
3282 * mcalib/MCalibrationChargeCam.cc
3283 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
3284
3285
3286
3287 2005/01/16 Markus Gaug
3288
3289 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
3290 mhcalib/MHCalibrationChargeCam.[h,cc]
3291 - put overflow management and results camera initialization into
3292 base class
3293
3294 * mcalib/MCalibrateData.[h,cc]
3295 - added possibility to re-normalize signal to equiv. photo-electrons
3296 ( SetSignalType(MCalibrateData::kPhe) ).
3297 Default is old version in photons
3298 - speed up Process by storing pre-calculated calibration constants
3299 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
3300 - added new pointer to different MCalibrationChargeCam used for
3301 updates
3302 - added possibility to update the conversion factors using the
3303 MCalibrationChargeCam stored in fCalibUpdate.
3304 - added Print() function
3305
3306 * mcalib/MCalibCalcFromPast.[h,cc]
3307 - committed final version, now also in the Makefile
3308
3309 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
3310 - committed final version, now able to calibrate interlaced cal.
3311 events.
3312
3313
3314
3315 2005/01/14 Hendrik Bartko
3316
3317 * msignal/calibration_weights_UV.dat
3318 - fixed a small bug in the noise autocorrelation of the AB-noise
3319
3320 * msignal/calibration_weights_blue.dat
3321 - new weights file for blue calibration pulses
3322
3323 * cosmics_weights.dat
3324 - fixed a small bug in the noise autocorrelation of the AB-noise
3325
3326
3327
3328 2005/01/14 Markus Gaug
3329
3330 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3331 - added a small acceleration of the program, tested by Hendrik and
3332 me.
3333
3334 * mpedestal/MPedCalcFromLoGain.cc
3335 - fixed one warning output which was not a real warning.
3336
3337 * mcalib/MCalibrationChargeCam.cc
3338 - improved the function to calculate a mean conversion factor over
3339 the whole camera including a fit to the values.
3340
3341 * mpedestal/MPedCalcPedRun.[h,cc]
3342 - undo some changes introduced by TB on 2/12/04 which had made the
3343 use of interlaced pedestal events impossible again.
3344 - Use now the new class MTriggerPattern directly to recognize an
3345 interlaced pedestal event.
3346
3347
3348
3349 2005/01/14 Thomas Bretz
3350
3351 * callisto.cc:
3352 - fixed a typo in output
3353
3354 * manalysis/MGeomApply.cc:
3355 - removed some old code already in comments
3356 - added possibility to switch off automatic processing (used
3357 if two different geometries around)
3358
3359 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
3360 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
3361 mtools/MSimulatedAnnealing.h:
3362 - added include of TVector because in newer root version it is
3363 not included from TMatrix anymore
3364
3365 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
3366 - to stick to the convention of TMath in newer root versions MMath
3367 changed from a class to a namespace
3368
3369 * mbase/MEvtLoop.[h,cc]:
3370 - to support newer root version added a second Write-function
3371 with a const qualifier.
3372
3373 * mdata/MDataChain.cc:
3374 - changed access to TMath for newer root versions
3375
3376 * mfileio/MChain.[h,cc]:
3377 - implemented a workaround for teh changed LoadTree definition
3378 in newer root-versions
3379
3380 * mfileio/MReadTree.cc:
3381 - fixed a bug in CheckBranchSize caused some warning to be
3382 displayed
3383
3384 * mhflux/MHAlpha.cc:
3385 - removed check for fResult in PostProcess (it is always there)
3386
3387 * msignal/MExtractTimeFastSpline.cc:
3388 - fixed delete --> delete[]
3389
3390 * mbadpixels/MBadPixelsCalc.cc:
3391 - slight change to some output
3392
3393 * mbase/MTaskEnv.h:
3394 - set name of default task when pointer is given
3395
3396 * mjobs/MJCalibrateSignal.cc:
3397 - fixed handling of extraction range for various cases
3398 - fixed handling in case no arrival times are calculated
3399
3400 * mjobs/MJCalibration.cc:
3401 - write at least a default arrival time calibration container
3402 to make further processing easier
3403
3404 * mjobs/MJPedestal.[h,cc]:
3405 - fixed handling of extraction range for various cases
3406
3407
3408
3409 2005/01/14 Abelardo Moralejo
3410
3411 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
3412 - added. Two macros used in the analysis of real wobble mode data.
3413
3414
3415
3416 2005/01/14 Daniela Dorner
3417
3418 * macros/sql/filldotrun.C
3419 - added new arehucas-verions and changed code accordingly
3420
3421
3422
3423 2005/01/13 Abelardo Moralejo
3424
3425 * macros/starmc.C
3426 - Added (commented) lines for the case of gamma MC source off-axis
3427 (wobble mode). Changed default extractor to
3428 MExtractFixedWindowPeakSearch.
3429
3430
3431
3432 2005/01/13 Raquel de los Reyes
3433
3434 * callisto.rc
3435 - introduced several configuration lines
3436 (format: "class".DataCheck: No) to allow callisto
3437 to run with rawfiles. Necessary for the datacheck.
3438
3439
3440
3441 2005/01/13 Markus Gaug
3442
3443 * mcalib/MCalibColorSet.cc
3444 - fixed runs 45605-45609
3445
3446 * msignal/MExtractor.h
3447 - take out the variable fHiLoLast from the streamer. Will be
3448 initialized in the ReInit(), if needed
3449
3450 * msignal/MExtractor.cc
3451 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
3452 the same extractor may have that variable set to a certain
3453 value, even if not desired. The ReInit() fixes fHiLoLast, if
3454 different from 0.
3455
3456 * mpedestal/MExtractPedestal.cc
3457 * mpedestal/MPedCalcPedRun.cc
3458 * mpedestal/MPedCalcFromLoGain.cc
3459 - fix the output of the print to the correct value for the case
3460 that the extractor is used.
3461
3462
3463 2005/01/13 Thomas Bretz
3464
3465 * callisto.rc:
3466 - fixed some typos
3467
3468 * mbase/MLog.cc:
3469 - unset DEBUG defined unintentionally
3470
3471 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3472 - removed printing Weights in InitArrays, because otherwise
3473 the output of a full data calibration is totally crowded
3474 with numbers. Having the weights-file name on the display
3475 is perfectly enough.
3476
3477
3478
3479 2005/01/12 Markus Gaug
3480
3481 * mcalib/MCalibrationIntensityRelTimeCam.cc
3482 - added fit to improve averageing of the obtained results
3483
3484
3485
3486 2005/01/12 Thomas Bretz
3487
3488 * manalysis/MMatrixLoop.cc:
3489 - changed name to MRead because it now derives from MRead
3490
3491 * mbase/MEvtLoop.[h,cc]:
3492 - implemented an option not to cascade the status display to the
3493 parameter list in PreProcess
3494
3495 * mhflux/MHAlpha.cc:
3496 - changed name of "Significance" to "MinimizationValue"
3497 - return -significance to have a value being minimized
3498
3499 * mhist/MHCamera.cc:
3500 - fixed output of text in legend
3501
3502 * mhist/MHEvent.[h,cc]:
3503 - implemented new options for calibrated pedestals
3504
3505 * mmain/MEventDisplay.cc:
3506 - fixed to support latest changes in MJCalibrateSignal
3507
3508 * mpedestal/MPedPhotCam.cc:
3509 - added new options in GetPixelContent (4 and 5) to support
3510 a correct camera display
3511
3512 * mjobs/MJCalibrateSignal.cc:
3513 - fixed display of calibrated pedestal and pedestal rms
3514 - changed order of plots. Now all interpolated values
3515 (means all calibrated values which are bad-pixel treated)
3516 are displayed behind the unsuitable pixels.
3517
3518 * mjobs/MJ*.cc:
3519 - corrected all wrong %06d to %08d to fit the number of
3520 digits in run-numbers
3521
3522
3523
3524 2005/01/11 Abelardo Moralejo
3525
3526 * mjobs/Makefile
3527 - added missing include -I ../mtrigger
3528
3529
3530
3531 2005/01/11 Thomas Bretz
3532
3533 * callisto.cc, callisto.rc:
3534 - changed such, that all three kinds of pedestals are calcualted
3535 (usefull for studies)
3536
3537 * manalysis/MMatrixLoop.[h,cc]:
3538 - derived from MRead
3539 - implemented some basic functions from MRead
3540
3541 * mfilter/MFCosmics.[h,cc]:
3542 - allow setting of name of MPedestalCam
3543
3544 * mhbase/MBinning.[h,cc]:
3545 - added SetEdges taking MParList as input
3546
3547 * mhflux/MHAlpha.cc:
3548 - use new function from MBinning
3549
3550 * mjobs/MJCalibrateSignal.[h,cc]:
3551 - changed to calculate all three kinds of pedestals
3552 - added filters for trigger pattern and illuminated events
3553
3554 * mjobs/MJPedestal.cc:
3555 - give different names to tabs with different pedestals
3556
3557 * mjobs/MJStar.cc:
3558 - on request changed used pedestal from "FromExtractor" to
3559 "FromExtractorRndm"
3560
3561 * mtrigger/MTriggerPattern.h:
3562 - added Reset function
3563
3564 * mtrigger/MTriggerPatternDecode.[h,cc]:
3565 - added using file format version number
3566
3567
3568
3569 2005/01/11 Markus Gaug
3570
3571 * mbadpixels/MBadPixelsPix.cc
3572 - updated documentation
3573
3574 * mcalib/MCalibrationChargeCalc.cc
3575 - make pixels with deviating number of phes unreliable instead of
3576 unsuitable (this was already thought so, but missed to modify
3577 at one place).
3578
3579 * mhcalib/MHCalibrationCam.[h,cc]
3580 - add possible flag 'kInterlaced': default: kFALSE (like before)
3581 - added pointer to MRawEvtHeader to deny cosmics events in case
3582 of 'interlaced' flag is set. No changes for 'normal' calibration
3583
3584
3585
3586 2005/01/10 Benjamin Riegel
3587
3588 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
3589 - added two classes for implementing starguider-data
3590
3591 * mreport/ReportLinkDef.h
3592 - added class MReportStarguider to be linked:
3593 #pragma link C++ class MReportStarguider+;
3594
3595 * mreport/Makefile
3596 - added file MReportStarguider.cc
3597
3598 * merpp.cc
3599 - added two containers ( MReportStarguider, MTimeStarguider ) and
3600 added MReportStarguider to the list:
3601 w->AddContainer("MReportStarguider", "Starguider");
3602 w->AddContainer("MTimeStarguider", "Starguider");
3603 r->AddToList("MReportStarguider");
3604
3605
3606
3607 2005/01/10 Markus Gaug
3608
3609 * mcalib/MCalibColorSet.cc
3610 - return kFALSE for CL-run instead of kTRUE
3611
3612 * mcalib/MCalibrationChargeCalc.cc
3613 - stop program in case that multiple colours are found in same file
3614 without intensity calibration
3615
3616 * mbadpixels/MBadPixelsPix.h
3617 - added two new possible UnCalibrated_t flags for the hi-lo
3618 calibration
3619
3620 * macros/calibration.C
3621 - add the calls to:
3622 MArray::Class()->IgnoreTObjectStreamer();
3623 MParContainer::Class()->IgnoreTObjectStreamer();
3624 in main.
3625
3626 * msignal/MExtractor.h
3627 - added Getter for fOffsetLoGain (was still missing)
3628
3629 * mhcalib/MHCalibrationChargeCam.[h,cc]
3630 - remove pixels with histogram overflow only if their percentage
3631 passes a certain limit (default: 0.5%). Before, every overflow
3632 lead to an unsuitable pixel.
3633
3634 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3635 - implemented changes suggested by T.B. to speed up calculations
3636 - take fNameWeightsFile into the streamer, otherwise the Clone()
3637 will always create an extractor with cosmic's weights.
3638 - set fOffsetLoGain to a slighly higher value. The DF seems to
3639 have a different offset since it uses different pulse shapes
3640 and thus sightly different time definitions.
3641
3642
3643
3644 2005/01/10 Thomas Bretz
3645
3646 * mhvstime/MHVsTime.cc:
3647 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
3648
3649 * callisto.cc:
3650 - changed such, that the calculated pedestal is not random
3651 anymore
3652 - added code to calculate the pedestal also with randomization,
3653 but this code is for the moment commented out.
3654
3655 * callisto.rc:
3656 - fixed naming of pedestal calculation
3657
3658 * mbadpixels/MBadPixelsCalc.cc:
3659 - added a second check which compares the pedestal rms with
3660 the variance of the pedestal rms in the same sector
3661
3662 * mjobs/MJCalibrateSignal.[h,cc]:
3663 - changed to calculate the pedestal from extractor without
3664 randomization
3665 - added code to calculate the pedestal also with randomization,
3666 but this code is for the moment commented out.
3667
3668 * mjobs/MJCalibration.cc:
3669 - made sure that pedcam always has the correct name
3670 (FIXME? Print a warning if it has the wrong name)
3671
3672 * mjobs/MJPedestal.[h,cc]:
3673 - changed such, that it allows the calculation of pedestals
3674 in three different ways (fundamental, fromextractor,
3675 fromextractorrndm)
3676 - therefor removed SetExtractorResolution and added
3677 + void SetExtractionFundamental()
3678 + void SetExtractionWithExtractorRndm()
3679 + void SetExtractionWithExtractor()
3680
3681 * mjobs/MJStar.cc:
3682 - changed/fixed the input name of the MPedPhotCam used in the
3683 image cleaning
3684
3685 * mraw/MRawFileRead.[h,cc]:
3686 - changed return type of OpenNextFile
3687 - in some cases return kERROR in OpenNextFile to abort the Processing
3688 with an error
3689
3690 * mraw/MRawRunHeader.cc:
3691 - call a wrong file format version ERROR now
3692
3693 * mhflux/MAlphaFitter.[h,cc]:
3694 - make sure that resetted values are returned if fit failed
3695 - set default scaling too kOffRegion
3696
3697 * mhflux/MHAlpha.cc:
3698 - some small fixes to handling of MHAlphaOff
3699
3700 * mhflux/MHFalseSource.[h,cc]:
3701 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
3702 - updated display accordingly
3703 - updated fit accordingly
3704 - removed catalog temporarily from plots until I found the
3705 reason for the strange crashes
3706
3707 * mbadpixels/MBadPixelCalc.[h,cc]:
3708 - implemented the possibility to check the pedestal rms against the
3709 variance of the pedstal rms, too. The option is curretly switched
3710 off.
3711 - enahanced informal output in PreProcess
3712
3713 * mbase/MTaskList.cc:
3714 - a little change to some output
3715
3716
3717
3718 2005/01/10 Wolfgang Wittek
3719
3720 * mfbase/MFEventSelector2.cc
3721 - check whether filter exists before calling
3722 filter->CallPreProcess(parlist)
3723
3724
3725
3726 2005/01/08 Markus Gaug
3727
3728 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3729 * mcalib/MCalibrationHiLoCam.[h,cc]
3730 * mcalib/MCalibrationHiLoPix.[h,cc]
3731 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
3732 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
3733 mcalib/CalibLinkDef.h
3734 - new classes for calibration of conversion high-gain vs. low-gain
3735
3736 * msignal/MExtractedSignalPix.[h,cc]
3737 - added data member fChisquare, set to -1. by Clear() and Reset()
3738 - raised version number by 1
3739
3740 * msignal/MExtractedSignalCam.[h,cc]
3741 - added data member fNdf, set to -1 by default
3742 - new function: GetProb(const Int_t pixidx) to be called to
3743 calculate the joint probability of Chisquare of pixel "pixidx"
3744 and fNdf
3745 - added documentation of data members
3746 - raised version number by 1
3747
3748 * mhcalib/MHCalibrationChargeCam.cc
3749 - strengthened default histogram limits a bit, should accelerate
3750 the calibration by 20%.
3751
3752 * mjobs/MJCalibrateSignalFromOutside.cc
3753 - fixed two lines to compile MCalibrateData with the recent changes
3754 by TB
3755
3756 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3757 - fixed two bugs introduced yesterday by TB.
3758
3759 * msignal/MExtractTimeAndChargeSpline.cc
3760 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3761 - adopt part of TB's speed accelerations into these classes
3762
3763 * msignal/MExtractTimeAndCharge.cc
3764 - fix the low-gain extraction window for the case that the high-gain
3765 is saturated. Was skipped so far.
3766
3767
3768
3769 2005/01/07 Markus Gaug
3770
3771 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3772 - catch the case that more than 90% of the pixels have saturated
3773 signals and fix the extraction window from the occurrance of
3774 saturation, then. Important for high-intensity calibration events.
3775
3776
3777 * msignal/MExtractor.cc
3778 * msignal/MExtractTime.cc
3779 * msignal/MExtractTimeAndCharge.cc
3780 - added some documentation
3781
3782 * msignal/MExtractTime.[h,cc]
3783 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
3784 the header-file.
3785
3786
3787
3788
3789 2005/01/07 Abelardo Moralejo
3790
3791 * mbase/MLog.h
3792 - Added #include "TSystem.h", otherwise gSystem is not recognized
3793 in Mac OSX.
3794
3795 * manalysis/MMakePadHistograms.cc
3796 - Changed badcalc.SetNamePedPhotContainer to
3797 badcalc.SetNamePedPhotCam
3798
3799
3800
3801 2005/01/07 Thomas Bretz
3802
3803 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
3804 - replaced PedPhotContainer by PedPhotCam for consistency
3805
3806 * mbase/MLog.[h,cc]:
3807 - return *this in Seperator()
3808
3809 * mbase/MPrint.[h,cc]:
3810 - use new separator manipulator in PreProcess
3811 - fixed a type: separator instead of seperator
3812
3813 * mfileio/MReadTree.[h,cc]:
3814 - added a check for branch->IsAutoDelete() in Notify()
3815
3816 * mpedestal/MExtractPedestal.[h,cc]:
3817 - added new option 'fRandomCalculation' be used to switch on-/off-
3818 randomization in extractors, the default should be like before
3819 - added Process() calling Calc()
3820
3821 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
3822 - renamed Process() to Calc()
3823
3824 * Makefile:
3825 - removed macros/calibration.C, which seems to have been
3826 unintantionally introduced.
3827
3828 * manalysis/Makefile:
3829 - removed unintantionally introduced wrong include
3830
3831 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3832 - a small acceleration discussed with Hendrik by replacing a
3833 counter in a loop by pointer arithmetics
3834
3835 * mraw/MRawEvtPixelIter.cc:
3836 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
3837 read one byte behind the end of the array
3838 - fixed HasLoGain() which really did weired things, means accessing
3839 sometimes memory somewhere. This could theoretically result
3840 in assigning the wrong lo-gains to the wrong pixels.
3841
3842 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
3843 mtrigger/MFTriggerPattern.[h,cc]:
3844 - added
3845
3846 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
3847 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
3848
3849 * manalysis/MEnergyEstParam.h:
3850 - added a new function SetVariables calling SetCoeff
3851
3852 * mcalib/MCalibrateData.[h,cc]:
3853 - removed data members for container names
3854 - added new lists for container names
3855 - allow to calibrate more than one pedestal container at the same
3856 time
3857
3858 * mjobs/MJCalibrateSignal.cc:
3859 - changed accordingly
3860
3861
3862
3863 2005/01/05 Thomas Bretz
3864
3865 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
3866 mhcalib/MHCalibrationRelTimeCam.cc:
3867 - made some output lines fit into convinience window of 80 col
3868
3869 * mhist/MHCamEvent.cc:
3870 - make sure that x-axis has correct title
3871
3872 * msignal/MArrivalTimePix.cc:
3873 - init error to -1 which is a obviously non valid value
3874 - fixed IsValid() which gave wrong results
3875
3876 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
3877 - made sure that LoGain is flagged non-valid if no lo-gain exists
3878 - push time back at the edge of the allowed limits if outside
3879
3880 * mbase/MGList.[h,cc]:
3881 - introduced new functions Delete and DeletePictures
3882 - SetBit(kMustCleanup) in constructor. Otherwise it is not
3883 correctly removed from ListOfCleanups
3884
3885 * mbase/MLog.cc:
3886 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
3887 from the list
3888
3889 * mbase/MParContainer.[h,cc]:
3890 - replaced return type of GetDescriptor by TString. The old version
3891 was terribly wrong! The returned memory wasn't removed as soon
3892 as the function returned.
3893
3894 * mbase/MStatusDisplay.[h,cc]:
3895 - for security (thread safty) replaced all Form() by MString::Form()
3896 - implemented a more secure scheme of Closing (Clone()) this was
3897 a hint given by valgrind
3898 - set kMustCleanup for all new object in ClonePad not only kCanDelete
3899 - fixed some lines in pulldown-menus
3900 - add TPads to ListOfCleanups in ClonePad (workaround!)
3901
3902 * mbase/MString.[h,cc]:
3903 - implemented a new static Form() function returning a copy of
3904 the result
3905
3906 * mbase/MTask.[h,cc]:
3907 - replaced return type of GetDescriptor by TString. The old version
3908 was terribly wrong! The returned memory wasn't removed as soon
3909 as the function returned.
3910 - Made GetDescriptor thread safe using MString::Form
3911
3912 * mfileio/MWriteRootFile.cc:
3913 - Use GetDescriptor().Data() when using any kind of printf function
3914
3915 * mhbase/MFillH.cc:
3916 - replaced string concatenation in all constructors by a Form
3917 (also suggested by valgrind)
3918
3919 * mhcalib/MHCalibrationRelTimeCam.cc:
3920 - made some output fit into 80col boundary
3921
3922
3923
3924
3925 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
3926
3927 * mfht:
3928 - added new directory for hexagonal fourier transformation
3929
3930 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
3931 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
3932 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
3933 mhft/Makefile:
3934 - added
3935
3936 * macros/extendcam.C:
3937 - added: tutorial for MGeomCamExtend
3938
3939 * macros/hft.C:
3940 - added: tutorial for MHexgonalFTCalc
3941
3942 * macros/dohtml.C:
3943 - updated
3944
3945 * macros/rootlogon.C:
3946 - updated
3947
3948 * Makefile:
3949 - mhft added
3950
3951 * mbase/MParContainer.cc, mbase/MLog.cc:
3952 - added a pre-compiler option for destructor debugging
3953
3954 * mbase/MTaskList.[h,cc]:
3955 - added new function Replace
3956
3957 * mdata/MDataChain.cc, mfbase/MF.cc:
3958 - shortened some output
3959
3960 * mdata/MDataArray.[h,cc]:
3961 - added new function FindRule
3962
3963 * mfileio/MReadTree.[h,cc]:
3964 - enhanced functionality to be able to read a TTree stored in memory
3965 instead of a file. Therefor introduced fTree which is now the pointer
3966 used and replaced fChain where TTree and TChain have common behaviour.
3967 Where they behave uncommon new code for the new case has been added.
3968
3969 * mfileio/MWriteRootFile.[h,cc]:
3970 - enhanced functionality to be able to write a TTree into memory
3971 instead of a file. This were maily bugfixes for the case fOut==0, which
3972 must be handled correctly. Becarefull a tree filles without a file
3973 is not deleted automatically!
3974
3975 * mhbase/MBinning.h:
3976 - added copy constructor
3977 - fixed buggy SetEdges(MBinning&) which didn't work
3978
3979 * mhbase/MHMatrix.cc:
3980 - when adding a new rule check first if the same rule already exists
3981
3982 * mhflux/MAlphaFitter.[h,cc]:
3983 - added new functionality to support on-off analysis
3984 - didn't touch existing code
3985
3986 * mhflux/MHAlpha.[h,cc]:
3987 - added new functionality to support on-off analysis
3988 - replaced Fit() calls by newer function calls
3989 - added DrawAll - PRELIMINARY
3990 - fixed a bug when projecting - may be the reson for some strange
3991 crashes
3992
3993 * mcalib/MCalibColorSet.cc:
3994 - fixed a stupid bug introduced last year, which caused MCalibColorSet
3995 in some circumstances to stop the eventloop when it shouldn't
3996
3997 * mjobs/MSequence.cc:
3998 - expand path names
3999
Note: See TracBrowser for help on using the repository browser.