source: trunk/MagicSoft/Mars/Changelog@ 6078

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