source: trunk/MagicSoft/Mars/Changelog@ 6989

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