source: trunk/MagicSoft/Mars/Changelog@ 6357

Last change on this file since 6357 was 6357, checked in by moralejo, 20 years ago
*** empty log message ***
File size: 53.9 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/02/10 Abelardo Moralejo
25
26 * macros/mccalibrate.C
27 - Added possibility to calibrate in photons or photoelectrons
28
29 * macros/starmc2.C
30 - Added comment about value of cleaning levels
31
32
33 2005/02/10 Markus Gaug
34
35 * mcalib/Makefile
36 * mcalib/CalibLinkDef.h
37 * mcalib/MCalibrate.[h,cc]
38 - removed mcalib/MCalibrate.* because it has been replaced by
39 MCalibrateData
40
41 * mmain/MEventDisplay.cc
42 - replaced MCalibrate by MCalibrateData
43
44 * mhcalib/MHCalibrationCam.cc
45 - replaced warning about empty histogram from red (err) by
46 yellow (warn).
47
48
49
50 2005/02/10 Thomas Bretz
51
52 * mgeom/MGeomCam.[h,cc]:
53 - added new member functions (GetNeighbors) to get all pixels
54 around a given pixel with a given radius
55
56 * mars.rc:
57 - use same values for image cleaning as default in star
58
59 * mpointing/MSrcPosCalc.[h,cc]:
60 - added the possibility to set the Source position from
61 a resource file
62
63 * mjobs/MJStar.cc:
64 - write MMcRunHeader to RunHeaders
65
66 * mfileio/MWriteRootFile.cc:
67 - removed an obsolete line
68 - removed a debug line which should not be there
69
70 * mimage/MHillas.h:
71 - added new Getter GetDeist0 returning the distance to the
72 camera center
73
74
75
76 2005/02/10 Abelardo Moralejo
77
78 * manalysis/MMcCalibrationUpdate.h
79 - Added comment on new member fSignalType. Sorry for compilation
80 problems... I forgot to commit the header yesterday, but M. Gaug
81 did it.
82
83 * macros/starmc.C
84 - Cleaned up a little bit, made the option to choose between
85 calibration in photons or phe- easier to set.
86
87 * manalysis/MMcCalibrationUpdate.[h,cc]
88 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
89 default for consistency with MCalibrateData.
90
91
92
93 2005/02/09 Abelardo Moralejo
94
95 * manalysis/MMcCalibrationUpdate.cc
96 - Updated to make the MC calibration in phe- work
97
98 * macros/starmc.C
99 - same as above. Now default is calibration in phe-
100
101 * mraw/MRawEvtHeader.h
102 - Added setter for the trigger pattern, absolutely needed for
103 creating proper MC root files.
104
105
106
107 2005/02/09 Markus Gaug
108
109 * manalysis/MMcCalibrationUpdate.h
110 - added missing declaration of fSignalType
111
112 * mjobs/MJPedestal.[h,cc]
113 * mjobs/badpixels_0_559.rc
114 * callisto.rc
115 - allow exclusion of bad pixels from the beginning (default is
116 Pixel 0 and 559).
117 - removed some obsolete includes
118 - took out data member fPedestalHist from MJPedestal.h which removes
119 the crash, however I don't understand why it caused the crash!!!
120 There seem to be problems with memory usage either in callisto.cc
121 or in this class!!
122 (valgrind shows several memory leaks in the TG... classes).
123
124 * mjobs/MJCalibration.cc
125 - write display and containers also in case of failure of eventloop
126
127 * mhcalib/MHGausEvents.cc
128 - make default display window 600x600
129
130 * mcalib/MCalibrationQECamMagic.cc
131 - updated five pixels
132
133 * mpedestal/MExtractPedestal.[h,cc]
134 * mpedestal/MPedCalcPedRun.cc
135 * mpedestal/MPedCalcFromLoGain.cc
136 - included possibility for intermediate pedestal cam (not yet used)
137
138 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
139 - initialize the bad events counters to 0 also in constructor
140 - release the limit for bad events a bit
141
142 * mcalib/MCalibrationTestCam.h
143 - take out include of TArrayI (already in base class)
144
145 * mcalib/MCalibrateData.h
146 - make default argument for SetSignalType kPhe.
147
148 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
149 - removed
150
151
152
153 2005/02/08 Markus Gaug
154
155 * mhcalib/MHCalibrationCam.cc
156 * mcalib/MCalibrationChargeCalc.cc
157 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
158
159
160
161 2005/02/08 Thomas Bretz
162
163 * mpointing/MPointingPosInterpolate.cc:
164 - use debug option in addition to switch off output from internal
165 eventloop. It is confusing having this output inside another
166 eventloop.
167 - updated missing connections in class description
168
169 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
170 - made sure that output of PostProcess fits into 80col boundary
171
172 * mimage/MHillas.cc:
173 - removed an obsolete call to TLine::Paint() in Paint.
174
175
176
177 2005/02/07 Thomas Bretz
178
179 * mbase/MFilter.cc:
180 - use paranthesis around ClassName in GetRule
181
182 * mdata/MDataFormula.h:
183 - fixed a wrong comment in variable description
184
185 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
186 mjobs/MJCalibrateSignal.cc,
187 mjobs/MJCalibrateSignalFromOutside.cc:
188 - to make sure there are no missunderstandings we have to
189 replace all occurances of 'Variance' by 'SqrtVariance'
190 (it was not my decision)
191
192 * mastro/MAstro.[h,cc]:
193 - added new function Angle2Coordinate
194
195 * mbase/MTaskEnv.[h,cc]:
196 - fixed a bug which caused the resource task to be ignored
197 if the default task was '<dummy>'
198
199 * mhbase/MH3.cc:
200 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
201 instead of FindObject) which caused the histogram to
202 be put a lot of times into the pad.
203
204 * mjobs/MJCalib.[h,cc]:
205 - derived MJCalib from MJob in order to be able to move
206 common code from derived classes into the base-class
207 - implemented CheckEnvLocal to handle the resource 'DataType'
208 - changed publicity of some variables and functions
209 to allow setting file type from outside
210 - added new function to set data-type for use in callisto.cc
211
212 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
213 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
214 - removed double inheritance, replaced by single inheritance
215 from MJCalib
216 - replaced code to handle the resource 'DataType' by the
217 common code in the base class
218 - put reading of reference file into a new member function
219 to make source code reading resource file simpler and to
220 be able to write a function description about it (simple
221 copy&past)
222
223 * callisto.cc:
224 - added option for file-type
225
226 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
227 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
228 - added to repository, but not yet to Makefile because
229 there is still some work to be done. But whoever is
230 interested in the new classes/program may already use it.
231
232 * mhflux/MAlphaFitter.[h,cc]:
233 - added option to choose the minimization value
234
235 * mhflux/MHAlpha.cc:
236 - replaced significance by minimization value
237
238 * mhflux/MHEffectiveOnTime.cc:
239 - use E-Option when fitting to improve error calculation
240 by using Minos technique
241
242
243
244 2005/02/04 Markus Gaug
245
246 * mjobs/MJCalibration.cc
247 - found a "the `impossible' happened" when running callisto with
248 a pure signal extractor --> MExtractTimeFastSpline has some
249 problems with the management of the internal arrays. Replaced it
250 by MExtractTimeHighestIntegral as default which is as good.
251
252 * callisto.rc
253 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
254 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
255 now tested and checks for the positions of the pulse within the
256 DAQ-window.
257
258
259
260 2005/02/04 Thomas Bretz
261
262 * Makefile.rules:
263 - fixed creation of main MDep.d
264
265 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
266 - added commandline option --version
267
268 * mbase/MFilter.cc:
269 - changed default for 'GetRule'
270
271 * mbase/MParContainer.cc:
272 - simplified GetNewObject
273
274 * mfbase/MF.cc:
275 - if no conditional sign is found try to create
276 MFilter-object
277
278 * mraw/MRawEvtData.cc:
279 - fixed the initialization of fABFlags in case maxid==0 which
280 is the default. This caused MRawEvtPixelIter::HasABFlag
281 to do unallowed access to memory for old root-files without
282 the AB flag, because it assumed (due to size==1) that the
283 data contains the ab flag
284
285 * mraw/MRawEvtPixelIter.[h,cc]:
286 - removed some obsolete debug comments
287 - simplified HasABFlag
288
289 * manalysis/MCerPhotPix.h:
290 - removed the `!` again. It gave problems with the Mars
291 display. We agreed that this is a minor problem because
292 the structure of MCerPhot* will chnage soon in any case.
293
294
295
296 2005/02/04 Abelardo Moralejo
297
298 * macros/starmc2.C
299 - added to output missing container MConcentration.
300
301
302
303 2005/02/03 Thomas Bretz
304
305 * mfbase/MFilterList.[h,cc]:
306 - added new function AddToList(TCollection&)
307
308 * mhbase/MFillH.cc:
309 - print a warning if 'same'-option given without
310 a corresponding existing tab
311
312 * mhflux/MHAlpha.[h,cc]:
313 - made time bins settable by user
314
315 * mfileio/MWriteRootFile.cc:
316 - fixed ReInit and a warning output when writing to memory
317
318
319
320 2005/02/03 Markus Gaug
321
322 * mcalib/MCalibColorSet.[h,cc]
323 - implement possibility to set colour explicitely (e.g. for MC).
324
325 * msignal/MExtractTimeAndChargeDigitalFilter.cc
326 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
327
328 * mjobs/MJPedestal.cc
329 - in case, extractor is used, put the extractor into the tasklist,
330 otherwise ranges do not get initialized correctly (wrong memory
331 usage!). Use an event selector, however to not skip the Process.
332 This is as fast as before and now safe for any kind of extractor
333
334 * mcalib/MCalibrationCam.h
335 * mcalib/MCalibrationTestCam.h
336 * mcalib/MCalibrationTestCam.cc
337 - initialize a missing array in InitAverageAreas
338
339 * mraw/MRawEvtHeader.h
340 - introduced Setter() of cal. pattern for Abelardo
341
342
343
344 2005/02/02 Markus Gaug
345
346 * mcalib/MCalibrationChargeCam.cc
347 - fixed small bug in the display of mean charges when low-gain was
348 used.
349
350 * msignal/MExtractor.cc
351 - print the missing overlap between high-gain and low-gain
352 in the Print() function
353 - remove setting of fHiLoLast in PreProcess, otherwise cloned
354 extractors do not work any more with windows exceeding the
355 high-gain range.
356
357 * mhcalib/MHCalibrationTestCam.[h,cc]
358 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
359 - set proper probability limits for the fits
360
361 * mcalib/MCalibrateData.cc
362 - catch the case in which no interlaced cal. events are being sent
363 by the pulser box.
364
365 * mjobs/MJCalib.[h,cc]
366 - put the data type enum in a new base class
367
368 * mjobs/MJCalibTest.[h,cc]
369 - re-name old class MJExtractCalibTest to MJCalibTest and make it
370 compatible with the sequence-files.
371
372 * mjobs/MJExtractCalibTest.[h,cc]
373 - removed
374
375 * mjobs/MJCalibrateSignal.cc
376 - put a compiler warning about the default cal. to photo-electrons
377
378 * callisto.cc
379 - add new flag "--use-test" to enable the MJCalibTest facility
380 (default: not used)
381
382
383
384 2005/02/01 Raquel de los Reyes
385
386 * mjobs/MSequence.h
387 - Added "Get" functions for the TArrays variables.
388
389
390
391 2005/02/01 Markus Gaug
392
393 * mjobs/MJPedestal.[h,cc]
394 * mjobs/MJCalibration.[h,cc]
395 * mjobs/MJCalibrateSignal.[h,cc]
396 * callisto.rc
397 - put enum for data type. Can now set the data type (mc, raw, root)
398 without running the data check.
399
400 * mhcalib/MHCalibrationCam.cc
401 - return kTRUE in PostProcess if GetNumExecutions is 0
402
403 * mcalib/MCalibrationChargeCalc.cc
404 - return kTRUE in PostProcess if GetNumExecutions is 0
405
406
407
408 2005/02/01 Daniel Mazin
409
410 * MPointingPosInterpolate.cc:
411 - fixed bug to match the units of Ra and Decl in MPointingPos
412 - fixed bug in handling of events with times outside of times from
413 MDrive tree
414
415
416
417 2005/02/01 Thomas Bretz
418
419 * showplot.cc:
420 - another fix to make the batch mode working (you can use the batch
421 mode to convert a root-file into another format)
422
423
424
425 2005/01/31 Thomas Bretz
426
427 * mbase/MStatusDisplay.cc:
428 - fixed handling of batch mode in GetCanvas(const TString &name)
429 - don't skip already existing tabs in Display()
430
431
432
433 2005/01/31 Raquel de los Reyes
434
435 * mjobs/MSequence.h
436 - Added "Get" functions for some of the sequence.txt file
437 parameters.
438
439
440
441 2005/01/31 Markus Gaug
442
443 * mjobs/MJob.[h,cc]
444 * mjobs/MJCalibrateSignal.[h,cc]
445 * mjobs/MJCalibration.[h,cc]
446 - move file type enum to base class
447
448 * mjobs/MJCalibrateSignal.[h,cc]
449 - allow also for direct setting of an MRunIter (not used in
450 callisto).
451
452 * mcalib/MCalibrationChargeCalc.[h,cc]
453 - test also for pulser strength changes additionally to changes in
454 colour.
455
456
457
458 2005/01/31 Abelardo Moralejo
459
460 * mpointing/MSrcPosCalc.cc
461 - Create only one instance of MAstroSky2Local for the
462 transformations, instead of two identical ones, as it was before.
463
464
465
466 2005/01/30 Markus Gaug
467
468 * mjobs/MJCalibration.cc
469 * mjobs/MJPedestal.cc
470 * mjobs/calibrationref_Nov04.rc
471 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
472 - updated correct display of reference lines
473
474
475
476 2005/01/29 Markus Gaug
477
478 * msignal/MExtractFixedWindowSpline.[h,cc]
479 - fixed a bug occurring with overlapping windows between high-gain
480 and low-gain
481
482 * msignal/MExtractFixedWindowPeakSearch.cc
483 - take out call to fSignals->Clear() which is already done in
484 MTaskList.
485
486 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
487 - new extractor reducing the bias and solving the problem with the
488 jumping pulse readout.
489
490
491
492 2005/01/28 Abelardo Moralejo
493
494 * mpointing/MSrcPosCalc.cc
495 - updated. Make it work as desired: obtain for each event the x,y
496 position on the camera of a source whose celestial coordinates
497 (J2000) have been set by the user in the container "MSourcePos"
498 of type MPointingPos, added to the parameter list. If the
499 container MSourcePos is not found, the center of the camera (or
500 other fixed position x,y set in the parameter list by the user -
501 in MSrcPosCam) is used as source position for all the events in
502 the loop.
503
504
505
506 2005/01/28 Thomas Bretz
507
508 * mjobs/MJCalibrateSignal.cc:
509 - fixed that extract1,2,3 haven't been deleted if loop failed.
510 - print tasklist also if loop failed.
511 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
512 the event processing tasklist
513
514 * callisto.rc:
515 - added comments about "FinalFantasy" into call
516 - added comment for obsolete resources as discussed yesterday
517 evening: TimeUpperLimit
518
519 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
520 mpedestal/MPedPhotPix.h:
521 - replaced TruncatePrecision by ReducePrecision (its simply a better
522 name)
523
524 * mbase/MParList.cc:
525 - added a check to make 200%(!) sure that the container added
526 to the list is a MParContainer (everything else could crash
527 almost everything in Mars!)
528
529 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
530 mjobs/MJPedestal.cc:
531 - simplified the code in the WriteResult functions by using
532 the new WriteContainer in MJob
533 - removed the TObjArray from the MParList! It is NOT a MParContainer
534 there are a lot of circumstance how this can crash Mars. I don't
535 know why the compiler allowed for this.
536 - unified WriteResult and WriteHists
537 - split GetOutputFile into two functions for simplification
538
539 * mjobs/MJCalibration.h:
540 - copy the extractorcam name when copying the contents
541
542 * mjobs/MJob.[h,cc]:
543 - new member function WriteContainer to simplify code in derived
544 classes
545
546 * mpointing/MSrcPosCalc.[h,cc]
547 - fixed the header according to Abelardo's changes
548 - added the initialization of the pointers to the constructor
549
550
551
552 2005/01/28 Markus Gaug
553
554 * msignal/MExtractTimeAndChargeDigitalFilter.cc
555 - introduce a security check for the time fine adjustment in case,
556 it is too large.
557
558 * mcalib/MCalibConstCam.[h,cc]
559 * mcalib/MCalibConstPix.h
560 - new classes to allow display of changing cal. constants with the
561 interlaced cal. events
562
563 * mcalib/MCalibrationChargeCalc.cc
564 - removed stopping of PostProcess in case that the evtloop is
565 finished with interlaced cal. events
566
567 * mcalib/MCalibrateData.[h,cc]
568 - fill MCalibConstCam with update results (once per calib. consts
569 update == every 10 sec.)
570 - introduce check for size of calibration constant. In case, it is
571 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
572
573 * mjobs/MJCalibrateSignal.cc:
574 - display one MHCamera more with changing conv. factors (only for
575 interlaced cal. events)
576
577 * mpedestal/MPedCalcFromLoGain.cc
578 - set default for MExtractWinFirst from 15 to 17 because of the
579 late cosmics signals in December
580
581
582 2005/01/28 Abelardo Moralejo
583
584 * mtemp/mpadova/macros/trainsubsample.C
585 - added # of events to be written in the output (instead of
586 fraction of total). Moved MSrcPosCam in output from RunHeaders
587 to Events tree.
588
589
590
591 2005/01/27 Daniel Mazin and Markus Gaug
592
593 * mcalib/MCalibrateData.[h,cc]
594 - derive this class from MCamEvent in order to be able to display
595 evolution of conversion factors in case of interlaced cal.
596 events
597
598 * mpointing/MInterpolatePointingPos.[h,cc]
599 - new class to interpolate pointing positions, adapted from a class
600 by Marcos Lopez
601
602 * mjobs/MJCalibrateSignal.[h,cc]
603 - enabled the calibration of data with interlaced calibration events
604
605 * msignal/MArrivalTime.[h,cc]
606 * mcalib/MCalibrateRelTime.cc
607 - removed Error of calibrated arrival time, as agreed on the last
608 software calibration meeting yesterday
609
610 * mjobs/MJCalibrateSignal.cc
611 - add display to show histogramming of conversion factors
612 - modify default calibration to equiv. photo-electrons
613 - allow for setting of MC, Raw or Root-file type in callisto.rc
614
615 * callisto.rc
616 - updated conf. file
617
618
619 2005/01/27 Thomas Bretz
620
621 * callisto.cc:
622 - don't display starting pedestals when calibrating the signal
623
624 * callisto.rc:
625 - added some comments
626
627 * star.rc:
628 - according to Daniel M. we have agreed to change the default
629 cleaning level to adapt it roughly to the new pedestal
630
631 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
632 - as agreed in the current calibration meeting we truncate the
633 precision of the stored floating point values to roughly 0.5%
634 to gain storage space in the calibrated data (the gzip
635 algorithm compresses this stuff nicely - we gain roughly 15%)
636
637 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
638 - added a comment
639
640 * mjobs/MJCalibrateSignal.cc:
641 - changed title of unsuitable plot
642 - removed plot for calibrated fundamental pedestal as agreed in the
643 current calibration meeting (we may change this to an option)
644
645 * mjobs/MJPedestal.[h,cc]:
646 - changed the name of the "PedDiff" plot to be consistent with the
647 other tab-name
648 - changed the options for the display
649 - removed the dependancy of fDisplayType and the SetDataCheck
650 option
651 - added option kDisplayNone
652 - renamed enums from k*Display to kDisplay*
653
654 * mhist/MHCamEvent.cc:
655 - trying to get rid of the Err_%p workaround.
656
657 * manalysis/MCerPhotEvt.[h,cc]:
658 - added some '!' signs in the comment line. This is quick hack
659 to gain I/O speed and storage space. We will soon have new
660 containers for the calibrated data and image cleaning
661 information.
662 - changed version number to 6
663
664 * mhist/MHCamera.cc:
665 - added member function SetAllUsed
666
667
668
669 2005/01/26 Abelardo Moralejo
670
671 * macros/mccalibrate.C
672 - removed creation and writing out of MSrcPosCam. It is more
673 flexible to add it in starmc2.C if needed (for wobble mode for
674 instance).
675
676 * mtemp/mpadova/macros/RanForestDISP.C
677 - added possibility to set the number of hadrons read in for the
678 training. Added some missing containers to output.
679 - Fixed rule concerning the DISP, by adding parentheses. Remember
680 that MHMatrix::AddColumn does not respect the usual precedence
681 of operations!
682
683 * mtemp/mpadova/macros/resize.C
684 - added to output missing container MRawEvtHeader
685
686 * macros/starmc2.C
687 - added missing container MImagePar. Added possibility to set the
688 source position on the camera (for the wobble mode).
689
690
691
692 2005/01/25 Abelardo Moralejo
693
694 * macros/starmc2.C
695 - modified to allow double (train / test) output, for g/h
696 separation studies. Added several missing containers to output.
697
698
699
700 2005/01/25 Thomas Bretz
701
702 * mcalib/MCalibrationIntensityChargeCam.cc:
703 - fixed a lot of 'default argument'-warnings to make to code
704 compile
705
706 * mbase/MParContainer.[h,cc]:
707 - moved the empty Reset() function into the source file and
708 added a lot of comments
709 - implemented new helper-functions: GetNewObject
710
711 * mbase/MContinue.[h,cc]:
712 - allow to use MFilter-classes as filter in ReadEnv
713
714 * mbase/MTaskEnv.cc:
715 - replaced some code by GetNewObject
716
717 * mhbase/MFillH.cc:
718 - handle DrawOption "same" to be able to draw to the same pad
719
720 * mhbase/MH.[h,cc]:
721 - added same-argument to DrawSame
722
723 * mhbase/MH3.cc:
724 - removed some obsolete comments
725 - remove own drawing options before calling fHist->Draw
726
727 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
728 - first try of implementing 'same' drawing option
729
730
731
732 2005/01/25 Markus Gaug
733
734 * mcalib/MCalibrationPattern.[h,cc]
735 * mcalib/MCalibrationPatternDecode.[h,cc]
736 - New Decoder task for the calibration pattern from the
737 digital modules
738
739 * mraw/MRawEvtHeader.[h,cc]
740 - remove decoding from this class
741
742 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
743 - remove, because one needs anyhow much more than one data file
744 to get a reasonable conversion factor
745
746 * mcalib/MCalibCalcFromPast.[h,cc]
747 - remove MCalibrationIntensityHiLoCam
748
749 * mbadpixels/MBadPixelsPix.h
750 * mbadpixels/MBadPixelsCam.cc
751 - changed one function name to GetUnsuitableCalLevel()
752
753 * mjobs/MJCalibration.cc
754 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
755 "FADC slices" by "FADC sl.", otherwise they range out of the
756 canvas.
757
758 * mcalib/MCalibrationChargeCalc.cc
759 - ensure to set the color correctly in MCalibrationBlindCam
760
761 * callisto.rc
762 - put space for
763 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
764 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
765
766
767 2005/01/24 Abelardo Moralejo
768
769 * manalysis/MMcCalibrationUpdate.cc
770 - Adapted to changes in MCalibrateData from 2005/01/16: moved
771 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
772 this, for the last week you may have found trouble running
773 starmc.C and mccalibrate.C.
774
775
776
777 2005/01/24 Thomas Bretz
778
779 * callisto.cc:
780 - removed non-existing option from output
781
782 * manalysis/MEnergyEstimate.[h,cc]:
783 - added ReadEnv member function
784
785 * mbase/MContinue.[h,cc]:
786 - implementes AllowEmpty option to support doing nothing
787 defined in resource file
788 - added a first draft to allow usage of class-filters instead of
789 rules
790
791 * mbase/MMath.[h,cc]:
792 - implemented a function suggested by Florian Goebel which reduces
793 the precision of a float to ~0.5% which is usefull for data
794 compression by gzip
795
796 * mdata/MDataChain.[h,cc]:
797 - implemented ReadEnv member function
798
799 * mfbase/MF.cc:
800 - a small enhancement to the output in ReadEnv
801
802 * mhbase/MH3.cc:
803 - fixed call to FindObject in Paint which caused a profile to be
804 displayed incorrectly in case it was read from a file
805
806 * mhflux/MHFalseSource.[h,cc]:
807 - removed old obsolete unsused Significance functions
808 - implemented ReadEnv member function
809 - set false source binning only if BinningFalseSource is not default
810 - check parlist for BinningAlpha
811
812 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
813 mjobs/MJPedestal.cc:
814 - added an additional check and output if output-file could
815 not be opened
816
817 * mjobs/MJob.h:
818 - added some Getter
819
820 * mhbase/MBinning.[h,cc].
821 - added nen member functions
822 + SetEdgesRaw
823 + ReadEnv
824 + Print
825
826 * mhflux/MAlphaFitter.[h,cc]:
827 - added new member function ReadEnv
828
829 * mhflux/MHAlpha.cc:
830 - fixed a problem when fitting without off-data
831
832 * mbase/MStatusDisplay.cc:
833 - implemented a further fix in DrawClonePad to make sure
834 that the X-stuff doesn't get confused while still
835 GetDrawOption returns the correct value
836
837
838
839 2005/01/24 Markus Gaug
840
841 * msignal/MExtractTimeAndChargeDigitalFilter.cc
842 - introduced security check for the times fine-tuning to catch
843 outliers because of deviating pulse forms.
844
845 * msignal/MExtractTime.cc
846 * msignal/MExtractor.cc
847 - lowered default high-gain saturation limit to 250
848 - removed Clear() for two results containers at beginning of Process()
849
850 * msignal/MExtractor.h
851 - Take fHiLoLast into the Clone()
852
853 * msignal/MExtractedSignalPix.cc
854 - change sign of default initializer to negative.
855
856
857
858 2005/01/23 Markus Gaug
859
860 * mhcalib/MHCalibrationHiLoCam.[h,cc]
861 - updated to new logain switch setting in MExtractTimeAndCharge
862 - extract also high-gain vs. low-gain time difference
863
864 * mhcalib/MHCalibrationCam.[h,cc]
865 * mhcalib/MHCalibrationChargeCam.[h,cc]
866 - updated reading of conf. values in ReadEnv
867
868 * mhcalib/MCalibrationHiLoCam.[h,cc]
869 * mhcalib/MCalibrationHiLoPix.[h,cc]
870 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
871 - updated accordingly
872
873 * mbadpixels/MBadPixelsCam.cc
874 - removed some bugs in the Print() function
875
876
877
878 2005/01/22 Markus Gaug
879
880 * mhcalib/MHCalibrationRelTimeCam.cc
881 - display in the averaged times display the event-by-event averaged
882 absolute arrival times instead of the rel. ones which do not make
883 much sense.
884
885 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
886 * mhcalib/MHCalibrationTestCam.[h,cc]
887 - update to the latest changes in analysis chain.
888
889 * mjobs/MJExtractCalibTest.[h,cc]
890 - update to the latest changes in analysis chain.
891
892 * mjobs/MJCalibration.cc
893 - replace title of that times-averageing Tab from "RelTimes" by
894 "Times".
895
896 * macros/calibration.C
897 - update to changes in MJExtractCalibTest
898
899
900
901 2005/01/21 Markus Gaug
902
903 * msignal/MExtractTimeAndChargeDigitalFilter.cc
904 * msignal/MExtractTimeAndChargeSlidingWindow.cc
905 * msignal/MExtractTimeAndChargeSpline.cc
906 - use the max. bin content for low-gain extraction
907
908 * callisto.rc
909 - add place for LoGainSwitch
910
911
912
913 2005/01/21 Florian Goebel
914
915 * mfbase/MF.cc:
916 - include a (TString) cast to make it compilable with gcc2.95.3
917
918
919
920 2005/01/21 Thomas Bretz
921
922 * mpointing/MSrcPosFromModel.cc:
923 - fixed crash in Process if no pointing model available
924
925 * mpointing/MPointingPosCalc.h:
926 - added missing initialization of data members
927
928 * mastro/MObservatory.[h,cc]:
929 - added ReadEnv member function
930
931 * mbase/MTaskEnv.h:
932 - added (=0) default to SetDefault
933
934
935
936 2005/01/20 Markus Gaug
937
938 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
939 - added function to display fluctuations of a variable
940
941 * mcalib/MCalibrationPix.cc
942 - fixed small bug in High-gain mean error.
943
944 * msignal/MExtractTimeAndCharge.[h,cc]
945 - introduced high-gain maximum limit before extracting the low-gain
946
947
948
949 2005/01/20 Thomas Bretz
950
951 * mbase/MContinue.[h,cc]:
952 - added ReadEnv member function to support resource files
953
954 * mbase/MEvtLoop.[h,cc]:
955 - added a second arguemtn to reading of the resource file by name
956 - added some checks when reding the resource file and the
957 parameter list hasn't been setup
958
959 * mbase/MParList.cc:
960 - removed an obsolete output from ReadEnv
961
962 * mfbase/MF.[h,cc]:
963 - added ReadEnv member function to support resource files
964 - added kAllowEpty flag to support skipping by resource files
965
966 * mfbase/MFilterList.cc:
967 - added a comment
968
969 * mbase/MStatusDisplay.[h,cc]:
970 - fixed Write to be compatible with root 4.02/00
971 - worked around a problem with reading the DrawOption correctly
972 from a stored status display
973
974
975
976 2005/01/19 Thomas Bretz
977
978 * mbase/MMath.cc:
979 - added a comment to SignificanceLiMa, made by Daniel Mazin
980 - also check for b==0
981
982 * mhflux/MAlphaFitter.[h,cc]:
983 - fixed significance calculation in case of on-off data
984 - added fScaleFactor
985
986 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
987 - handle scale factor in case of on-off observations
988
989 * mjobs/MJPedestal.cc:
990 - aligned screen output to 80col rule
991
992 * mtrigger/MFTriggerPattern.[h,cc]:
993 - assigned correct integers to enum
994 - made sure that the enum is correctly handled in all function by
995 applying a r-value to the condition
996
997
998
999 2005/01/19 Abelardo Moralejo
1000
1001 * mtrigger/MFTriggerPattern.[cc,h]
1002 - Changed Bool_t arguments of all setters to new type Prescale_t
1003 defined by N. Galante (see below)
1004
1005
1006
1007 2005/01/19 Nicola Galante
1008
1009 * mtrigger/MFTriggerPattern.[cc,h]
1010 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
1011 kPrescaled = kTRUE };
1012
1013 - fixed a bug in Process, both fMaskRequiredUnprescaled and
1014 fMaskRequiredPrescaled are checked simultaneously.
1015
1016
1017
1018 2005/01/18 Markus Gaug
1019
1020 * mcalib/MCalibColorSet.cc
1021 - fixed the remaining day of data without colour in project name
1022 neither in digital modules bits.
1023
1024 * mpedestal/MPedCalcPedRun.[h,cc]
1025 - catch the continuous light runs with MRawRunHeader::fRunType
1026 == kRTCalibration to be recognized as effective pedestal runs.
1027
1028
1029 2005/01/18 Thomas Bretz
1030
1031 * mbase/MMath.cc:
1032 - added a check for s==0 in SignificanceLiMa, because otherwise the
1033 result is NaN
1034
1035 * mfbase/MF.cc:
1036 - removed an obsolete debugging output from the latest changes
1037
1038 * mhflux/MHAlpha.cc:
1039 - reset fHTime, too
1040
1041
1042
1043 2005/01/18 Nicola Galante
1044
1045 * mtrigger/MFTriggerPattern.cc:
1046 - added parentesis to ensure bitwise operators priority
1047 with respect to logical operators.
1048
1049
1050 2005/01/17 Thomas Bretz
1051
1052 * manalysis/MEnergyEstimate.[h,cc]:
1053 - changed to be more general. Energy is now estimated from a rule
1054 (MDataChain) The default behaviour is still the same as before
1055 to copy the energy from MMcEvt
1056
1057 * mbase/MTask.cc:
1058 - changed to write out the descriptor istead of the task-name only
1059 in Pre/PostProcess
1060
1061 * mhbase/MH.cc:
1062 - initialize fSerialNumber and fNumExecutions in constructor
1063
1064 * mhflux/MHFalseSource.cc:
1065 - according to a suggestion by Markus Mayer I have changed
1066 \\sigma_{max}=f to S_{max}=f\\sigma
1067
1068 * mjobs/MJCalibrateSignal.cc:
1069 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
1070 call.
1071
1072 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
1073 mtrigger/MTriggerPatternDecode.cc:
1074 - added some comment about file version
1075
1076 * mbase/MFilter.h:
1077 - implemented new virtual function GetDataMember like in MData
1078
1079 * mbase/MTask.[h,cc]:
1080 - when filter is added ass GetDataMember to branch list (should be
1081 obsolete, because filter is in the tasklist, but it should not hurt)
1082
1083 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
1084 mfbase/MFilterList.[h,cc]:
1085 - implemented new function GetDataMember
1086
1087
1088
1089 2005/01/17 Markus Gaug
1090
1091 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1092 - remove a situation where the high-gain signal can be 0.
1093
1094 * mtrigger/MTriggerPattern.h
1095 - fixed a bug in defining the trigger bit pattern (Have to start
1096 from 0 instead of 1)
1097
1098 * mjobs/MJPedestal.cc
1099 * mjobs/MJCalibrateSignal.cc
1100 - fixed default extraction ranges.
1101
1102 * callisto.rc
1103 - fixed default weights files for pedestal extraction for cosmcis
1104
1105 * mcalib/MCalibrationChargeCalc.cc
1106 - removed program exit on occurrance of multiple colours without
1107 intensity calibration
1108
1109
1110
1111 2005/01/17 Nadia Tonello and Markus Gaug
1112
1113 * mcalib/MCalibrationChargeCam.cc
1114 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
1115
1116
1117
1118 2005/01/16 Markus Gaug
1119
1120 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
1121 mhcalib/MHCalibrationChargeCam.[h,cc]
1122 - put overflow management and results camera initialization into
1123 base class
1124
1125 * mcalib/MCalibrateData.[h,cc]
1126 - added possibility to re-normalize signal to equiv. photo-electrons
1127 ( SetSignalType(MCalibrateData::kPhe) ).
1128 Default is old version in photons
1129 - speed up Process by storing pre-calculated calibration constants
1130 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
1131 - added new pointer to different MCalibrationChargeCam used for
1132 updates
1133 - added possibility to update the conversion factors using the
1134 MCalibrationChargeCam stored in fCalibUpdate.
1135 - added Print() function
1136
1137 * mcalib/MCalibCalcFromPast.[h,cc]
1138 - committed final version, now also in the Makefile
1139
1140 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
1141 - committed final version, now able to calibrate interlaced cal.
1142 events.
1143
1144
1145
1146 2005/01/14 Hendrik Bartko
1147
1148 * msignal/calibration_weights_UV.dat
1149 - fixed a small bug in the noise autocorrelation of the AB-noise
1150
1151 * msignal/calibration_weights_blue.dat
1152 - new weights file for blue calibration pulses
1153
1154 * cosmics_weights.dat
1155 - fixed a small bug in the noise autocorrelation of the AB-noise
1156
1157
1158
1159 2005/01/14 Markus Gaug
1160
1161 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1162 - added a small acceleration of the program, tested by Hendrik and
1163 me.
1164
1165 * mpedestal/MPedCalcFromLoGain.cc
1166 - fixed one warning output which was not a real warning.
1167
1168 * mcalib/MCalibrationChargeCam.cc
1169 - improved the function to calculate a mean conversion factor over
1170 the whole camera including a fit to the values.
1171
1172 * mpedestal/MPedCalcPedRun.[h,cc]
1173 - undo some changes introduced by TB on 2/12/04 which had made the
1174 use of interlaced pedestal events impossible again.
1175 - Use now the new class MTriggerPattern directly to recognize an
1176 interlaced pedestal event.
1177
1178
1179
1180 2005/01/14 Thomas Bretz
1181
1182 * callisto.cc:
1183 - fixed a typo in output
1184
1185 * manalysis/MGeomApply.cc:
1186 - removed some old code already in comments
1187 - added possibility to switch off automatic processing (used
1188 if two different geometries around)
1189
1190 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
1191 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
1192 mtools/MSimulatedAnnealing.h:
1193 - added include of TVector because in newer root version it is
1194 not included from TMatrix anymore
1195
1196 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
1197 - to stick to the convention of TMath in newer root versions MMath
1198 changed from a class to a namespace
1199
1200 * mbase/MEvtLoop.[h,cc]:
1201 - to support newer root version added a second Write-function
1202 with a const qualifier.
1203
1204 * mdata/MDataChain.cc:
1205 - changed access to TMath for newer root versions
1206
1207 * mfileio/MChain.[h,cc]:
1208 - implemented a workaround for teh changed LoadTree definition
1209 in newer root-versions
1210
1211 * mfileio/MReadTree.cc:
1212 - fixed a bug in CheckBranchSize caused some warning to be
1213 displayed
1214
1215 * mhflux/MHAlpha.cc:
1216 - removed check for fResult in PostProcess (it is always there)
1217
1218 * msignal/MExtractTimeFastSpline.cc:
1219 - fixed delete --> delete[]
1220
1221 * mbadpixels/MBadPixelsCalc.cc:
1222 - slight change to some output
1223
1224 * mbase/MTaskEnv.h:
1225 - set name of default task when pointer is given
1226
1227 * mjobs/MJCalibrateSignal.cc:
1228 - fixed handling of extraction range for various cases
1229 - fixed handling in case no arrival times are calculated
1230
1231 * mjobs/MJCalibration.cc:
1232 - write at least a default arrival time calibration container
1233 to make further processing easier
1234
1235 * mjobs/MJPedestal.[h,cc]:
1236 - fixed handling of extraction range for various cases
1237
1238
1239
1240 2005/01/14 Abelardo Moralejo
1241
1242 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
1243 - added. Two macros used in the analysis of real wobble mode data.
1244
1245
1246
1247 2005/01/14 Daniela Dorner
1248
1249 * macros/sql/filldotrun.C
1250 - added new arehucas-verions and changed code accordingly
1251
1252
1253
1254 2005/01/13 Abelardo Moralejo
1255
1256 * macros/starmc.C
1257 - Added (commented) lines for the case of gamma MC source off-axis
1258 (wobble mode). Changed default extractor to
1259 MExtractFixedWindowPeakSearch.
1260
1261
1262
1263 2005/01/13 Raquel de los Reyes
1264
1265 * callisto.rc
1266 - introduced several configuration lines
1267 (format: "class".DataCheck: No) to allow callisto
1268 to run with rawfiles. Necessary for the datacheck.
1269
1270
1271
1272 2005/01/13 Markus Gaug
1273
1274 * mcalib/MCalibColorSet.cc
1275 - fixed runs 45605-45609
1276
1277 * msignal/MExtractor.h
1278 - take out the variable fHiLoLast from the streamer. Will be
1279 initialized in the ReInit(), if needed
1280
1281 * msignal/MExtractor.cc
1282 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
1283 the same extractor may have that variable set to a certain
1284 value, even if not desired. The ReInit() fixes fHiLoLast, if
1285 different from 0.
1286
1287 * mpedestal/MExtractPedestal.cc
1288 * mpedestal/MPedCalcPedRun.cc
1289 * mpedestal/MPedCalcFromLoGain.cc
1290 - fix the output of the print to the correct value for the case
1291 that the extractor is used.
1292
1293
1294 2005/01/13 Thomas Bretz
1295
1296 * callisto.rc:
1297 - fixed some typos
1298
1299 * mbase/MLog.cc:
1300 - unset DEBUG defined unintentionally
1301
1302 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1303 - removed printing Weights in InitArrays, because otherwise
1304 the output of a full data calibration is totally crowded
1305 with numbers. Having the weights-file name on the display
1306 is perfectly enough.
1307
1308
1309
1310 2005/01/12 Markus Gaug
1311
1312 * mcalib/MCalibrationIntensityRelTimeCam.cc
1313 - added fit to improve averageing of the obtained results
1314
1315
1316
1317 2005/01/12 Thomas Bretz
1318
1319 * manalysis/MMatrixLoop.cc:
1320 - changed name to MRead because it now derives from MRead
1321
1322 * mbase/MEvtLoop.[h,cc]:
1323 - implemented an option not to cascade the status display to the
1324 parameter list in PreProcess
1325
1326 * mhflux/MHAlpha.cc:
1327 - changed name of "Significance" to "MinimizationValue"
1328 - return -significance to have a value being minimized
1329
1330 * mhist/MHCamera.cc:
1331 - fixed output of text in legend
1332
1333 * mhist/MHEvent.[h,cc]:
1334 - implemented new options for calibrated pedestals
1335
1336 * mmain/MEventDisplay.cc:
1337 - fixed to support latest changes in MJCalibrateSignal
1338
1339 * mpedestal/MPedPhotCam.cc:
1340 - added new options in GetPixelContent (4 and 5) to support
1341 a correct camera display
1342
1343 * mjobs/MJCalibrateSignal.cc:
1344 - fixed display of calibrated pedestal and pedestal rms
1345 - changed order of plots. Now all interpolated values
1346 (means all calibrated values which are bad-pixel treated)
1347 are displayed behind the unsuitable pixels.
1348
1349 * mjobs/MJ*.cc:
1350 - corrected all wrong %06d to %08d to fit the number of
1351 digits in run-numbers
1352
1353
1354
1355 2005/01/11 Abelardo Moralejo
1356
1357 * mjobs/Makefile
1358 - added missing include -I ../mtrigger
1359
1360
1361
1362 2005/01/11 Thomas Bretz
1363
1364 * callisto.cc, callisto.rc:
1365 - changed such, that all three kinds of pedestals are calcualted
1366 (usefull for studies)
1367
1368 * manalysis/MMatrixLoop.[h,cc]:
1369 - derived from MRead
1370 - implemented some basic functions from MRead
1371
1372 * mfilter/MFCosmics.[h,cc]:
1373 - allow setting of name of MPedestalCam
1374
1375 * mhbase/MBinning.[h,cc]:
1376 - added SetEdges taking MParList as input
1377
1378 * mhflux/MHAlpha.cc:
1379 - use new function from MBinning
1380
1381 * mjobs/MJCalibrateSignal.[h,cc]:
1382 - changed to calculate all three kinds of pedestals
1383 - added filters for trigger pattern and illuminated events
1384
1385 * mjobs/MJPedestal.cc:
1386 - give different names to tabs with different pedestals
1387
1388 * mjobs/MJStar.cc:
1389 - on request changed used pedestal from "FromExtractor" to
1390 "FromExtractorRndm"
1391
1392 * mtrigger/MTriggerPattern.h:
1393 - added Reset function
1394
1395 * mtrigger/MTriggerPatternDecode.[h,cc]:
1396 - added using file format version number
1397
1398
1399
1400 2005/01/11 Markus Gaug
1401
1402 * mbadpixels/MBadPixelsPix.cc
1403 - updated documentation
1404
1405 * mcalib/MCalibrationChargeCalc.cc
1406 - make pixels with deviating number of phes unreliable instead of
1407 unsuitable (this was already thought so, but missed to modify
1408 at one place).
1409
1410 * mhcalib/MHCalibrationCam.[h,cc]
1411 - add possible flag 'kInterlaced': default: kFALSE (like before)
1412 - added pointer to MRawEvtHeader to deny cosmics events in case
1413 of 'interlaced' flag is set. No changes for 'normal' calibration
1414
1415
1416
1417 2005/01/10 Benjamin Riegel
1418
1419 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1420 - added two classes for implementing starguider-data
1421
1422 * mreport/ReportLinkDef.h
1423 - added class MReportStarguider to be linked:
1424 #pragma link C++ class MReportStarguider+;
1425
1426 * mreport/Makefile
1427 - added file MReportStarguider.cc
1428
1429 * merpp.cc
1430 - added two containers ( MReportStarguider, MTimeStarguider ) and
1431 added MReportStarguider to the list:
1432 w->AddContainer("MReportStarguider", "Starguider");
1433 w->AddContainer("MTimeStarguider", "Starguider");
1434 r->AddToList("MReportStarguider");
1435
1436
1437
1438 2005/01/10 Markus Gaug
1439
1440 * mcalib/MCalibColorSet.cc
1441 - return kFALSE for CL-run instead of kTRUE
1442
1443 * mcalib/MCalibrationChargeCalc.cc
1444 - stop program in case that multiple colours are found in same file
1445 without intensity calibration
1446
1447 * mbadpixels/MBadPixelsPix.h
1448 - added two new possible UnCalibrated_t flags for the hi-lo
1449 calibration
1450
1451 * macros/calibration.C
1452 - add the calls to:
1453 MArray::Class()->IgnoreTObjectStreamer();
1454 MParContainer::Class()->IgnoreTObjectStreamer();
1455 in main.
1456
1457 * msignal/MExtractor.h
1458 - added Getter for fOffsetLoGain (was still missing)
1459
1460 * mhcalib/MHCalibrationChargeCam.[h,cc]
1461 - remove pixels with histogram overflow only if their percentage
1462 passes a certain limit (default: 0.5%). Before, every overflow
1463 lead to an unsuitable pixel.
1464
1465 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1466 - implemented changes suggested by T.B. to speed up calculations
1467 - take fNameWeightsFile into the streamer, otherwise the Clone()
1468 will always create an extractor with cosmic's weights.
1469 - set fOffsetLoGain to a slighly higher value. The DF seems to
1470 have a different offset since it uses different pulse shapes
1471 and thus sightly different time definitions.
1472
1473
1474
1475 2005/01/10 Thomas Bretz
1476
1477 * mhvstime/MHVsTime.cc:
1478 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
1479
1480 * callisto.cc:
1481 - changed such, that the calculated pedestal is not random
1482 anymore
1483 - added code to calculate the pedestal also with randomization,
1484 but this code is for the moment commented out.
1485
1486 * callisto.rc:
1487 - fixed naming of pedestal calculation
1488
1489 * mbadpixels/MBadPixelsCalc.cc:
1490 - added a second check which compares the pedestal rms with
1491 the variance of the pedestal rms in the same sector
1492
1493 * mjobs/MJCalibrateSignal.[h,cc]:
1494 - changed to calculate the pedestal from extractor without
1495 randomization
1496 - added code to calculate the pedestal also with randomization,
1497 but this code is for the moment commented out.
1498
1499 * mjobs/MJCalibration.cc:
1500 - made sure that pedcam always has the correct name
1501 (FIXME? Print a warning if it has the wrong name)
1502
1503 * mjobs/MJPedestal.[h,cc]:
1504 - changed such, that it allows the calculation of pedestals
1505 in three different ways (fundamental, fromextractor,
1506 fromextractorrndm)
1507 - therefor removed SetExtractorResolution and added
1508 + void SetExtractionFundamental()
1509 + void SetExtractionWithExtractorRndm()
1510 + void SetExtractionWithExtractor()
1511
1512 * mjobs/MJStar.cc:
1513 - changed/fixed the input name of the MPedPhotCam used in the
1514 image cleaning
1515
1516 * mraw/MRawFileRead.[h,cc]:
1517 - changed return type of OpenNextFile
1518 - in some cases return kERROR in OpenNextFile to abort the Processing
1519 with an error
1520
1521 * mraw/MRawRunHeader.cc:
1522 - call a wrong file format version ERROR now
1523
1524 * mhflux/MAlphaFitter.[h,cc]:
1525 - make sure that resetted values are returned if fit failed
1526 - set default scaling too kOffRegion
1527
1528 * mhflux/MHAlpha.cc:
1529 - some small fixes to handling of MHAlphaOff
1530
1531 * mhflux/MHFalseSource.[h,cc]:
1532 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1533 - updated display accordingly
1534 - updated fit accordingly
1535 - removed catalog temporarily from plots until I found the
1536 reason for the strange crashes
1537
1538 * mbadpixels/MBadPixelCalc.[h,cc]:
1539 - implemented the possibility to check the pedestal rms against the
1540 variance of the pedstal rms, too. The option is curretly switched
1541 off.
1542 - enahanced informal output in PreProcess
1543
1544 * mbase/MTaskList.cc:
1545 - a little change to some output
1546
1547
1548
1549 2005/01/10 Wolfgang Wittek
1550
1551 * mfbase/MFEventSelector2.cc
1552 - check whether filter exists before calling
1553 filter->CallPreProcess(parlist)
1554
1555
1556
1557 2005/01/08 Markus Gaug
1558
1559 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1560 * mcalib/MCalibrationHiLoCam.[h,cc]
1561 * mcalib/MCalibrationHiLoPix.[h,cc]
1562 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1563 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1564 mcalib/CalibLinkDef.h
1565 - new classes for calibration of conversion high-gain vs. low-gain
1566
1567 * msignal/MExtractedSignalPix.[h,cc]
1568 - added data member fChisquare, set to -1. by Clear() and Reset()
1569 - raised version number by 1
1570
1571 * msignal/MExtractedSignalCam.[h,cc]
1572 - added data member fNdf, set to -1 by default
1573 - new function: GetProb(const Int_t pixidx) to be called to
1574 calculate the joint probability of Chisquare of pixel "pixidx"
1575 and fNdf
1576 - added documentation of data members
1577 - raised version number by 1
1578
1579 * mhcalib/MHCalibrationChargeCam.cc
1580 - strengthened default histogram limits a bit, should accelerate
1581 the calibration by 20%.
1582
1583 * mjobs/MJCalibrateSignalFromOutside.cc
1584 - fixed two lines to compile MCalibrateData with the recent changes
1585 by TB
1586
1587 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1588 - fixed two bugs introduced yesterday by TB.
1589
1590 * msignal/MExtractTimeAndChargeSpline.cc
1591 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1592 - adopt part of TB's speed accelerations into these classes
1593
1594 * msignal/MExtractTimeAndCharge.cc
1595 - fix the low-gain extraction window for the case that the high-gain
1596 is saturated. Was skipped so far.
1597
1598
1599
1600 2005/01/07 Markus Gaug
1601
1602 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1603 - catch the case that more than 90% of the pixels have saturated
1604 signals and fix the extraction window from the occurrance of
1605 saturation, then. Important for high-intensity calibration events.
1606
1607
1608 * msignal/MExtractor.cc
1609 * msignal/MExtractTime.cc
1610 * msignal/MExtractTimeAndCharge.cc
1611 - added some documentation
1612
1613 * msignal/MExtractTime.[h,cc]
1614 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1615 the header-file.
1616
1617
1618
1619
1620 2005/01/07 Abelardo Moralejo
1621
1622 * mbase/MLog.h
1623 - Added #include "TSystem.h", otherwise gSystem is not recognized
1624 in Mac OSX.
1625
1626 * manalysis/MMakePadHistograms.cc
1627 - Changed badcalc.SetNamePedPhotContainer to
1628 badcalc.SetNamePedPhotCam
1629
1630
1631
1632 2005/01/07 Thomas Bretz
1633
1634 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1635 - replaced PedPhotContainer by PedPhotCam for consistency
1636
1637 * mbase/MLog.[h,cc]:
1638 - return *this in Seperator()
1639
1640 * mbase/MPrint.[h,cc]:
1641 - use new separator manipulator in PreProcess
1642 - fixed a type: separator instead of seperator
1643
1644 * mfileio/MReadTree.[h,cc]:
1645 - added a check for branch->IsAutoDelete() in Notify()
1646
1647 * mpedestal/MExtractPedestal.[h,cc]:
1648 - added new option 'fRandomCalculation' be used to switch on-/off-
1649 randomization in extractors, the default should be like before
1650 - added Process() calling Calc()
1651
1652 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1653 - renamed Process() to Calc()
1654
1655 * Makefile:
1656 - removed macros/calibration.C, which seems to have been
1657 unintantionally introduced.
1658
1659 * manalysis/Makefile:
1660 - removed unintantionally introduced wrong include
1661
1662 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1663 - a small acceleration discussed with Hendrik by replacing a
1664 counter in a loop by pointer arithmetics
1665
1666 * mraw/MRawEvtPixelIter.cc:
1667 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1668 read one byte behind the end of the array
1669 - fixed HasLoGain() which really did weired things, means accessing
1670 sometimes memory somewhere. This could theoretically result
1671 in assigning the wrong lo-gains to the wrong pixels.
1672
1673 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1674 mtrigger/MFTriggerPattern.[h,cc]:
1675 - added
1676
1677 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1678 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1679
1680 * manalysis/MEnergyEstParam.h:
1681 - added a new function SetVariables calling SetCoeff
1682
1683 * mcalib/MCalibrateData.[h,cc]:
1684 - removed data members for container names
1685 - added new lists for container names
1686 - allow to calibrate more than one pedestal container at the same
1687 time
1688
1689 * mjobs/MJCalibrateSignal.cc:
1690 - changed accordingly
1691
1692
1693
1694 2005/01/05 Thomas Bretz
1695
1696 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1697 mhcalib/MHCalibrationRelTimeCam.cc:
1698 - made some output lines fit into convinience window of 80 col
1699
1700 * mhist/MHCamEvent.cc:
1701 - make sure that x-axis has correct title
1702
1703 * msignal/MArrivalTimePix.cc:
1704 - init error to -1 which is a obviously non valid value
1705 - fixed IsValid() which gave wrong results
1706
1707 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1708 - made sure that LoGain is flagged non-valid if no lo-gain exists
1709 - push time back at the edge of the allowed limits if outside
1710
1711 * mbase/MGList.[h,cc]:
1712 - introduced new functions Delete and DeletePictures
1713 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1714 correctly removed from ListOfCleanups
1715
1716 * mbase/MLog.cc:
1717 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1718 from the list
1719
1720 * mbase/MParContainer.[h,cc]:
1721 - replaced return type of GetDescriptor by TString. The old version
1722 was terribly wrong! The returned memory wasn't removed as soon
1723 as the function returned.
1724
1725 * mbase/MStatusDisplay.[h,cc]:
1726 - for security (thread safty) replaced all Form() by MString::Form()
1727 - implemented a more secure scheme of Closing (Clone()) this was
1728 a hint given by valgrind
1729 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1730 - fixed some lines in pulldown-menus
1731 - add TPads to ListOfCleanups in ClonePad (workaround!)
1732
1733 * mbase/MString.[h,cc]:
1734 - implemented a new static Form() function returning a copy of
1735 the result
1736
1737 * mbase/MTask.[h,cc]:
1738 - replaced return type of GetDescriptor by TString. The old version
1739 was terribly wrong! The returned memory wasn't removed as soon
1740 as the function returned.
1741 - Made GetDescriptor thread safe using MString::Form
1742
1743 * mfileio/MWriteRootFile.cc:
1744 - Use GetDescriptor().Data() when using any kind of printf function
1745
1746 * mhbase/MFillH.cc:
1747 - replaced string concatenation in all constructors by a Form
1748 (also suggested by valgrind)
1749
1750 * mhcalib/MHCalibrationRelTimeCam.cc:
1751 - made some output fit into 80col boundary
1752
1753
1754
1755
1756 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1757
1758 * mfht:
1759 - added new directory for hexagonal fourier transformation
1760
1761 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1762 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1763 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1764 mhft/Makefile:
1765 - added
1766
1767 * macros/extendcam.C:
1768 - added: tutorial for MGeomCamExtend
1769
1770 * macros/hft.C:
1771 - added: tutorial for MHexgonalFTCalc
1772
1773 * macros/dohtml.C:
1774 - updated
1775
1776 * macros/rootlogon.C:
1777 - updated
1778
1779 * Makefile:
1780 - mhft added
1781
1782 * mbase/MParContainer.cc, mbase/MLog.cc:
1783 - added a pre-compiler option for destructor debugging
1784
1785 * mbase/MTaskList.[h,cc]:
1786 - added new function Replace
1787
1788 * mdata/MDataChain.cc, mfbase/MF.cc:
1789 - shortened some output
1790
1791 * mdata/MDataArray.[h,cc]:
1792 - added new function FindRule
1793
1794 * mfileio/MReadTree.[h,cc]:
1795 - enhanced functionality to be able to read a TTree stored in memory
1796 instead of a file. Therefor introduced fTree which is now the pointer
1797 used and replaced fChain where TTree and TChain have common behaviour.
1798 Where they behave uncommon new code for the new case has been added.
1799
1800 * mfileio/MWriteRootFile.[h,cc]:
1801 - enhanced functionality to be able to write a TTree into memory
1802 instead of a file. This were maily bugfixes for the case fOut==0, which
1803 must be handled correctly. Becarefull a tree filles without a file
1804 is not deleted automatically!
1805
1806 * mhbase/MBinning.h:
1807 - added copy constructor
1808 - fixed buggy SetEdges(MBinning&) which didn't work
1809
1810 * mhbase/MHMatrix.cc:
1811 - when adding a new rule check first if the same rule already exists
1812
1813 * mhflux/MAlphaFitter.[h,cc]:
1814 - added new functionality to support on-off analysis
1815 - didn't touch existing code
1816
1817 * mhflux/MHAlpha.[h,cc]:
1818 - added new functionality to support on-off analysis
1819 - replaced Fit() calls by newer function calls
1820 - added DrawAll - PRELIMINARY
1821 - fixed a bug when projecting - may be the reson for some strange
1822 crashes
1823
1824 * mcalib/MCalibColorSet.cc:
1825 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1826 in some circumstances to stop the eventloop when it shouldn't
1827
1828 * mjobs/MSequence.cc:
1829 - expand path names
1830
Note: See TracBrowser for help on using the repository browser.