source: trunk/MagicSoft/Mars/Changelog@ 6468

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