source: trunk/MagicSoft/Mars/Changelog@ 6393

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