source: trunk/MagicSoft/Mars/Changelog@ 6403

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