source: trunk/MagicSoft/Mars/Changelog@ 6342

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