source: trunk/MagicSoft/Mars/Changelog@ 6306

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