source: trunk/MagicSoft/Mars/Changelog@ 6457

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