source: trunk/MagicSoft/Mars/Changelog@ 6392

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