source: trunk/MagicSoft/Mars/Changelog@ 6156

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