source: trunk/MagicSoft/Mars/Changelog@ 6129

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