source: trunk/MagicSoft/Mars/Changelog@ 6460

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