source: trunk/MagicSoft/Mars/Changelog@ 6115

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