source: trunk/MagicSoft/Mars/Changelog@ 6076

Last change on this file since 6076 was 6076, checked in by moralejo, 20 years ago
*** empty log message ***
File size: 39.2 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22 2005/01/28 Abelardo Moralejo
23
24 * mpointing/MSrcPosCalc.cc
25 - updated. Make it work as desired: obtain for each event the x,y
26 position on the camera of a source whose celestial coordinates
27 (J2000) have been set by the user in the container "MSourcePos"
28 of type MPointingPos, added to the parameter list. If the
29 container MSourcePos is not found, the center of the camera (or
30 other fixed position x,y set in the parameter list by the user -
31 in MSrcPosCam) is used as source position for all the events in
32 the loop.
33
34 2005/01/28 Thomas Bretz
35
36 * mjobs/MJCalibrateSignal.cc:
37 - fixed that extract1,2,3 haven't been deleted if loop failed.
38 - print tasklist also if loop failed.
39 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
40 the event processing tasklist
41
42 * callisto.rc:
43 - added comments about "FinalFantasy" into call
44 - added comment for obsolete resources as discussed yesterday
45 evening: TimeUpperLimit
46
47
48
49 2005/01/28 Markus Gaug
50
51 * msignal/MExtractTimeAndChargeDigitalFilter.cc
52 - introduce a security check for the time fine adjustment in case,
53 it is too large.
54
55 * mcalib/MCalibConstCam.[h,cc]
56 * mcalib/MCalibConstPix.h
57 - new classes to allow display of changing cal. constants with the
58 interlaced cal. events
59
60 * mcalib/MCalibrationChargeCalc.cc
61 - removed stopping of PostProcess in case that the evtloop is
62 finished with interlaced cal. events
63
64 * mcalib/MCalibrateData.[h,cc]
65 - fill MCalibConstCam with update results (once per calib. consts
66 update == every 10 sec.)
67
68
69 2005/01/28 Abelardo Moralejo
70
71 * mtemp/mpadova/macros/trainsubsample.C
72 - added # of events to be written in the output (instead of
73 fraction of total). Moved MSrcPosCam in output from RunHeaders
74 to Events tree.
75
76
77
78 2005/01/27 Daniel Mazin and Markus Gaug
79
80 * mcalib/MCalibrateData.[h,cc]
81 - derive this class from MCamEvent in order to be able to display
82 evolution of conversion factors in case of interlaced cal.
83 events
84
85 * mpointing/MInterpolatePointingPos.[h,cc]
86 - new class to interpolate pointing positions, adapted from a class
87 by Marcos Lopez
88
89 * mjobs/MJCalibrateSignal.[h,cc]
90 - enabled the calibration of data with interlaced calibration events
91
92 * msignal/MArrivalTime.[h,cc]
93 * mcalib/MCalibrateRelTime.cc
94 - removed Error of calibrated arrival time, as agreed on the last
95 software calibration meeting yesterday
96
97 * mjobs/MJCalibrateSignal.cc
98 - add display to show histogramming of conversion factors
99 - modify default calibration to equiv. photo-electrons
100 - allow for setting of MC, Raw or Root-file type in callisto.rc
101
102 * callisto.rc
103 - updated conf. file
104
105
106 2005/01/27 Thomas Bretz
107
108 * callisto.cc:
109 - don't display starting pedestals when calibrating the signal
110
111 * callisto.rc:
112 - added some comments
113
114 * star.rc:
115 - according to Daniel M. we have agreed to change the default
116 cleaning level to adapt it roughly to the new pedestal
117
118 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
119 - as agreed in the current calibration meeting we truncate the
120 precision of the stored floating point values to roughly 0.5%
121 to gain storage space in the calibrated data (the gzip
122 algorithm compresses this stuff nicely - we gain roughly 15%)
123
124 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
125 - added a comment
126
127 * mjobs/MJCalibrateSignal.cc:
128 - changed title of unsuitable plot
129 - removed plot for calibrated fundamental pedestal as agreed in the
130 current calibration meeting (we may change this to an option)
131
132 * mjobs/MJPedestal.[h,cc]:
133 - changed the name of the "PedDiff" plot to be consistent with the
134 other tab-name
135 - changed the options for the display
136 - removed the dependancy of fDisplayType and the SetDataCheck
137 option
138 - added option kDisplayNone
139 - renamed enums from k*Display to kDisplay*
140
141 * mhist/MHCamEvent.cc:
142 - trying to get rid of the Err_%p workaround.
143
144 * manalysis/MCerPhotEvt.[h,cc]:
145 - added some '!' signs in the comment line. This is quick hack
146 to gain I/O speed and storage space. We will soon have new
147 containers for the calibrated data and image cleaning
148 information.
149 - changed version number to 6
150
151 * mhist/MHCamera.cc:
152 - added member function SetAllUsed
153
154
155
156 2005/01/26 Abelardo Moralejo
157
158 * macros/mccalibrate.C
159 - removed creation and writing out of MSrcPosCam. It is more
160 flexible to add it in starmc2.C if needed (for wobble mode for
161 instance).
162
163 * mtemp/mpadova/macros/RanForestDISP.C
164 - added possibility to set the number of hadrons read in for the
165 training. Added some missing containers to output.
166 - Fixed rule concerning the DISP, by adding parentheses. Remember
167 that MHMatrix::AddColumn does not respect the usual precedence
168 of operations!
169
170 * mtemp/mpadova/macros/resize.C
171 - added to output missing container MRawEvtHeader
172
173 * macros/starmc2.C
174 - added missing container MImagePar. Added possibility to set the
175 source position on the camera (for the wobble mode).
176
177
178
179 2005/01/25 Abelardo Moralejo
180
181 * macros/starmc2.C
182 - modified to allow double (train / test) output, for g/h
183 separation studies. Added several missing containers to output.
184
185
186
187 2005/01/25 Thomas Bretz
188
189 * mcalib/MCalibrationIntensityChargeCam.cc:
190 - fixed a lot of 'default argument'-warnings to make to code
191 compile
192
193 * mbase/MParContainer.[h,cc]:
194 - moved the empty Reset() function into the source file and
195 added a lot of comments
196 - implemented new helper-functions: GetNewObject
197
198 * mbase/MContinue.[h,cc]:
199 - allow to use MFilter-classes as filter in ReadEnv
200
201 * mbase/MTaskEnv.cc:
202 - replaced some code by GetNewObject
203
204 * mhbase/MFillH.cc:
205 - handle DrawOption "same" to be able to draw to the same pad
206
207 * mhbase/MH.[h,cc]:
208 - added same-argument to DrawSame
209
210 * mhbase/MH3.cc:
211 - removed some obsolete comments
212 - remove own drawing options before calling fHist->Draw
213
214 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
215 - first try of implementing 'same' drawing option
216
217
218
219 2005/01/25 Markus Gaug
220
221 * mcalib/MCalibrationPattern.[h,cc]
222 * mcalib/MCalibrationPatternDecode.[h,cc]
223 - New Decoder task for the calibration pattern from the
224 digital modules
225
226 * mraw/MRawEvtHeader.[h,cc]
227 - remove decoding from this class
228
229 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
230 - remove, because one needs anyhow much more than one data file
231 to get a reasonable conversion factor
232
233 * mcalib/MCalibCalcFromPast.[h,cc]
234 - remove MCalibrationIntensityHiLoCam
235
236 * mbadpixels/MBadPixelsPix.h
237 * mbadpixels/MBadPixelsCam.cc
238 - changed one function name to GetUnsuitableCalLevel()
239
240 * mjobs/MJCalibration.cc
241 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
242 "FADC slices" by "FADC sl.", otherwise they range out of the
243 canvas.
244
245 * mcalib/MCalibrationChargeCalc.cc
246 - ensure to set the color correctly in MCalibrationBlindCam
247
248 * callisto.rc
249 - put space for
250 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
251 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
252
253
254 2005/01/24 Abelardo Moralejo
255
256 * manalysis/MMcCalibrationUpdate.cc
257 - Adapted to changes in MCalibrateData from 2005/01/16: moved
258 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
259 this, for the last week you may have found trouble running
260 starmc.C and mccalibrate.C.
261
262
263
264 2005/01/24 Thomas Bretz
265
266 * callisto.cc:
267 - removed non-existing option from output
268
269 * manalysis/MEnergyEstimate.[h,cc]:
270 - added ReadEnv member function
271
272 * mbase/MContinue.[h,cc]:
273 - implementes AllowEmpty option to support doing nothing
274 defined in resource file
275 - added a first draft to allow usage of class-filters instead of
276 rules
277
278 * mbase/MMath.[h,cc]:
279 - implemented a function suggested by Florian Goebel which reduces
280 the precision of a float to ~0.5% which is usefull for data
281 compression by gzip
282
283 * mdata/MDataChain.[h,cc]:
284 - implemented ReadEnv member function
285
286 * mfbase/MF.cc:
287 - a small enhancement to the output in ReadEnv
288
289 * mhbase/MH3.cc:
290 - fixed call to FindObject in Paint which caused a profile to be
291 displayed incorrectly in case it was read from a file
292
293 * mhflux/MHFalseSource.[h,cc]:
294 - removed old obsolete unsused Significance functions
295 - implemented ReadEnv member function
296 - set false source binning only if BinningFalseSource is not default
297 - check parlist for BinningAlpha
298
299 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
300 mjobs/MJPedestal.cc:
301 - added an additional check and output if output-file could
302 not be opened
303
304 * mjobs/MJob.h:
305 - added some Getter
306
307 * mhbase/MBinning.[h,cc].
308 - added nen member functions
309 + SetEdgesRaw
310 + ReadEnv
311 + Print
312
313 * mhflux/MAlphaFitter.[h,cc]:
314 - added new member function ReadEnv
315
316 * mhflux/MHAlpha.cc:
317 - fixed a problem when fitting without off-data
318
319 * mbase/MStatusDisplay.cc:
320 - implemented a further fix in DrawClonePad to make sure
321 that the X-stuff doesn't get confused while still
322 GetDrawOption returns the correct value
323
324
325
326 2005/01/24 Markus Gaug
327
328 * msignal/MExtractTimeAndChargeDigitalFilter.cc
329 - introduced security check for the times fine-tuning to catch
330 outliers because of deviating pulse forms.
331
332 * msignal/MExtractTime.cc
333 * msignal/MExtractor.cc
334 - lowered default high-gain saturation limit to 250
335 - removed Clear() for two results containers at beginning of Process()
336
337 * msignal/MExtractor.h
338 - Take fHiLoLast into the Clone()
339
340 * msignal/MExtractedSignalPix.cc
341 - change sign of default initializer to negative.
342
343
344
345 2005/01/23 Markus Gaug
346
347 * mhcalib/MHCalibrationHiLoCam.[h,cc]
348 - updated to new logain switch setting in MExtractTimeAndCharge
349 - extract also high-gain vs. low-gain time difference
350
351 * mhcalib/MHCalibrationCam.[h,cc]
352 * mhcalib/MHCalibrationChargeCam.[h,cc]
353 - updated reading of conf. values in ReadEnv
354
355 * mhcalib/MCalibrationHiLoCam.[h,cc]
356 * mhcalib/MCalibrationHiLoPix.[h,cc]
357 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
358 - updated accordingly
359
360 * mbadpixels/MBadPixelsCam.cc
361 - removed some bugs in the Print() function
362
363
364
365 2005/01/22 Markus Gaug
366
367 * mhcalib/MHCalibrationRelTimeCam.cc
368 - display in the averaged times display the event-by-event averaged
369 absolute arrival times instead of the rel. ones which do not make
370 much sense.
371
372 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
373 * mhcalib/MHCalibrationTestCam.[h,cc]
374 - update to the latest changes in analysis chain.
375
376 * mjobs/MJExtractCalibTest.[h,cc]
377 - update to the latest changes in analysis chain.
378
379 * mjobs/MJCalibration.cc
380 - replace title of that times-averageing Tab from "RelTimes" by
381 "Times".
382
383 * macros/calibration.C
384 - update to changes in MJExtractCalibTest
385
386
387
388 2005/01/21 Markus Gaug
389
390 * msignal/MExtractTimeAndChargeDigitalFilter.cc
391 * msignal/MExtractTimeAndChargeSlidingWindow.cc
392 * msignal/MExtractTimeAndChargeSpline.cc
393 - use the max. bin content for low-gain extraction
394
395 * callisto.rc
396 - add place for LoGainSwitch
397
398
399
400 2005/01/21 Florian Goebel
401
402 * mfbase/MF.cc:
403 - include a (TString) cast to make it compilable with gcc2.95.3
404
405
406
407 2005/01/21 Thomas Bretz
408
409 * mpointing/MSrcPosFromModel.cc:
410 - fixed crash in Process if no pointing model available
411
412 * mpointing/MPointingPosCalc.h:
413 - added missing initialization of data members
414
415 * mastro/MObservatory.[h,cc]:
416 - added ReadEnv member function
417
418 * mbase/MTaskEnv.h:
419 - added (=0) default to SetDefault
420
421
422
423 2005/01/20 Markus Gaug
424
425 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
426 - added function to display fluctuations of a variable
427
428 * mcalib/MCalibrationPix.cc
429 - fixed small bug in High-gain mean error.
430
431 * msignal/MExtractTimeAndCharge.[h,cc]
432 - introduced high-gain maximum limit before extracting the low-gain
433
434
435
436 2005/01/20 Thomas Bretz
437
438 * mbase/MContinue.[h,cc]:
439 - added ReadEnv member function to support resource files
440
441 * mbase/MEvtLoop.[h,cc]:
442 - added a second arguemtn to reading of the resource file by name
443 - added some checks when reding the resource file and the
444 parameter list hasn't been setup
445
446 * mbase/MParList.cc:
447 - removed an obsolete output from ReadEnv
448
449 * mfbase/MF.[h,cc]:
450 - added ReadEnv member function to support resource files
451 - added kAllowEpty flag to support skipping by resource files
452
453 * mfbase/MFilterList.cc:
454 - added a comment
455
456 * mbase/MStatusDisplay.[h,cc]:
457 - fixed Write to be compatible with root 4.02/00
458 - worked around a problem with reading the DrawOption correctly
459 from a stored status display
460
461
462
463 2005/01/19 Thomas Bretz
464
465 * mbase/MMath.cc:
466 - added a comment to SignificanceLiMa, made by Daniel Mazin
467 - also check for b==0
468
469 * mhflux/MAlphaFitter.[h,cc]:
470 - fixed significance calculation in case of on-off data
471 - added fScaleFactor
472
473 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
474 - handle scale factor in case of on-off observations
475
476 * mjobs/MJPedestal.cc:
477 - aligned screen output to 80col rule
478
479 * mtrigger/MFTriggerPattern.[h,cc]:
480 - assigned correct integers to enum
481 - made sure that the enum is correctly handled in all function by
482 applying a r-value to the condition
483
484
485
486 2005/01/19 Abelardo Moralejo
487
488 * mtrigger/MFTriggerPattern.[cc,h]
489 - Changed Bool_t arguments of all setters to new type Prescale_t
490 defined by N. Galante (see below)
491
492
493
494 2005/01/19 Nicola Galante
495
496 * mtrigger/MFTriggerPattern.[cc,h]
497 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
498 kPrescaled = kTRUE };
499
500 - fixed a bug in Process, both fMaskRequiredUnprescaled and
501 fMaskRequiredPrescaled are checked simultaneously.
502
503
504
505 2005/01/18 Markus Gaug
506
507 * mcalib/MCalibColorSet.cc
508 - fixed the remaining day of data without colour in project name
509 neither in digital modules bits.
510
511 * mpedestal/MPedCalcPedRun.[h,cc]
512 - catch the continuous light runs with MRawRunHeader::fRunType
513 == kRTCalibration to be recognized as effective pedestal runs.
514
515
516 2005/01/18 Thomas Bretz
517
518 * mbase/MMath.cc:
519 - added a check for s==0 in SignificanceLiMa, because otherwise the
520 result is NaN
521
522 * mfbase/MF.cc:
523 - removed an obsolete debugging output from the latest changes
524
525 * mhflux/MHAlpha.cc:
526 - reset fHTime, too
527
528
529
530 2005/01/18 Nicola Galante
531
532 * mtrigger/MFTriggerPattern.cc:
533 - added parentesis to ensure bitwise operators priority
534 with respect to logical operators.
535
536
537 2005/01/17 Thomas Bretz
538
539 * manalysis/MEnergyEstimate.[h,cc]:
540 - changed to be more general. Energy is now estimated from a rule
541 (MDataChain) The default behaviour is still the same as before
542 to copy the energy from MMcEvt
543
544 * mbase/MTask.cc:
545 - changed to write out the descriptor istead of the task-name only
546 in Pre/PostProcess
547
548 * mhbase/MH.cc:
549 - initialize fSerialNumber and fNumExecutions in constructor
550
551 * mhflux/MHFalseSource.cc:
552 - according to a suggestion by Markus Mayer I have changed
553 \\sigma_{max}=f to S_{max}=f\\sigma
554
555 * mjobs/MJCalibrateSignal.cc:
556 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
557 call.
558
559 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
560 mtrigger/MTriggerPatternDecode.cc:
561 - added some comment about file version
562
563 * mbase/MFilter.h:
564 - implemented new virtual function GetDataMember like in MData
565
566 * mbase/MTask.[h,cc]:
567 - when filter is added ass GetDataMember to branch list (should be
568 obsolete, because filter is in the tasklist, but it should not hurt)
569
570 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
571 mfbase/MFilterList.[h,cc]:
572 - implemented new function GetDataMember
573
574
575
576 2005/01/17 Markus Gaug
577
578 * msignal/MExtractTimeAndChargeDigitalFilter.cc
579 - remove a situation where the high-gain signal can be 0.
580
581 * mtrigger/MTriggerPattern.h
582 - fixed a bug in defining the trigger bit pattern (Have to start
583 from 0 instead of 1)
584
585 * mjobs/MJPedestal.cc
586 * mjobs/MJCalibrateSignal.cc
587 - fixed default extraction ranges.
588
589 * callisto.rc
590 - fixed default weights files for pedestal extraction for cosmcis
591
592 * mcalib/MCalibrationChargeCalc.cc
593 - removed program exit on occurrance of multiple colours without
594 intensity calibration
595
596
597
598 2005/01/17 Nadia Tonello and Markus Gaug
599
600 * mcalib/MCalibrationChargeCam.cc
601 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
602
603
604
605 2005/01/16 Markus Gaug
606
607 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
608 mhcalib/MHCalibrationChargeCam.[h,cc]
609 - put overflow management and results camera initialization into
610 base class
611
612 * mcalib/MCalibrateData.[h,cc]
613 - added possibility to re-normalize signal to equiv. photo-electrons
614 ( SetSignalType(MCalibrateData::kPhe) ).
615 Default is old version in photons
616 - speed up Process by storing pre-calculated calibration constants
617 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
618 - added new pointer to different MCalibrationChargeCam used for
619 updates
620 - added possibility to update the conversion factors using the
621 MCalibrationChargeCam stored in fCalibUpdate.
622 - added Print() function
623
624 * mcalib/MCalibCalcFromPast.[h,cc]
625 - committed final version, now also in the Makefile
626
627 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
628 - committed final version, now able to calibrate interlaced cal.
629 events.
630
631
632
633 2005/01/14 Hendrik Bartko
634
635 * msignal/calibration_weights_UV.dat
636 - fixed a small bug in the noise autocorrelation of the AB-noise
637
638 * msignal/calibration_weights_blue.dat
639 - new weights file for blue calibration pulses
640
641 * cosmics_weights.dat
642 - fixed a small bug in the noise autocorrelation of the AB-noise
643
644
645
646 2005/01/14 Markus Gaug
647
648 * msignal/MExtractTimeAndChargeDigitalFilter.cc
649 - added a small acceleration of the program, tested by Hendrik and
650 me.
651
652 * mpedestal/MPedCalcFromLoGain.cc
653 - fixed one warning output which was not a real warning.
654
655 * mcalib/MCalibrationChargeCam.cc
656 - improved the function to calculate a mean conversion factor over
657 the whole camera including a fit to the values.
658
659 * mpedestal/MPedCalcPedRun.[h,cc]
660 - undo some changes introduced by TB on 2/12/04 which had made the
661 use of interlaced pedestal events impossible again.
662 - Use now the new class MTriggerPattern directly to recognize an
663 interlaced pedestal event.
664
665
666
667 2005/01/14 Thomas Bretz
668
669 * callisto.cc:
670 - fixed a typo in output
671
672 * manalysis/MGeomApply.cc:
673 - removed some old code already in comments
674 - added possibility to switch off automatic processing (used
675 if two different geometries around)
676
677 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
678 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
679 mtools/MSimulatedAnnealing.h:
680 - added include of TVector because in newer root version it is
681 not included from TMatrix anymore
682
683 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
684 - to stick to the convention of TMath in newer root versions MMath
685 changed from a class to a namespace
686
687 * mbase/MEvtLoop.[h,cc]:
688 - to support newer root version added a second Write-function
689 with a const qualifier.
690
691 * mdata/MDataChain.cc:
692 - changed access to TMath for newer root versions
693
694 * mfileio/MChain.[h,cc]:
695 - implemented a workaround for teh changed LoadTree definition
696 in newer root-versions
697
698 * mfileio/MReadTree.cc:
699 - fixed a bug in CheckBranchSize caused some warning to be
700 displayed
701
702 * mhflux/MHAlpha.cc:
703 - removed check for fResult in PostProcess (it is always there)
704
705 * msignal/MExtractTimeFastSpline.cc:
706 - fixed delete --> delete[]
707
708 * mbadpixels/MBadPixelsCalc.cc:
709 - slight change to some output
710
711 * mbase/MTaskEnv.h:
712 - set name of default task when pointer is given
713
714 * mjobs/MJCalibrateSignal.cc:
715 - fixed handling of extraction range for various cases
716 - fixed handling in case no arrival times are calculated
717
718 * mjobs/MJCalibration.cc:
719 - write at least a default arrival time calibration container
720 to make further processing easier
721
722 * mjobs/MJPedestal.[h,cc]:
723 - fixed handling of extraction range for various cases
724
725
726
727 2005/01/14 Abelardo Moralejo
728
729 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
730 - added. Two macros used in the analysis of real wobble mode data.
731
732
733
734 2005/01/14 Daniela Dorner
735
736 * macros/sql/filldotrun.C
737 - added new arehucas-verions and changed code accordingly
738
739
740
741 2005/01/13 Abelardo Moralejo
742
743 * macros/starmc.C
744 - Added (commented) lines for the case of gamma MC source off-axis
745 (wobble mode). Changed default extractor to
746 MExtractFixedWindowPeakSearch.
747
748
749
750 2005/01/13 Raquel de los Reyes
751
752 * callisto.rc
753 - introduced several configuration lines
754 (format: "class".DataCheck: No) to allow callisto
755 to run with rawfiles. Necessary for the datacheck.
756
757
758
759 2005/01/13 Markus Gaug
760
761 * mcalib/MCalibColorSet.cc
762 - fixed runs 45605-45609
763
764 * msignal/MExtractor.h
765 - take out the variable fHiLoLast from the streamer. Will be
766 initialized in the ReInit(), if needed
767
768 * msignal/MExtractor.cc
769 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
770 the same extractor may have that variable set to a certain
771 value, even if not desired. The ReInit() fixes fHiLoLast, if
772 different from 0.
773
774 * mpedestal/MExtractPedestal.cc
775 * mpedestal/MPedCalcPedRun.cc
776 * mpedestal/MPedCalcFromLoGain.cc
777 - fix the output of the print to the correct value for the case
778 that the extractor is used.
779
780
781 2005/01/13 Thomas Bretz
782
783 * callisto.rc:
784 - fixed some typos
785
786 * mbase/MLog.cc:
787 - unset DEBUG defined unintentionally
788
789 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
790 - removed printing Weights in InitArrays, because otherwise
791 the output of a full data calibration is totally crowded
792 with numbers. Having the weights-file name on the display
793 is perfectly enough.
794
795
796
797 2005/01/12 Markus Gaug
798
799 * mcalib/MCalibrationIntensityRelTimeCam.cc
800 - added fit to improve averageing of the obtained results
801
802
803
804 2005/01/12 Thomas Bretz
805
806 * manalysis/MMatrixLoop.cc:
807 - changed name to MRead because it now derives from MRead
808
809 * mbase/MEvtLoop.[h,cc]:
810 - implemented an option not to cascade the status display to the
811 parameter list in PreProcess
812
813 * mhflux/MHAlpha.cc:
814 - changed name of "Significance" to "MinimizationValue"
815 - return -significance to have a value being minimized
816
817 * mhist/MHCamera.cc:
818 - fixed output of text in legend
819
820 * mhist/MHEvent.[h,cc]:
821 - implemented new options for calibrated pedestals
822
823 * mmain/MEventDisplay.cc:
824 - fixed to support latest changes in MJCalibrateSignal
825
826 * mpedestal/MPedPhotCam.cc:
827 - added new options in GetPixelContent (4 and 5) to support
828 a correct camera display
829
830 * mjobs/MJCalibrateSignal.cc:
831 - fixed display of calibrated pedestal and pedestal rms
832 - changed order of plots. Now all interpolated values
833 (means all calibrated values which are bad-pixel treated)
834 are displayed behind the unsuitable pixels.
835
836 * mjobs/MJ*.cc:
837 - corrected all wrong %06d to %08d to fit the number of
838 digits in run-numbers
839
840
841
842 2005/01/11 Abelardo Moralejo
843
844 * mjobs/Makefile
845 - added missing include -I ../mtrigger
846
847
848
849 2005/01/11 Thomas Bretz
850
851 * callisto.cc, callisto.rc:
852 - changed such, that all three kinds of pedestals are calcualted
853 (usefull for studies)
854
855 * manalysis/MMatrixLoop.[h,cc]:
856 - derived from MRead
857 - implemented some basic functions from MRead
858
859 * mfilter/MFCosmics.[h,cc]:
860 - allow setting of name of MPedestalCam
861
862 * mhbase/MBinning.[h,cc]:
863 - added SetEdges taking MParList as input
864
865 * mhflux/MHAlpha.cc:
866 - use new function from MBinning
867
868 * mjobs/MJCalibrateSignal.[h,cc]:
869 - changed to calculate all three kinds of pedestals
870 - added filters for trigger pattern and illuminated events
871
872 * mjobs/MJPedestal.cc:
873 - give different names to tabs with different pedestals
874
875 * mjobs/MJStar.cc:
876 - on request changed used pedestal from "FromExtractor" to
877 "FromExtractorRndm"
878
879 * mtrigger/MTriggerPattern.h:
880 - added Reset function
881
882 * mtrigger/MTriggerPatternDecode.[h,cc]:
883 - added using file format version number
884
885
886
887 2005/01/11 Markus Gaug
888
889 * mbadpixels/MBadPixelsPix.cc
890 - updated documentation
891
892 * mcalib/MCalibrationChargeCalc.cc
893 - make pixels with deviating number of phes unreliable instead of
894 unsuitable (this was already thought so, but missed to modify
895 at one place).
896
897 * mhcalib/MHCalibrationCam.[h,cc]
898 - add possible flag 'kInterlaced': default: kFALSE (like before)
899 - added pointer to MRawEvtHeader to deny cosmics events in case
900 of 'interlaced' flag is set. No changes for 'normal' calibration
901
902
903
904 2005/01/10 Benjamin Riegel
905
906 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
907 - added two classes for implementing starguider-data
908
909 * mreport/ReportLinkDef.h
910 - added class MReportStarguider to be linked:
911 #pragma link C++ class MReportStarguider+;
912
913 * mreport/Makefile
914 - added file MReportStarguider.cc
915
916 * merpp.cc
917 - added two containers ( MReportStarguider, MTimeStarguider ) and
918 added MReportStarguider to the list:
919 w->AddContainer("MReportStarguider", "Starguider");
920 w->AddContainer("MTimeStarguider", "Starguider");
921 r->AddToList("MReportStarguider");
922
923
924
925 2005/01/10 Markus Gaug
926
927 * mcalib/MCalibColorSet.cc
928 - return kFALSE for CL-run instead of kTRUE
929
930 * mcalib/MCalibrationChargeCalc.cc
931 - stop program in case that multiple colours are found in same file
932 without intensity calibration
933
934 * mbadpixels/MBadPixelsPix.h
935 - added two new possible UnCalibrated_t flags for the hi-lo
936 calibration
937
938 * macros/calibration.C
939 - add the calls to:
940 MArray::Class()->IgnoreTObjectStreamer();
941 MParContainer::Class()->IgnoreTObjectStreamer();
942 in main.
943
944 * msignal/MExtractor.h
945 - added Getter for fOffsetLoGain (was still missing)
946
947 * mhcalib/MHCalibrationChargeCam.[h,cc]
948 - remove pixels with histogram overflow only if their percentage
949 passes a certain limit (default: 0.5%). Before, every overflow
950 lead to an unsuitable pixel.
951
952 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
953 - implemented changes suggested by T.B. to speed up calculations
954 - take fNameWeightsFile into the streamer, otherwise the Clone()
955 will always create an extractor with cosmic's weights.
956 - set fOffsetLoGain to a slighly higher value. The DF seems to
957 have a different offset since it uses different pulse shapes
958 and thus sightly different time definitions.
959
960
961
962 2005/01/10 Thomas Bretz
963
964 * mhvstime/MHVsTime.cc:
965 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
966
967 * callisto.cc:
968 - changed such, that the calculated pedestal is not random
969 anymore
970 - added code to calculate the pedestal also with randomization,
971 but this code is for the moment commented out.
972
973 * callisto.rc:
974 - fixed naming of pedestal calculation
975
976 * mbadpixels/MBadPixelsCalc.cc:
977 - added a second check which compares the pedestal rms with
978 the variance of the pedestal rms in the same sector
979
980 * mjobs/MJCalibrateSignal.[h,cc]:
981 - changed to calculate the pedestal from extractor without
982 randomization
983 - added code to calculate the pedestal also with randomization,
984 but this code is for the moment commented out.
985
986 * mjobs/MJCalibration.cc:
987 - made sure that pedcam always has the correct name
988 (FIXME? Print a warning if it has the wrong name)
989
990 * mjobs/MJPedestal.[h,cc]:
991 - changed such, that it allows the calculation of pedestals
992 in three different ways (fundamental, fromextractor,
993 fromextractorrndm)
994 - therefor removed SetExtractorResolution and added
995 + void SetExtractionFundamental()
996 + void SetExtractionWithExtractorRndm()
997 + void SetExtractionWithExtractor()
998
999 * mjobs/MJStar.cc:
1000 - changed/fixed the input name of the MPedPhotCam used in the
1001 image cleaning
1002
1003 * mraw/MRawFileRead.[h,cc]:
1004 - changed return type of OpenNextFile
1005 - in some cases return kERROR in OpenNextFile to abort the Processing
1006 with an error
1007
1008 * mraw/MRawRunHeader.cc:
1009 - call a wrong file format version ERROR now
1010
1011 * mhflux/MAlphaFitter.[h,cc]:
1012 - make sure that resetted values are returned if fit failed
1013 - set default scaling too kOffRegion
1014
1015 * mhflux/MHAlpha.cc:
1016 - some small fixes to handling of MHAlphaOff
1017
1018 * mhflux/MHFalseSource.[h,cc]:
1019 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1020 - updated display accordingly
1021 - updated fit accordingly
1022 - removed catalog temporarily from plots until I found the
1023 reason for the strange crashes
1024
1025 * mbadpixels/MBadPixelCalc.[h,cc]:
1026 - implemented the possibility to check the pedestal rms against the
1027 variance of the pedstal rms, too. The option is curretly switched
1028 off.
1029 - enahanced informal output in PreProcess
1030
1031 * mbase/MTaskList.cc:
1032 - a little change to some output
1033
1034
1035
1036 2005/01/10 Wolfgang Wittek
1037
1038 * mfbase/MFEventSelector2.cc
1039 - check whether filter exists before calling
1040 filter->CallPreProcess(parlist)
1041
1042
1043
1044 2005/01/08 Markus Gaug
1045
1046 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1047 * mcalib/MCalibrationHiLoCam.[h,cc]
1048 * mcalib/MCalibrationHiLoPix.[h,cc]
1049 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1050 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1051 mcalib/CalibLinkDef.h
1052 - new classes for calibration of conversion high-gain vs. low-gain
1053
1054 * msignal/MExtractedSignalPix.[h,cc]
1055 - added data member fChisquare, set to -1. by Clear() and Reset()
1056 - raised version number by 1
1057
1058 * msignal/MExtractedSignalCam.[h,cc]
1059 - added data member fNdf, set to -1 by default
1060 - new function: GetProb(const Int_t pixidx) to be called to
1061 calculate the joint probability of Chisquare of pixel "pixidx"
1062 and fNdf
1063 - added documentation of data members
1064 - raised version number by 1
1065
1066 * mhcalib/MHCalibrationChargeCam.cc
1067 - strengthened default histogram limits a bit, should accelerate
1068 the calibration by 20%.
1069
1070 * mjobs/MJCalibrateSignalFromOutside.cc
1071 - fixed two lines to compile MCalibrateData with the recent changes
1072 by TB
1073
1074 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1075 - fixed two bugs introduced yesterday by TB.
1076
1077 * msignal/MExtractTimeAndChargeSpline.cc
1078 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1079 - adopt part of TB's speed accelerations into these classes
1080
1081 * msignal/MExtractTimeAndCharge.cc
1082 - fix the low-gain extraction window for the case that the high-gain
1083 is saturated. Was skipped so far.
1084
1085
1086
1087 2005/01/07 Markus Gaug
1088
1089 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1090 - catch the case that more than 90% of the pixels have saturated
1091 signals and fix the extraction window from the occurrance of
1092 saturation, then. Important for high-intensity calibration events.
1093
1094
1095 * msignal/MExtractor.cc
1096 * msignal/MExtractTime.cc
1097 * msignal/MExtractTimeAndCharge.cc
1098 - added some documentation
1099
1100 * msignal/MExtractTime.[h,cc]
1101 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1102 the header-file.
1103
1104
1105
1106
1107 2005/01/07 Abelardo Moralejo
1108
1109 * mbase/MLog.h
1110 - Added #include "TSystem.h", otherwise gSystem is not recognized
1111 in Mac OSX.
1112
1113 * manalysis/MMakePadHistograms.cc
1114 - Changed badcalc.SetNamePedPhotContainer to
1115 badcalc.SetNamePedPhotCam
1116
1117
1118
1119 2005/01/07 Thomas Bretz
1120
1121 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1122 - replaced PedPhotContainer by PedPhotCam for consistency
1123
1124 * mbase/MLog.[h,cc]:
1125 - return *this in Seperator()
1126
1127 * mbase/MPrint.[h,cc]:
1128 - use new separator manipulator in PreProcess
1129 - fixed a type: separator instead of seperator
1130
1131 * mfileio/MReadTree.[h,cc]:
1132 - added a check for branch->IsAutoDelete() in Notify()
1133
1134 * mpedestal/MExtractPedestal.[h,cc]:
1135 - added new option 'fRandomCalculation' be used to switch on-/off-
1136 randomization in extractors, the default should be like before
1137 - added Process() calling Calc()
1138
1139 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1140 - renamed Process() to Calc()
1141
1142 * Makefile:
1143 - removed macros/calibration.C, which seems to have been
1144 unintantionally introduced.
1145
1146 * manalysis/Makefile:
1147 - removed unintantionally introduced wrong include
1148
1149 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1150 - a small acceleration discussed with Hendrik by replacing a
1151 counter in a loop by pointer arithmetics
1152
1153 * mraw/MRawEvtPixelIter.cc:
1154 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1155 read one byte behind the end of the array
1156 - fixed HasLoGain() which really did weired things, means accessing
1157 sometimes memory somewhere. This could theoretically result
1158 in assigning the wrong lo-gains to the wrong pixels.
1159
1160 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1161 mtrigger/MFTriggerPattern.[h,cc]:
1162 - added
1163
1164 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1165 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1166
1167 * manalysis/MEnergyEstParam.h:
1168 - added a new function SetVariables calling SetCoeff
1169
1170 * mcalib/MCalibrateData.[h,cc]:
1171 - removed data members for container names
1172 - added new lists for container names
1173 - allow to calibrate more than one pedestal container at the same
1174 time
1175
1176 * mjobs/MJCalibrateSignal.cc:
1177 - changed accordingly
1178
1179
1180
1181 2005/01/05 Thomas Bretz
1182
1183 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1184 mhcalib/MHCalibrationRelTimeCam.cc:
1185 - made some output lines fit into convinience window of 80 col
1186
1187 * mhist/MHCamEvent.cc:
1188 - make sure that x-axis has correct title
1189
1190 * msignal/MArrivalTimePix.cc:
1191 - init error to -1 which is a obviously non valid value
1192 - fixed IsValid() which gave wrong results
1193
1194 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1195 - made sure that LoGain is flagged non-valid if no lo-gain exists
1196 - push time back at the edge of the allowed limits if outside
1197
1198 * mbase/MGList.[h,cc]:
1199 - introduced new functions Delete and DeletePictures
1200 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1201 correctly removed from ListOfCleanups
1202
1203 * mbase/MLog.cc:
1204 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1205 from the list
1206
1207 * mbase/MParContainer.[h,cc]:
1208 - replaced return type of GetDescriptor by TString. The old version
1209 was terribly wrong! The returned memory wasn't removed as soon
1210 as the function returned.
1211
1212 * mbase/MStatusDisplay.[h,cc]:
1213 - for security (thread safty) replaced all Form() by MString::Form()
1214 - implemented a more secure scheme of Closing (Clone()) this was
1215 a hint given by valgrind
1216 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1217 - fixed some lines in pulldown-menus
1218 - add TPads to ListOfCleanups in ClonePad (workaround!)
1219
1220 * mbase/MString.[h,cc]:
1221 - implemented a new static Form() function returning a copy of
1222 the result
1223
1224 * mbase/MTask.[h,cc]:
1225 - replaced return type of GetDescriptor by TString. The old version
1226 was terribly wrong! The returned memory wasn't removed as soon
1227 as the function returned.
1228 - Made GetDescriptor thread safe using MString::Form
1229
1230 * mfileio/MWriteRootFile.cc:
1231 - Use GetDescriptor().Data() when using any kind of printf function
1232
1233 * mhbase/MFillH.cc:
1234 - replaced string concatenation in all constructors by a Form
1235 (also suggested by valgrind)
1236
1237 * mhcalib/MHCalibrationRelTimeCam.cc:
1238 - made some output fit into 80col boundary
1239
1240
1241
1242
1243 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1244
1245 * mfht:
1246 - added new directory for hexagonal fourier transformation
1247
1248 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1249 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1250 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1251 mhft/Makefile:
1252 - added
1253
1254 * macros/extendcam.C:
1255 - added: tutorial for MGeomCamExtend
1256
1257 * macros/hft.C:
1258 - added: tutorial for MHexgonalFTCalc
1259
1260 * macros/dohtml.C:
1261 - updated
1262
1263 * macros/rootlogon.C:
1264 - updated
1265
1266 * Makefile:
1267 - mhft added
1268
1269 * mbase/MParContainer.cc, mbase/MLog.cc:
1270 - added a pre-compiler option for destructor debugging
1271
1272 * mbase/MTaskList.[h,cc]:
1273 - added new function Replace
1274
1275 * mdata/MDataChain.cc, mfbase/MF.cc:
1276 - shortened some output
1277
1278 * mdata/MDataArray.[h,cc]:
1279 - added new function FindRule
1280
1281 * mfileio/MReadTree.[h,cc]:
1282 - enhanced functionality to be able to read a TTree stored in memory
1283 instead of a file. Therefor introduced fTree which is now the pointer
1284 used and replaced fChain where TTree and TChain have common behaviour.
1285 Where they behave uncommon new code for the new case has been added.
1286
1287 * mfileio/MWriteRootFile.[h,cc]:
1288 - enhanced functionality to be able to write a TTree into memory
1289 instead of a file. This were maily bugfixes for the case fOut==0, which
1290 must be handled correctly. Becarefull a tree filles without a file
1291 is not deleted automatically!
1292
1293 * mhbase/MBinning.h:
1294 - added copy constructor
1295 - fixed buggy SetEdges(MBinning&) which didn't work
1296
1297 * mhbase/MHMatrix.cc:
1298 - when adding a new rule check first if the same rule already exists
1299
1300 * mhflux/MAlphaFitter.[h,cc]:
1301 - added new functionality to support on-off analysis
1302 - didn't touch existing code
1303
1304 * mhflux/MHAlpha.[h,cc]:
1305 - added new functionality to support on-off analysis
1306 - replaced Fit() calls by newer function calls
1307 - added DrawAll - PRELIMINARY
1308 - fixed a bug when projecting - may be the reson for some strange
1309 crashes
1310
1311 * mcalib/MCalibColorSet.cc:
1312 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1313 in some circumstances to stop the eventloop when it shouldn't
1314
1315 * mjobs/MSequence.cc:
1316 - expand path names
1317
Note: See TracBrowser for help on using the repository browser.