source: trunk/MagicSoft/Mars/Changelog@ 6456

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