source: trunk/MagicSoft/Mars/Changelog@ 6466

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