source: trunk/MagicSoft/Mars/Changelog@ 6455

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