source: trunk/MagicSoft/Mars/Changelog@ 6499

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