source: trunk/MagicSoft/Mars/Changelog@ 6283

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