source: trunk/MagicSoft/Mars/Changelog@ 6328

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