source: trunk/MagicSoft/Mars/Changelog@ 6096

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