source: trunk/MagicSoft/Mars/Changelog@ 6387

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