source: trunk/MagicSoft/Mars/Changelog@ 6464

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