source: trunk/MagicSoft/Mars/Changelog@ 6155

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