source: trunk/MagicSoft/Mars/Changelog@ 6500

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