source: trunk/MagicSoft/Mars/Changelog@ 6082

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