source: trunk/MagicSoft/Mars/Changelog@ 6361

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