source: trunk/MagicSoft/Mars/Changelog@ 6677

Last change on this file since 6677 was 6677, checked in by moralejo, 20 years ago
*** empty log message ***
File size: 70.6 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23 2005/02/25 Abelardo Moralejo
24 * msignal/MC_calibration_weights_UV.dat
25 - Added. Weights file for using the digital filter on MC
26 calibration files. For the moment the weights are the same as in
27 the file calibration_weights_UV.dat, only that high and low gain
28 have both the same weights because for the moment the MC pulse
29 shape is the same in both gain branches.
30
31 2005/02/24 Markus Gaug
32
33 * mjobs/MJCalibrateSignal.cc
34 - include display of pulse times (calculated in the post-process)
35
36
37 2005/02/24 Thomas Hengstebeck
38
39 * macros/RFEnergyEst.C
40 - new macro to show the usage of RFEnergyEst class.
41
42
43
44 2005/02/24 Abelardo Moralejo
45
46 * mtemp/mpadova/macros/resize.C
47 - moved MSrcPosCam output container from RunHeaders to Events tree.
48
49
50
51 2005/02/18 Marcos Lopez
52
53 * mflux/
54 - new directory to store the flux related classes.
55
56 * mflux/MHadAlphaCut.{h,cc}
57 - container to store the optimal hadronness and alpha cut for each bin in
58 estimated energy and theta.
59
60 * mflux/MFHadAlpha.{h,cc}
61 - filter to apply the hadronness and alpha cuts stored in
62 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
63 cut or both.
64
65
66
67 2005/02/18 Markus Gaug
68
69 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
70 - new class to histogram the arrival time of cosmics above a certain
71 threshold.
72
73 * mcalib/MCalibrationPulseTimeCam.[h,cc]
74 - new class container with results of MHCalibrationPulseTimeCam
75
76 * mjobs/MJCalibrateSignal.cc
77 - include MCalibrationPulseTimeCam to display
78
79 2005/02/18 Thomas Bretz
80
81 * mbase/MStatusDisplay.cc:
82 - switch off TH1::AddDirectory during DrawClonePad
83
84 * mjobs/MSequence.[h,cc]:
85 - added some code (still commented) for later use,
86 allowing to setup a different filename for each runfile
87 - added SetNight member function
88 - added Add*Runs member function
89 - with this changes MSequence can replace MRunIter now
90 - allow requesting of standard path from outside
91 (GetStandardPath)
92
93 * Makefile:
94 - added sinope
95
96 * sinope.cc:
97 - added (small tool to check contents of run for datacenter)
98
99 * callisto.cc:
100 - added background information about Callisto
101
102 * ganymed.cc:
103 - added background information about Ganymed
104
105 * mjobs/MJCalibrateSignal.cc:
106 - removed special MC code. The MC files now have a lo-gain
107 switch and we can extract the pedestal rms from lo-gain
108 - don't print statistics if nothing was executed
109 - fixed display. The displayed pedestal RMS was the one
110 caluclated with a extractor but not at random position
111 (This only effects the display, the algorithm was ok)
112
113
114
115 2005/02/17 Markus Gaug
116
117 * mjobs/MJCalibTest.cc
118 - removed bug treating the MC calibration files uncorrectly
119 - added Pixel-Check treatment
120
121 * mjobs/MJCalibration.cc
122 - added Pixel-Check treatment
123
124 * callisto.rc
125 - added pixel-check option
126
127 * msignal/MExtractTimeAndChargeDigitalFilter.cc
128 - calculate high-gain signal even if saturation occurs
129
130
131
132 2005/02/17 Thomas Bretz
133
134 * mjobs/MJStar.cc:
135 - fixed some missing containers in case of MC files
136
137 * callisto.cc:
138 - removed obsolete second check for kModeC
139
140 * mars.rc:
141 - added a lot of option to be able to use a
142 different signal extractor looking into uncalibrated
143 data
144
145 * manalysis/MCameraData.[h,cc]:
146 - added Print() member function
147
148 * manalysis/MCerPhotAnal2.[h,cc]:
149 - switched off writing into MCerPhotEvt
150
151 * mdata/MDataChain.[h,cc]:
152 - added code to handle priorities of operators correctly
153
154 * mhist/MHEvent.cc:
155 - fixed display for MPedestalRMS
156
157 * mjobs/MJCalib.cc:
158 - fixed treatment of PixelCheck resource
159
160 * mjobs/MJCalibrateSignal.cc:
161 - added some comments about Monte Carlo
162 - added MMcFadcHeader to output
163
164 * mjobs/MJPedestal.cc:
165 - do not allow 'UseData' for Monte Carlos. Reason is given as
166 comment in the code
167
168 * mmain/MEventDisplay.[h,cc]:
169 - changed such, that mars.cc allows to set the used extractor
170 - removed the obsolete cam.root, ped.root option
171
172 * mmain/MCameraDisplay.cc:
173 - adapted to change in MEventDisplay
174
175
176
177
178 2005/02/16 Javier Rico
179
180 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
181 mhistmc/HistMcLinkDef.h
182 - Added container class holding the histograms of the coefficients
183 for the (iterative) unfolding.
184
185 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
186 mmontecarlo/MonteCarloLinkDef.h
187 - Added task class to compute the coefficients for the (iterative)
188 unfolding.
189
190 * macros/unfoldCoeff.C
191 - added macro that computes the effective areas and coefficients
192 from a MC input file (with OriginalMC tree and MEnergyEst
193 branch containing the energy estimator). This may be used
194 as layout for spectrum computation program.
195
196
197
198 2005/02/16 Markus Gaug
199
200 * mdata/MDataChain.cc
201 - replaced ROOT version check for the compiler from 4.02.00 to
202 4.01.00
203
204 * mranforest/MRFEnergyEst.cc
205 - include "TVector.h", otherwise this class does not compile
206 in newer root versions
207
208 * msignal/MExtractTimeAndCharge.cc
209 - initialize fLoGainStartShift correctly if read from conf. file
210 and modified fOffsetLoGain exists.
211
212 * msignal/*weights*.dat
213 - new weights with the uniform pedestal RMS. (Please use these!)
214
215 * msignal/pulpo_weights*.dat
216 - new weights with the pulpo-pulse form and without NSB!!
217
218
219
220 2005/02/16 Thomas Hengstebeck
221
222 * mranforest/MRFEnergyEst.[h,cc]
223 - added RF class for energy estimation
224
225 * mranforest/MRFEnergyEst.cc
226 - changed calculation of estimated energy, now interpolated values
227 are returned
228
229
230
231 2005/02/16 Abelardo Moralejo
232
233 * macros/starmc2.C:
234 - Changed the way in which the "OriginalMC" tree is copied from
235 the input to the output file. Now we ise the new procedure
236 MWriteRootFile::AddCopySource
237
238 * mhistmc/MHMcCollectionArea.cc
239 - Changed default fName to "MHMcCollectionArea"
240
241 * mtemp/mpadova/macros/resize.C
242 - Changed weights
243
244
245
246 2005/02/16 Thomas Bretz
247
248 * mbase/MEvtLoop.cc:
249 - fixed a typo
250
251 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
252 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
253 mjobs/MJStar.cc:
254 - optimized size of some output
255
256 * mfileio/MWriteRootFile.[h,cc]:
257 - fixed CopySource option for single-file case
258
259 * mhist/MHCamEvent.cc:
260 - replaced the warn in SetupFill by an inf
261
262 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
263 mhcalib/MHCalibrationChargePINDiode.cc:
264 - removed obsolete output after a failed FindCreateObj (the
265 function itself does the output in case of failure)
266
267 * mhcalib/MHCalibrationCam.cc:
268 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
269 it doesn't result in an fatal error (abort)
270
271 * mranforest/MRanForestCalc.cc:
272 - added a missing debug level to some output
273
274 * mranforest/MRFEnergyEst.[h,cc]:
275 - cleaned up includes
276
277 * callisto.cc, ganymed.cc, star.cc:
278 - implemented enhanced handling of resource debugging
279
280 * mbase/Makefile, mbase/BaseLinkDef.h:
281 - added MEnv
282
283 * mbase/MEnv.[h,cc]:
284 - added
285
286 * mjobs/MJob.[h,cc]:
287 - added new function to allow distribution of extranl MEnv
288 - replaced Bool_t by Int_t for fEnvDebug
289
290 * mjobs/MJPedestal.cc:
291 - adapted to changes of EnvDebug
292
293
294
295 2005/02/15 Abelardo Moralejo
296
297 * macros/mccalibrate.C
298 - fixed small bug
299
300 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
301 * mhistmc/MHMcCollectionArea.[h,cc]
302 - Changed the way of calculating final effective area for data
303 analysis. The new approach requires the use of MC files produced
304 with the current CVS version of camera. We now make use of the
305 true total number of produced MC events, and allow for the
306 setting of a "tentative" differential gamma spectrum to be used
307 in the calculation of effective areas.
308 Removed unused constructor argument "input" in
309 MMcCollectionAreaCalc.
310
311 * macros/collarea.C
312 - Adapted to the new way of calculating effective areas.
313
314
315
316 2005/02/15 Thomas Bretz
317
318 * callisto.rc:
319 - replaced mutal exclusive options (Integral, Amplitude) by
320 a one-line resource
321
322 * msignal/MExtractTimeAndChargeSpline.cc:
323 - replaced mutal exclusive options (Integral, Amplitude) by
324 a one-line resource "ExtractionType" (old code still works)
325
326 * manalysis/MCerPhotEvt.[h,cc]:
327 - added new variables to store information about islands
328 and removed pixels - PRELIMINARY
329 - increased class version number
330
331 * mfilter/MFSoftwareTrigger.cc:
332 - optimized output in PostProcess
333
334 * mimage/MHImagePar.[h,cc]:
335 - added new histograms for new variables in MCerPhotEvt
336
337 * mimage/MImagePar.[h,cc]:
338 - added new data members for the new image parameters
339 - increased class version
340
341 * mimage/MImgCleanStd.[h,cc]:
342 - adapted image cleaning to calculate the new image
343 parameters
344 - added a flag to keep single core pixels
345
346 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
347 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
348 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
349 - renamed GetFileName to GetFullFileName
350
351 * mbase/MInputStreamID.h:
352 - added new member function HasStreamId
353
354 * mbase/MParContainer.[h,cc]:
355 - added a static list to keep track of all created
356 TMathodCall objects
357
358 * mbase/MTask.cc:
359 - enhanced PrintStatistics
360
361 * mfileio/MRead.[h,cc]:
362 - new abstract function GetFullFileName
363 - added implementatio of GetFileName based on GetFullFileName
364
365 * mfileio/MWriteRootFile.[h,cc]:
366 - moved open of a new file to new common member function
367 OpenFile
368 - allow to use an already existing file also when using rules
369 - added a new option which can be used to copy an existing
370 tree (without any change) from the old file into the new file.
371 (in principal you can also do this for some of its branches only)
372 This is done by AddCopySource
373
374 * mjobs/MJCalibrateSignal.cc:
375 - in case of MonteCarlo files write an independant tree
376 'MonteCarlo' for 'MMcEvtBasic'
377
378 * mjobs/MJStar.cc:
379 - copy tree 'MonteCarlo' from old into new files
380
381 * mjobs/MJPedestal.cc:
382 - removed wrong use of MFEventSelector
383
384 * mpedestal/MExtractPedestal.cc:
385 - made sure that fExtractor is correctly pre- and
386 postprocessed.
387
388 * mbase/MTask.cc:
389 - don't preprocess a task if it has been preprocessed already
390
391 * mraw/MRawFileWrite.cc:
392 - if display is set write output to status line
393
394 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
395 - moved code to display filename in status display from
396 MReadMarsFile::Notify to MReadTree::Notify
397
398
399
400 2005/02/15 Markus Gaug
401
402 * mjobs/MJCalib.h
403 - added GetDataFlag(), otherwise code does not compile!
404
405 * mhcalib/MHCalibrationChargeCam.cc
406 - moved default saturation limit for number of high-gain events from
407 0.02 to 0.05.
408
409 * msignal/MExtractTimeAndCharge.cc
410 - lowered default low-gain switch from 150 to 120. (for calibration
411 events which saturate more than 5% of the events).
412
413 * mjobs/MJCalib.[h,cc]
414 - include possibility to display pixels distributions for test
415 reasons
416
417
418
419 2005/02/14 Thomas Bretz
420
421 * callisto.cc, ganymed.cc, star.cc:
422 - added some more information to '--help' output
423 - replaced MSequences by MDataSet
424 - implemented new debugging options (maybe not perfect yet)
425 --print-files and --print-found
426
427 * mjobs/MJCut.[h,cc]:
428 - replaced MSequences by MDataSet
429 - write MEnergyEst
430 - recalculate MHillasSrc
431 - made sure both MWriteRootFile have different names
432 - don't use "same" option if no off-data
433
434 * mjobs/MSequences.[h,cc]:
435 - removed
436
437 * mjobs/MDataSet.[h,cc]:
438 - added
439
440 * manalysis/MEventRateCalc.[h,cc]:
441 - added a fix which make sure, that the rate is not influenced
442 too much by the start of data taking
443 - fixed setting of mean time corresponding to rate-interval
444
445 * mraw/MRawFileRead.[h,cc]:
446 - calculate total number of events from all files in PreProcess
447
448 * mcalib/MCalibConstCam.cc:
449 - added case 2 to GetPixelContent
450
451 * mjobs/MJCalibrateSignal.cc:
452 - fixed redirection of stream with interleaved calibration infos
453 - changed 'Arrival Time' to 'Calibrated Arrival Time'
454 - display interpolated signal in equivalent photoelectrons to
455 to get rid of scaling effects which makes it difficult to see
456 details of the structure of the inner pixels in the histogram.
457 With this you can immediatly see whether the relative number
458 of phe in the outer pixels is equiv. to the inner pixels.
459 - the same for the calibration factor - with the same argument
460 - adapted to change in MWriteRootFile
461 - use MReadMarsFile for Monte Carlo flag set
462
463 * mhist/MHCamera.cc:
464 - changed drawing such, that NaN is not displayed anymore
465
466 * Makefile:
467 - added new program ganymed
468
469 * mfileio/MWriteRootFile.[h,cc]:
470 - added possibility to use UPDATE mode with rules (dangerous!)
471 as discussed with Abelardo, Daniel M. and Thomas S.
472
473 * mjobs/MJStar.cc:
474 - adapted to change in MWriteRootFile
475 - added software trigger (still untuned) as suggested by
476 Thomas S.
477 - added calculation of source position before calculation
478 of image parameters
479 - added MPointingPos to Events-Tree
480 - removed MPointingPos from Drive-Tree
481 - renamed sub-tasklists to something more intuitive
482
483 * mjobs/Makefile, mjobs/JobsLinkDef.h:
484 - added MJCut.cc
485
486 * mraw/MRawFileRead.cc:
487 - return kERROR if ReInit fails
488
489 * mfilter/MFSoftwareTrigger.[h,cc]:
490 - updated to allow using time coincidence
491 - changed default values
492 - added a pattern independant trigger algorithm
493
494 * mbase/MDirIter.cc:
495 - implemented option 'dbg' in Print()
496
497 * mjobs/MJCalib.h:
498 - added a getter for data-flag (should be renamed
499 to 'datatype' soon)
500
501
502
503 2005/02/12 Abelardo Moralejo
504
505 * mtemp/mpadova/macros/wobblemap.C
506 - Added. Macro to do some studies on wobble mode data.
507
508 * macros/mccalibrate.C
509 - Added option to divide the output in a train and a test sample.
510 Included in output new container MMcEvtBasic (if found in input
511 files) for later use in effective areas calculations.
512
513 * macros/starmc2.C
514 - Added writing out of new container MMcEvtBasic. Removed
515 possibility of splitting output in train and test samples, since
516 this has now to be done in mccalibrate.C to make possible that
517 the tree OriginalMC containing MMcEvtBasic has all the original
518 MC events (and only those) from which the events present in the
519 Events tree derive.
520
521 * macros/starmc.C
522 - Changed a couple of wrong "." by "->" in function calls. Changed
523 default tail cuts.
524
525
526
527 2005/02/12 Markus Gaug
528
529 * msignal/MExtractTimeAndChargeSpline.cc
530 - change default rise time to 0.5 and default fall time to 1.5
531
532 * callisto.rc
533 - made intitializations of extractors more explicit
534
535 * mpedestal/MExtractPedestal.cc
536 - make check for even number of slices in the case of "fundamental"
537 pedestal calc.
538
539 * mcalib/MCalibrationChargeCalc.cc
540 - take out some commented code
541
542 * mjobs/MJCalib.h
543 - removed GetDataFlag()
544
545
546
547 2005/02/12 Abelardo Moralejo
548
549 * mmc/MMcTrig.hxx
550 - Added getter GetNumFirstLevel. This is necessary if that data
551 member is to be used for instance in MF filters. There was
552 already a getter, but it is called GetFirstLevel and hence not
553 recognized.
554
555
556
557 2005/02/11 Abelardo Moralejo
558
559 * mmc/MMcEvtBasic.[h,cc]:
560 - New class. Contains 5 very basic MC parameters which we intend
561 to save for all generated Corsika events. This is needed for
562 proper effective area calculations.
563
564 * mmc/Makefile, McLinkDef.h
565 - Added new class above.
566
567
568
569 2005/02/11 Thomas Bretz
570
571 * mfileio/MWriteRootFile.[h,cc]:
572 - added the possibility to write to an already existing file.
573 This doesn't affect the old behaviour, but using this new feature
574 might still have problems.
575
576 * mfileio/MReadReports.cc:
577 - fixed column-level in PrintStatistics
578
579 * mjobs/MJCalibrateSignal.cc:
580 - keep MMcRunHeader in the output
581
582
583
584 2005/02/10 Abelardo Moralejo
585
586 * macros/mccalibrate.C
587 - Added possibility to calibrate in photons or photoelectrons
588
589 * macros/starmc2.C
590 - Added comment about value of cleaning levels
591
592
593
594 2005/02/10 Markus Gaug
595
596 * mcalib/Makefile
597 * mcalib/CalibLinkDef.h
598 * mcalib/MCalibrate.[h,cc]
599 - removed mcalib/MCalibrate.* because it has been replaced by
600 MCalibrateData
601
602 * mmain/MEventDisplay.cc
603 - replaced MCalibrate by MCalibrateData
604
605 * mhcalib/MHCalibrationCam.cc
606 - replaced warning about empty histogram from red (err) by
607 yellow (warn).
608
609 * mcalib/MCalibColorSet.cc
610 - return kTRUE in case of MC-file
611
612 * msignal/MExtractTimaAndChargeSpline.[h,cc]
613 - make sure that all variables are set correctly independent on
614 the order of their initialization by the user
615
616
617
618 2005/02/10 Thomas Bretz
619
620 * mgeom/MGeomCam.[h,cc]:
621 - added new member functions (GetNeighbors) to get all pixels
622 around a given pixel with a given radius
623
624 * mars.rc:
625 - use same values for image cleaning as default in star
626
627 * mpointing/MSrcPosCalc.[h,cc]:
628 - added the possibility to set the Source position from
629 a resource file
630
631 * mjobs/MJStar.cc:
632 - write MMcRunHeader to RunHeaders
633
634 * mfileio/MWriteRootFile.cc:
635 - removed an obsolete line
636 - removed a debug line which should not be there
637
638 * mimage/MHillas.h:
639 - added new Getter GetDist0 returning the distance to the
640 camera center
641
642 * mhflux/MHFalseSource.cc:
643 - the scaling in Paint() was nonsense in case we are looking
644 at on/off-data. Fixed.
645
646
647
648 2005/02/10 Abelardo Moralejo
649
650 * manalysis/MMcCalibrationUpdate.h
651 - Added comment on new member fSignalType. Sorry for compilation
652 problems... I forgot to commit the header yesterday, but M. Gaug
653 did it.
654
655 * macros/starmc.C
656 - Cleaned up a little bit, made the option to choose between
657 calibration in photons or phe- easier to set.
658
659 * manalysis/MMcCalibrationUpdate.[h,cc]
660 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
661 default for consistency with MCalibrateData.
662
663
664
665 2005/02/09 Abelardo Moralejo
666
667 * manalysis/MMcCalibrationUpdate.cc
668 - Updated to make the MC calibration in phe- work
669
670 * macros/starmc.C
671 - same as above. Now default is calibration in phe-
672
673 * mraw/MRawEvtHeader.h
674 - Added setter for the trigger pattern, absolutely needed for
675 creating proper MC root files.
676
677
678
679 2005/02/09 Markus Gaug
680
681 * manalysis/MMcCalibrationUpdate.h
682 - added missing declaration of fSignalType
683
684 * mjobs/MJPedestal.[h,cc]
685 * mjobs/badpixels_0_559.rc
686 * callisto.rc
687 - allow exclusion of bad pixels from the beginning (default is
688 Pixel 0 and 559).
689 - removed some obsolete includes
690 - took out data member fPedestalHist from MJPedestal.h which removes
691 the crash, however I don't understand why it caused the crash!!!
692 There seem to be problems with memory usage either in callisto.cc
693 or in this class!!
694 (valgrind shows several memory leaks in the TG... classes).
695
696 * mjobs/MJCalibration.cc
697 - write display and containers also in case of failure of eventloop
698
699 * mhcalib/MHGausEvents.cc
700 - make default display window 600x600
701
702 * mcalib/MCalibrationQECamMagic.cc
703 - updated five pixels
704
705 * mpedestal/MExtractPedestal.[h,cc]
706 * mpedestal/MPedCalcPedRun.cc
707 * mpedestal/MPedCalcFromLoGain.cc
708 - included possibility for intermediate pedestal cam (not yet used)
709
710 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
711 - initialize the bad events counters to 0 also in constructor
712 - release the limit for bad events a bit
713
714 * mcalib/MCalibrationTestCam.h
715 - take out include of TArrayI (already in base class)
716
717 * mcalib/MCalibrateData.h
718 - make default argument for SetSignalType kPhe.
719
720 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
721 - removed
722
723
724
725 2005/02/08 Markus Gaug
726
727 * mhcalib/MHCalibrationCam.cc
728 * mcalib/MCalibrationChargeCalc.cc
729 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
730
731
732
733 2005/02/08 Thomas Bretz
734
735 * mpointing/MPointingPosInterpolate.cc:
736 - use debug option in addition to switch off output from internal
737 eventloop. It is confusing having this output inside another
738 eventloop.
739 - updated missing connections in class description
740
741 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
742 - made sure that output of PostProcess fits into 80col boundary
743
744 * mimage/MHillas.cc:
745 - removed an obsolete call to TLine::Paint() in Paint.
746
747
748
749 2005/02/07 Thomas Bretz
750
751 * mbase/MFilter.cc:
752 - use paranthesis around ClassName in GetRule
753
754 * mdata/MDataFormula.h:
755 - fixed a wrong comment in variable description
756
757 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
758 mjobs/MJCalibrateSignal.cc,
759 mjobs/MJCalibrateSignalFromOutside.cc:
760 - to make sure there are no missunderstandings we have to
761 replace all occurances of 'Variance' by 'SqrtVariance'
762 (it was not my decision)
763
764 * mastro/MAstro.[h,cc]:
765 - added new function Angle2Coordinate
766
767 * mbase/MTaskEnv.[h,cc]:
768 - fixed a bug which caused the resource task to be ignored
769 if the default task was '<dummy>'
770
771 * mhbase/MH3.cc:
772 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
773 instead of FindObject) which caused the histogram to
774 be put a lot of times into the pad.
775
776 * mjobs/MJCalib.[h,cc]:
777 - derived MJCalib from MJob in order to be able to move
778 common code from derived classes into the base-class
779 - implemented CheckEnvLocal to handle the resource 'DataType'
780 - changed publicity of some variables and functions
781 to allow setting file type from outside
782 - added new function to set data-type for use in callisto.cc
783
784 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
785 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
786 - removed double inheritance, replaced by single inheritance
787 from MJCalib
788 - replaced code to handle the resource 'DataType' by the
789 common code in the base class
790 - put reading of reference file into a new member function
791 to make source code reading resource file simpler and to
792 be able to write a function description about it (simple
793 copy&past)
794
795 * callisto.cc:
796 - added option for file-type
797
798 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
799 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
800 - added to repository, but not yet to Makefile because
801 there is still some work to be done. But whoever is
802 interested in the new classes/program may already use it.
803
804 * mhflux/MAlphaFitter.[h,cc]:
805 - added option to choose the minimization value
806
807 * mhflux/MHAlpha.cc:
808 - replaced significance by minimization value
809
810 * mhflux/MHEffectiveOnTime.cc:
811 - use E-Option when fitting to improve error calculation
812 by using Minos technique
813
814
815
816 2005/02/04 Markus Gaug
817
818 * mjobs/MJCalibration.cc
819 - found a "the `impossible' happened" when running callisto with
820 a pure signal extractor --> MExtractTimeFastSpline has some
821 problems with the management of the internal arrays. Replaced it
822 by MExtractTimeHighestIntegral as default which is as good.
823
824 * callisto.rc
825 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
826 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
827 now tested and checks for the positions of the pulse within the
828 DAQ-window.
829
830
831
832 2005/02/04 Thomas Bretz
833
834 * Makefile.rules:
835 - fixed creation of main MDep.d
836
837 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
838 - added commandline option --version
839
840 * mbase/MFilter.cc:
841 - changed default for 'GetRule'
842
843 * mbase/MParContainer.cc:
844 - simplified GetNewObject
845
846 * mfbase/MF.cc:
847 - if no conditional sign is found try to create
848 MFilter-object
849
850 * mraw/MRawEvtData.cc:
851 - fixed the initialization of fABFlags in case maxid==0 which
852 is the default. This caused MRawEvtPixelIter::HasABFlag
853 to do unallowed access to memory for old root-files without
854 the AB flag, because it assumed (due to size==1) that the
855 data contains the ab flag
856
857 * mraw/MRawEvtPixelIter.[h,cc]:
858 - removed some obsolete debug comments
859 - simplified HasABFlag
860
861 * manalysis/MCerPhotPix.h:
862 - removed the `!` again. It gave problems with the Mars
863 display. We agreed that this is a minor problem because
864 the structure of MCerPhot* will chnage soon in any case.
865
866
867
868 2005/02/04 Abelardo Moralejo
869
870 * macros/starmc2.C
871 - added to output missing container MConcentration.
872
873
874
875 2005/02/03 Thomas Bretz
876
877 * mfbase/MFilterList.[h,cc]:
878 - added new function AddToList(TCollection&)
879
880 * mhbase/MFillH.cc:
881 - print a warning if 'same'-option given without
882 a corresponding existing tab
883
884 * mhflux/MHAlpha.[h,cc]:
885 - made time bins settable by user
886
887 * mfileio/MWriteRootFile.cc:
888 - fixed ReInit and a warning output when writing to memory
889
890
891
892 2005/02/03 Markus Gaug
893
894 * mcalib/MCalibColorSet.[h,cc]
895 - implement possibility to set colour explicitely (e.g. for MC).
896
897 * msignal/MExtractTimeAndChargeDigitalFilter.cc
898 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
899
900 * mjobs/MJPedestal.cc
901 - in case, extractor is used, put the extractor into the tasklist,
902 otherwise ranges do not get initialized correctly (wrong memory
903 usage!). Use an event selector, however to not skip the Process.
904 This is as fast as before and now safe for any kind of extractor
905
906 * mcalib/MCalibrationCam.h
907 * mcalib/MCalibrationTestCam.h
908 * mcalib/MCalibrationTestCam.cc
909 - initialize a missing array in InitAverageAreas
910
911 * mraw/MRawEvtHeader.h
912 - introduced Setter() of cal. pattern for Abelardo
913
914
915
916 2005/02/02 Markus Gaug
917
918 * mcalib/MCalibrationChargeCam.cc
919 - fixed small bug in the display of mean charges when low-gain was
920 used.
921
922 * msignal/MExtractor.cc
923 - print the missing overlap between high-gain and low-gain
924 in the Print() function
925 - remove setting of fHiLoLast in PreProcess, otherwise cloned
926 extractors do not work any more with windows exceeding the
927 high-gain range.
928
929 * mhcalib/MHCalibrationTestCam.[h,cc]
930 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
931 - set proper probability limits for the fits
932
933 * mcalib/MCalibrateData.cc
934 - catch the case in which no interlaced cal. events are being sent
935 by the pulser box.
936
937 * mjobs/MJCalib.[h,cc]
938 - put the data type enum in a new base class
939
940 * mjobs/MJCalibTest.[h,cc]
941 - re-name old class MJExtractCalibTest to MJCalibTest and make it
942 compatible with the sequence-files.
943
944 * mjobs/MJExtractCalibTest.[h,cc]
945 - removed
946
947 * mjobs/MJCalibrateSignal.cc
948 - put a compiler warning about the default cal. to photo-electrons
949
950 * callisto.cc
951 - add new flag "--use-test" to enable the MJCalibTest facility
952 (default: not used)
953
954
955
956 2005/02/01 Raquel de los Reyes
957
958 * mjobs/MSequence.h
959 - Added "Get" functions for the TArrays variables.
960
961
962
963 2005/02/01 Markus Gaug
964
965 * mjobs/MJPedestal.[h,cc]
966 * mjobs/MJCalibration.[h,cc]
967 * mjobs/MJCalibrateSignal.[h,cc]
968 * callisto.rc
969 - put enum for data type. Can now set the data type (mc, raw, root)
970 without running the data check.
971
972 * mhcalib/MHCalibrationCam.cc
973 - return kTRUE in PostProcess if GetNumExecutions is 0
974
975 * mcalib/MCalibrationChargeCalc.cc
976 - return kTRUE in PostProcess if GetNumExecutions is 0
977
978
979
980 2005/02/01 Daniel Mazin
981
982 * MPointingPosInterpolate.cc:
983 - fixed bug to match the units of Ra and Decl in MPointingPos
984 - fixed bug in handling of events with times outside of times from
985 MDrive tree
986
987
988
989 2005/02/01 Thomas Bretz
990
991 * showplot.cc:
992 - another fix to make the batch mode working (you can use the batch
993 mode to convert a root-file into another format)
994
995
996
997 2005/01/31 Thomas Bretz
998
999 * mbase/MStatusDisplay.cc:
1000 - fixed handling of batch mode in GetCanvas(const TString &name)
1001 - don't skip already existing tabs in Display()
1002
1003
1004
1005 2005/01/31 Raquel de los Reyes
1006
1007 * mjobs/MSequence.h
1008 - Added "Get" functions for some of the sequence.txt file
1009 parameters.
1010
1011
1012
1013 2005/01/31 Markus Gaug
1014
1015 * mjobs/MJob.[h,cc]
1016 * mjobs/MJCalibrateSignal.[h,cc]
1017 * mjobs/MJCalibration.[h,cc]
1018 - move file type enum to base class
1019
1020 * mjobs/MJCalibrateSignal.[h,cc]
1021 - allow also for direct setting of an MRunIter (not used in
1022 callisto).
1023
1024 * mcalib/MCalibrationChargeCalc.[h,cc]
1025 - test also for pulser strength changes additionally to changes in
1026 colour.
1027
1028
1029
1030 2005/01/31 Abelardo Moralejo
1031
1032 * mpointing/MSrcPosCalc.cc
1033 - Create only one instance of MAstroSky2Local for the
1034 transformations, instead of two identical ones, as it was before.
1035
1036
1037
1038 2005/01/30 Markus Gaug
1039
1040 * mjobs/MJCalibration.cc
1041 * mjobs/MJPedestal.cc
1042 * mjobs/calibrationref_Nov04.rc
1043 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
1044 - updated correct display of reference lines
1045
1046
1047
1048 2005/01/29 Markus Gaug
1049
1050 * msignal/MExtractFixedWindowSpline.[h,cc]
1051 - fixed a bug occurring with overlapping windows between high-gain
1052 and low-gain
1053
1054 * msignal/MExtractFixedWindowPeakSearch.cc
1055 - take out call to fSignals->Clear() which is already done in
1056 MTaskList.
1057
1058 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
1059 - new extractor reducing the bias and solving the problem with the
1060 jumping pulse readout.
1061
1062
1063
1064 2005/01/28 Abelardo Moralejo
1065
1066 * mpointing/MSrcPosCalc.cc
1067 - updated. Make it work as desired: obtain for each event the x,y
1068 position on the camera of a source whose celestial coordinates
1069 (J2000) have been set by the user in the container "MSourcePos"
1070 of type MPointingPos, added to the parameter list. If the
1071 container MSourcePos is not found, the center of the camera (or
1072 other fixed position x,y set in the parameter list by the user -
1073 in MSrcPosCam) is used as source position for all the events in
1074 the loop.
1075
1076
1077
1078 2005/01/28 Thomas Bretz
1079
1080 * mjobs/MJCalibrateSignal.cc:
1081 - fixed that extract1,2,3 haven't been deleted if loop failed.
1082 - print tasklist also if loop failed.
1083 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
1084 the event processing tasklist
1085
1086 * callisto.rc:
1087 - added comments about "FinalFantasy" into call
1088 - added comment for obsolete resources as discussed yesterday
1089 evening: TimeUpperLimit
1090
1091 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
1092 mpedestal/MPedPhotPix.h:
1093 - replaced TruncatePrecision by ReducePrecision (its simply a better
1094 name)
1095
1096 * mbase/MParList.cc:
1097 - added a check to make 200%(!) sure that the container added
1098 to the list is a MParContainer (everything else could crash
1099 almost everything in Mars!)
1100
1101 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
1102 mjobs/MJPedestal.cc:
1103 - simplified the code in the WriteResult functions by using
1104 the new WriteContainer in MJob
1105 - removed the TObjArray from the MParList! It is NOT a MParContainer
1106 there are a lot of circumstance how this can crash Mars. I don't
1107 know why the compiler allowed for this.
1108 - unified WriteResult and WriteHists
1109 - split GetOutputFile into two functions for simplification
1110
1111 * mjobs/MJCalibration.h:
1112 - copy the extractorcam name when copying the contents
1113
1114 * mjobs/MJob.[h,cc]:
1115 - new member function WriteContainer to simplify code in derived
1116 classes
1117
1118 * mpointing/MSrcPosCalc.[h,cc]
1119 - fixed the header according to Abelardo's changes
1120 - added the initialization of the pointers to the constructor
1121
1122
1123
1124 2005/01/28 Markus Gaug
1125
1126 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1127 - introduce a security check for the time fine adjustment in case,
1128 it is too large.
1129
1130 * mcalib/MCalibConstCam.[h,cc]
1131 * mcalib/MCalibConstPix.h
1132 - new classes to allow display of changing cal. constants with the
1133 interlaced cal. events
1134
1135 * mcalib/MCalibrationChargeCalc.cc
1136 - removed stopping of PostProcess in case that the evtloop is
1137 finished with interlaced cal. events
1138
1139 * mcalib/MCalibrateData.[h,cc]
1140 - fill MCalibConstCam with update results (once per calib. consts
1141 update == every 10 sec.)
1142 - introduce check for size of calibration constant. In case, it is
1143 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
1144
1145 * mjobs/MJCalibrateSignal.cc:
1146 - display one MHCamera more with changing conv. factors (only for
1147 interlaced cal. events)
1148
1149 * mpedestal/MPedCalcFromLoGain.cc
1150 - set default for MExtractWinFirst from 15 to 17 because of the
1151 late cosmics signals in December
1152
1153
1154 2005/01/28 Abelardo Moralejo
1155
1156 * mtemp/mpadova/macros/trainsubsample.C
1157 - added # of events to be written in the output (instead of
1158 fraction of total). Moved MSrcPosCam in output from RunHeaders
1159 to Events tree.
1160
1161
1162
1163 2005/01/27 Daniel Mazin and Markus Gaug
1164
1165 * mcalib/MCalibrateData.[h,cc]
1166 - derive this class from MCamEvent in order to be able to display
1167 evolution of conversion factors in case of interlaced cal.
1168 events
1169
1170 * mpointing/MInterpolatePointingPos.[h,cc]
1171 - new class to interpolate pointing positions, adapted from a class
1172 by Marcos Lopez
1173
1174 * mjobs/MJCalibrateSignal.[h,cc]
1175 - enabled the calibration of data with interlaced calibration events
1176
1177 * msignal/MArrivalTime.[h,cc]
1178 * mcalib/MCalibrateRelTime.cc
1179 - removed Error of calibrated arrival time, as agreed on the last
1180 software calibration meeting yesterday
1181
1182 * mjobs/MJCalibrateSignal.cc
1183 - add display to show histogramming of conversion factors
1184 - modify default calibration to equiv. photo-electrons
1185 - allow for setting of MC, Raw or Root-file type in callisto.rc
1186
1187 * callisto.rc
1188 - updated conf. file
1189
1190
1191 2005/01/27 Thomas Bretz
1192
1193 * callisto.cc:
1194 - don't display starting pedestals when calibrating the signal
1195
1196 * callisto.rc:
1197 - added some comments
1198
1199 * star.rc:
1200 - according to Daniel M. we have agreed to change the default
1201 cleaning level to adapt it roughly to the new pedestal
1202
1203 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
1204 - as agreed in the current calibration meeting we truncate the
1205 precision of the stored floating point values to roughly 0.5%
1206 to gain storage space in the calibrated data (the gzip
1207 algorithm compresses this stuff nicely - we gain roughly 15%)
1208
1209 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
1210 - added a comment
1211
1212 * mjobs/MJCalibrateSignal.cc:
1213 - changed title of unsuitable plot
1214 - removed plot for calibrated fundamental pedestal as agreed in the
1215 current calibration meeting (we may change this to an option)
1216
1217 * mjobs/MJPedestal.[h,cc]:
1218 - changed the name of the "PedDiff" plot to be consistent with the
1219 other tab-name
1220 - changed the options for the display
1221 - removed the dependancy of fDisplayType and the SetDataCheck
1222 option
1223 - added option kDisplayNone
1224 - renamed enums from k*Display to kDisplay*
1225
1226 * mhist/MHCamEvent.cc:
1227 - trying to get rid of the Err_%p workaround.
1228
1229 * manalysis/MCerPhotEvt.[h,cc]:
1230 - added some '!' signs in the comment line. This is quick hack
1231 to gain I/O speed and storage space. We will soon have new
1232 containers for the calibrated data and image cleaning
1233 information.
1234 - changed version number to 6
1235
1236 * mhist/MHCamera.cc:
1237 - added member function SetAllUsed
1238
1239
1240
1241 2005/01/26 Abelardo Moralejo
1242
1243 * macros/mccalibrate.C
1244 - removed creation and writing out of MSrcPosCam. It is more
1245 flexible to add it in starmc2.C if needed (for wobble mode for
1246 instance).
1247
1248 * mtemp/mpadova/macros/RanForestDISP.C
1249 - added possibility to set the number of hadrons read in for the
1250 training. Added some missing containers to output.
1251 - Fixed rule concerning the DISP, by adding parentheses. Remember
1252 that MHMatrix::AddColumn does not respect the usual precedence
1253 of operations!
1254
1255 * mtemp/mpadova/macros/resize.C
1256 - added to output missing container MRawEvtHeader
1257
1258 * macros/starmc2.C
1259 - added missing container MImagePar. Added possibility to set the
1260 source position on the camera (for the wobble mode).
1261
1262
1263
1264 2005/01/25 Abelardo Moralejo
1265
1266 * macros/starmc2.C
1267 - modified to allow double (train / test) output, for g/h
1268 separation studies. Added several missing containers to output.
1269
1270
1271
1272 2005/01/25 Thomas Bretz
1273
1274 * mcalib/MCalibrationIntensityChargeCam.cc:
1275 - fixed a lot of 'default argument'-warnings to make to code
1276 compile
1277
1278 * mbase/MParContainer.[h,cc]:
1279 - moved the empty Reset() function into the source file and
1280 added a lot of comments
1281 - implemented new helper-functions: GetNewObject
1282
1283 * mbase/MContinue.[h,cc]:
1284 - allow to use MFilter-classes as filter in ReadEnv
1285
1286 * mbase/MTaskEnv.cc:
1287 - replaced some code by GetNewObject
1288
1289 * mhbase/MFillH.cc:
1290 - handle DrawOption "same" to be able to draw to the same pad
1291
1292 * mhbase/MH.[h,cc]:
1293 - added same-argument to DrawSame
1294
1295 * mhbase/MH3.cc:
1296 - removed some obsolete comments
1297 - remove own drawing options before calling fHist->Draw
1298
1299 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
1300 - first try of implementing 'same' drawing option
1301
1302
1303
1304 2005/01/25 Markus Gaug
1305
1306 * mcalib/MCalibrationPattern.[h,cc]
1307 * mcalib/MCalibrationPatternDecode.[h,cc]
1308 - New Decoder task for the calibration pattern from the
1309 digital modules
1310
1311 * mraw/MRawEvtHeader.[h,cc]
1312 - remove decoding from this class
1313
1314 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
1315 - remove, because one needs anyhow much more than one data file
1316 to get a reasonable conversion factor
1317
1318 * mcalib/MCalibCalcFromPast.[h,cc]
1319 - remove MCalibrationIntensityHiLoCam
1320
1321 * mbadpixels/MBadPixelsPix.h
1322 * mbadpixels/MBadPixelsCam.cc
1323 - changed one function name to GetUnsuitableCalLevel()
1324
1325 * mjobs/MJCalibration.cc
1326 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
1327 "FADC slices" by "FADC sl.", otherwise they range out of the
1328 canvas.
1329
1330 * mcalib/MCalibrationChargeCalc.cc
1331 - ensure to set the color correctly in MCalibrationBlindCam
1332
1333 * callisto.rc
1334 - put space for
1335 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
1336 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
1337
1338
1339 2005/01/24 Abelardo Moralejo
1340
1341 * manalysis/MMcCalibrationUpdate.cc
1342 - Adapted to changes in MCalibrateData from 2005/01/16: moved
1343 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
1344 this, for the last week you may have found trouble running
1345 starmc.C and mccalibrate.C.
1346
1347
1348
1349 2005/01/24 Thomas Bretz
1350
1351 * callisto.cc:
1352 - removed non-existing option from output
1353
1354 * manalysis/MEnergyEstimate.[h,cc]:
1355 - added ReadEnv member function
1356
1357 * mbase/MContinue.[h,cc]:
1358 - implementes AllowEmpty option to support doing nothing
1359 defined in resource file
1360 - added a first draft to allow usage of class-filters instead of
1361 rules
1362
1363 * mbase/MMath.[h,cc]:
1364 - implemented a function suggested by Florian Goebel which reduces
1365 the precision of a float to ~0.5% which is usefull for data
1366 compression by gzip
1367
1368 * mdata/MDataChain.[h,cc]:
1369 - implemented ReadEnv member function
1370
1371 * mfbase/MF.cc:
1372 - a small enhancement to the output in ReadEnv
1373
1374 * mhbase/MH3.cc:
1375 - fixed call to FindObject in Paint which caused a profile to be
1376 displayed incorrectly in case it was read from a file
1377
1378 * mhflux/MHFalseSource.[h,cc]:
1379 - removed old obsolete unsused Significance functions
1380 - implemented ReadEnv member function
1381 - set false source binning only if BinningFalseSource is not default
1382 - check parlist for BinningAlpha
1383
1384 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1385 mjobs/MJPedestal.cc:
1386 - added an additional check and output if output-file could
1387 not be opened
1388
1389 * mjobs/MJob.h:
1390 - added some Getter
1391
1392 * mhbase/MBinning.[h,cc].
1393 - added nen member functions
1394 + SetEdgesRaw
1395 + ReadEnv
1396 + Print
1397
1398 * mhflux/MAlphaFitter.[h,cc]:
1399 - added new member function ReadEnv
1400
1401 * mhflux/MHAlpha.cc:
1402 - fixed a problem when fitting without off-data
1403
1404 * mbase/MStatusDisplay.cc:
1405 - implemented a further fix in DrawClonePad to make sure
1406 that the X-stuff doesn't get confused while still
1407 GetDrawOption returns the correct value
1408
1409
1410
1411 2005/01/24 Markus Gaug
1412
1413 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1414 - introduced security check for the times fine-tuning to catch
1415 outliers because of deviating pulse forms.
1416
1417 * msignal/MExtractTime.cc
1418 * msignal/MExtractor.cc
1419 - lowered default high-gain saturation limit to 250
1420 - removed Clear() for two results containers at beginning of Process()
1421
1422 * msignal/MExtractor.h
1423 - Take fHiLoLast into the Clone()
1424
1425 * msignal/MExtractedSignalPix.cc
1426 - change sign of default initializer to negative.
1427
1428
1429
1430 2005/01/23 Markus Gaug
1431
1432 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1433 - updated to new logain switch setting in MExtractTimeAndCharge
1434 - extract also high-gain vs. low-gain time difference
1435
1436 * mhcalib/MHCalibrationCam.[h,cc]
1437 * mhcalib/MHCalibrationChargeCam.[h,cc]
1438 - updated reading of conf. values in ReadEnv
1439
1440 * mhcalib/MCalibrationHiLoCam.[h,cc]
1441 * mhcalib/MCalibrationHiLoPix.[h,cc]
1442 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
1443 - updated accordingly
1444
1445 * mbadpixels/MBadPixelsCam.cc
1446 - removed some bugs in the Print() function
1447
1448
1449
1450 2005/01/22 Markus Gaug
1451
1452 * mhcalib/MHCalibrationRelTimeCam.cc
1453 - display in the averaged times display the event-by-event averaged
1454 absolute arrival times instead of the rel. ones which do not make
1455 much sense.
1456
1457 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
1458 * mhcalib/MHCalibrationTestCam.[h,cc]
1459 - update to the latest changes in analysis chain.
1460
1461 * mjobs/MJExtractCalibTest.[h,cc]
1462 - update to the latest changes in analysis chain.
1463
1464 * mjobs/MJCalibration.cc
1465 - replace title of that times-averageing Tab from "RelTimes" by
1466 "Times".
1467
1468 * macros/calibration.C
1469 - update to changes in MJExtractCalibTest
1470
1471
1472
1473 2005/01/21 Markus Gaug
1474
1475 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1476 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1477 * msignal/MExtractTimeAndChargeSpline.cc
1478 - use the max. bin content for low-gain extraction
1479
1480 * callisto.rc
1481 - add place for LoGainSwitch
1482
1483
1484
1485 2005/01/21 Florian Goebel
1486
1487 * mfbase/MF.cc:
1488 - include a (TString) cast to make it compilable with gcc2.95.3
1489
1490
1491
1492 2005/01/21 Thomas Bretz
1493
1494 * mpointing/MSrcPosFromModel.cc:
1495 - fixed crash in Process if no pointing model available
1496
1497 * mpointing/MPointingPosCalc.h:
1498 - added missing initialization of data members
1499
1500 * mastro/MObservatory.[h,cc]:
1501 - added ReadEnv member function
1502
1503 * mbase/MTaskEnv.h:
1504 - added (=0) default to SetDefault
1505
1506
1507
1508 2005/01/20 Markus Gaug
1509
1510 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
1511 - added function to display fluctuations of a variable
1512
1513 * mcalib/MCalibrationPix.cc
1514 - fixed small bug in High-gain mean error.
1515
1516 * msignal/MExtractTimeAndCharge.[h,cc]
1517 - introduced high-gain maximum limit before extracting the low-gain
1518
1519
1520
1521 2005/01/20 Thomas Bretz
1522
1523 * mbase/MContinue.[h,cc]:
1524 - added ReadEnv member function to support resource files
1525
1526 * mbase/MEvtLoop.[h,cc]:
1527 - added a second arguemtn to reading of the resource file by name
1528 - added some checks when reding the resource file and the
1529 parameter list hasn't been setup
1530
1531 * mbase/MParList.cc:
1532 - removed an obsolete output from ReadEnv
1533
1534 * mfbase/MF.[h,cc]:
1535 - added ReadEnv member function to support resource files
1536 - added kAllowEpty flag to support skipping by resource files
1537
1538 * mfbase/MFilterList.cc:
1539 - added a comment
1540
1541 * mbase/MStatusDisplay.[h,cc]:
1542 - fixed Write to be compatible with root 4.02/00
1543 - worked around a problem with reading the DrawOption correctly
1544 from a stored status display
1545
1546
1547
1548 2005/01/19 Thomas Bretz
1549
1550 * mbase/MMath.cc:
1551 - added a comment to SignificanceLiMa, made by Daniel Mazin
1552 - also check for b==0
1553
1554 * mhflux/MAlphaFitter.[h,cc]:
1555 - fixed significance calculation in case of on-off data
1556 - added fScaleFactor
1557
1558 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
1559 - handle scale factor in case of on-off observations
1560
1561 * mjobs/MJPedestal.cc:
1562 - aligned screen output to 80col rule
1563
1564 * mtrigger/MFTriggerPattern.[h,cc]:
1565 - assigned correct integers to enum
1566 - made sure that the enum is correctly handled in all function by
1567 applying a r-value to the condition
1568
1569
1570
1571 2005/01/19 Abelardo Moralejo
1572
1573 * mtrigger/MFTriggerPattern.[cc,h]
1574 - Changed Bool_t arguments of all setters to new type Prescale_t
1575 defined by N. Galante (see below)
1576
1577
1578
1579 2005/01/19 Nicola Galante
1580
1581 * mtrigger/MFTriggerPattern.[cc,h]
1582 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
1583 kPrescaled = kTRUE };
1584
1585 - fixed a bug in Process, both fMaskRequiredUnprescaled and
1586 fMaskRequiredPrescaled are checked simultaneously.
1587
1588
1589
1590 2005/01/18 Markus Gaug
1591
1592 * mcalib/MCalibColorSet.cc
1593 - fixed the remaining day of data without colour in project name
1594 neither in digital modules bits.
1595
1596 * mpedestal/MPedCalcPedRun.[h,cc]
1597 - catch the continuous light runs with MRawRunHeader::fRunType
1598 == kRTCalibration to be recognized as effective pedestal runs.
1599
1600
1601 2005/01/18 Thomas Bretz
1602
1603 * mbase/MMath.cc:
1604 - added a check for s==0 in SignificanceLiMa, because otherwise the
1605 result is NaN
1606
1607 * mfbase/MF.cc:
1608 - removed an obsolete debugging output from the latest changes
1609
1610 * mhflux/MHAlpha.cc:
1611 - reset fHTime, too
1612
1613
1614
1615 2005/01/18 Nicola Galante
1616
1617 * mtrigger/MFTriggerPattern.cc:
1618 - added parentesis to ensure bitwise operators priority
1619 with respect to logical operators.
1620
1621
1622 2005/01/17 Thomas Bretz
1623
1624 * manalysis/MEnergyEstimate.[h,cc]:
1625 - changed to be more general. Energy is now estimated from a rule
1626 (MDataChain) The default behaviour is still the same as before
1627 to copy the energy from MMcEvt
1628
1629 * mbase/MTask.cc:
1630 - changed to write out the descriptor istead of the task-name only
1631 in Pre/PostProcess
1632
1633 * mhbase/MH.cc:
1634 - initialize fSerialNumber and fNumExecutions in constructor
1635
1636 * mhflux/MHFalseSource.cc:
1637 - according to a suggestion by Markus Mayer I have changed
1638 \\sigma_{max}=f to S_{max}=f\\sigma
1639
1640 * mjobs/MJCalibrateSignal.cc:
1641 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
1642 call.
1643
1644 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
1645 mtrigger/MTriggerPatternDecode.cc:
1646 - added some comment about file version
1647
1648 * mbase/MFilter.h:
1649 - implemented new virtual function GetDataMember like in MData
1650
1651 * mbase/MTask.[h,cc]:
1652 - when filter is added ass GetDataMember to branch list (should be
1653 obsolete, because filter is in the tasklist, but it should not hurt)
1654
1655 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
1656 mfbase/MFilterList.[h,cc]:
1657 - implemented new function GetDataMember
1658
1659
1660
1661 2005/01/17 Markus Gaug
1662
1663 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1664 - remove a situation where the high-gain signal can be 0.
1665
1666 * mtrigger/MTriggerPattern.h
1667 - fixed a bug in defining the trigger bit pattern (Have to start
1668 from 0 instead of 1)
1669
1670 * mjobs/MJPedestal.cc
1671 * mjobs/MJCalibrateSignal.cc
1672 - fixed default extraction ranges.
1673
1674 * callisto.rc
1675 - fixed default weights files for pedestal extraction for cosmcis
1676
1677 * mcalib/MCalibrationChargeCalc.cc
1678 - removed program exit on occurrance of multiple colours without
1679 intensity calibration
1680
1681
1682
1683 2005/01/17 Nadia Tonello and Markus Gaug
1684
1685 * mcalib/MCalibrationChargeCam.cc
1686 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
1687
1688
1689
1690 2005/01/16 Markus Gaug
1691
1692 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
1693 mhcalib/MHCalibrationChargeCam.[h,cc]
1694 - put overflow management and results camera initialization into
1695 base class
1696
1697 * mcalib/MCalibrateData.[h,cc]
1698 - added possibility to re-normalize signal to equiv. photo-electrons
1699 ( SetSignalType(MCalibrateData::kPhe) ).
1700 Default is old version in photons
1701 - speed up Process by storing pre-calculated calibration constants
1702 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
1703 - added new pointer to different MCalibrationChargeCam used for
1704 updates
1705 - added possibility to update the conversion factors using the
1706 MCalibrationChargeCam stored in fCalibUpdate.
1707 - added Print() function
1708
1709 * mcalib/MCalibCalcFromPast.[h,cc]
1710 - committed final version, now also in the Makefile
1711
1712 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
1713 - committed final version, now able to calibrate interlaced cal.
1714 events.
1715
1716
1717
1718 2005/01/14 Hendrik Bartko
1719
1720 * msignal/calibration_weights_UV.dat
1721 - fixed a small bug in the noise autocorrelation of the AB-noise
1722
1723 * msignal/calibration_weights_blue.dat
1724 - new weights file for blue calibration pulses
1725
1726 * cosmics_weights.dat
1727 - fixed a small bug in the noise autocorrelation of the AB-noise
1728
1729
1730
1731 2005/01/14 Markus Gaug
1732
1733 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1734 - added a small acceleration of the program, tested by Hendrik and
1735 me.
1736
1737 * mpedestal/MPedCalcFromLoGain.cc
1738 - fixed one warning output which was not a real warning.
1739
1740 * mcalib/MCalibrationChargeCam.cc
1741 - improved the function to calculate a mean conversion factor over
1742 the whole camera including a fit to the values.
1743
1744 * mpedestal/MPedCalcPedRun.[h,cc]
1745 - undo some changes introduced by TB on 2/12/04 which had made the
1746 use of interlaced pedestal events impossible again.
1747 - Use now the new class MTriggerPattern directly to recognize an
1748 interlaced pedestal event.
1749
1750
1751
1752 2005/01/14 Thomas Bretz
1753
1754 * callisto.cc:
1755 - fixed a typo in output
1756
1757 * manalysis/MGeomApply.cc:
1758 - removed some old code already in comments
1759 - added possibility to switch off automatic processing (used
1760 if two different geometries around)
1761
1762 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
1763 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
1764 mtools/MSimulatedAnnealing.h:
1765 - added include of TVector because in newer root version it is
1766 not included from TMatrix anymore
1767
1768 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
1769 - to stick to the convention of TMath in newer root versions MMath
1770 changed from a class to a namespace
1771
1772 * mbase/MEvtLoop.[h,cc]:
1773 - to support newer root version added a second Write-function
1774 with a const qualifier.
1775
1776 * mdata/MDataChain.cc:
1777 - changed access to TMath for newer root versions
1778
1779 * mfileio/MChain.[h,cc]:
1780 - implemented a workaround for teh changed LoadTree definition
1781 in newer root-versions
1782
1783 * mfileio/MReadTree.cc:
1784 - fixed a bug in CheckBranchSize caused some warning to be
1785 displayed
1786
1787 * mhflux/MHAlpha.cc:
1788 - removed check for fResult in PostProcess (it is always there)
1789
1790 * msignal/MExtractTimeFastSpline.cc:
1791 - fixed delete --> delete[]
1792
1793 * mbadpixels/MBadPixelsCalc.cc:
1794 - slight change to some output
1795
1796 * mbase/MTaskEnv.h:
1797 - set name of default task when pointer is given
1798
1799 * mjobs/MJCalibrateSignal.cc:
1800 - fixed handling of extraction range for various cases
1801 - fixed handling in case no arrival times are calculated
1802
1803 * mjobs/MJCalibration.cc:
1804 - write at least a default arrival time calibration container
1805 to make further processing easier
1806
1807 * mjobs/MJPedestal.[h,cc]:
1808 - fixed handling of extraction range for various cases
1809
1810
1811
1812 2005/01/14 Abelardo Moralejo
1813
1814 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
1815 - added. Two macros used in the analysis of real wobble mode data.
1816
1817
1818
1819 2005/01/14 Daniela Dorner
1820
1821 * macros/sql/filldotrun.C
1822 - added new arehucas-verions and changed code accordingly
1823
1824
1825
1826 2005/01/13 Abelardo Moralejo
1827
1828 * macros/starmc.C
1829 - Added (commented) lines for the case of gamma MC source off-axis
1830 (wobble mode). Changed default extractor to
1831 MExtractFixedWindowPeakSearch.
1832
1833
1834
1835 2005/01/13 Raquel de los Reyes
1836
1837 * callisto.rc
1838 - introduced several configuration lines
1839 (format: "class".DataCheck: No) to allow callisto
1840 to run with rawfiles. Necessary for the datacheck.
1841
1842
1843
1844 2005/01/13 Markus Gaug
1845
1846 * mcalib/MCalibColorSet.cc
1847 - fixed runs 45605-45609
1848
1849 * msignal/MExtractor.h
1850 - take out the variable fHiLoLast from the streamer. Will be
1851 initialized in the ReInit(), if needed
1852
1853 * msignal/MExtractor.cc
1854 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
1855 the same extractor may have that variable set to a certain
1856 value, even if not desired. The ReInit() fixes fHiLoLast, if
1857 different from 0.
1858
1859 * mpedestal/MExtractPedestal.cc
1860 * mpedestal/MPedCalcPedRun.cc
1861 * mpedestal/MPedCalcFromLoGain.cc
1862 - fix the output of the print to the correct value for the case
1863 that the extractor is used.
1864
1865
1866 2005/01/13 Thomas Bretz
1867
1868 * callisto.rc:
1869 - fixed some typos
1870
1871 * mbase/MLog.cc:
1872 - unset DEBUG defined unintentionally
1873
1874 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1875 - removed printing Weights in InitArrays, because otherwise
1876 the output of a full data calibration is totally crowded
1877 with numbers. Having the weights-file name on the display
1878 is perfectly enough.
1879
1880
1881
1882 2005/01/12 Markus Gaug
1883
1884 * mcalib/MCalibrationIntensityRelTimeCam.cc
1885 - added fit to improve averageing of the obtained results
1886
1887
1888
1889 2005/01/12 Thomas Bretz
1890
1891 * manalysis/MMatrixLoop.cc:
1892 - changed name to MRead because it now derives from MRead
1893
1894 * mbase/MEvtLoop.[h,cc]:
1895 - implemented an option not to cascade the status display to the
1896 parameter list in PreProcess
1897
1898 * mhflux/MHAlpha.cc:
1899 - changed name of "Significance" to "MinimizationValue"
1900 - return -significance to have a value being minimized
1901
1902 * mhist/MHCamera.cc:
1903 - fixed output of text in legend
1904
1905 * mhist/MHEvent.[h,cc]:
1906 - implemented new options for calibrated pedestals
1907
1908 * mmain/MEventDisplay.cc:
1909 - fixed to support latest changes in MJCalibrateSignal
1910
1911 * mpedestal/MPedPhotCam.cc:
1912 - added new options in GetPixelContent (4 and 5) to support
1913 a correct camera display
1914
1915 * mjobs/MJCalibrateSignal.cc:
1916 - fixed display of calibrated pedestal and pedestal rms
1917 - changed order of plots. Now all interpolated values
1918 (means all calibrated values which are bad-pixel treated)
1919 are displayed behind the unsuitable pixels.
1920
1921 * mjobs/MJ*.cc:
1922 - corrected all wrong %06d to %08d to fit the number of
1923 digits in run-numbers
1924
1925
1926
1927 2005/01/11 Abelardo Moralejo
1928
1929 * mjobs/Makefile
1930 - added missing include -I ../mtrigger
1931
1932
1933
1934 2005/01/11 Thomas Bretz
1935
1936 * callisto.cc, callisto.rc:
1937 - changed such, that all three kinds of pedestals are calcualted
1938 (usefull for studies)
1939
1940 * manalysis/MMatrixLoop.[h,cc]:
1941 - derived from MRead
1942 - implemented some basic functions from MRead
1943
1944 * mfilter/MFCosmics.[h,cc]:
1945 - allow setting of name of MPedestalCam
1946
1947 * mhbase/MBinning.[h,cc]:
1948 - added SetEdges taking MParList as input
1949
1950 * mhflux/MHAlpha.cc:
1951 - use new function from MBinning
1952
1953 * mjobs/MJCalibrateSignal.[h,cc]:
1954 - changed to calculate all three kinds of pedestals
1955 - added filters for trigger pattern and illuminated events
1956
1957 * mjobs/MJPedestal.cc:
1958 - give different names to tabs with different pedestals
1959
1960 * mjobs/MJStar.cc:
1961 - on request changed used pedestal from "FromExtractor" to
1962 "FromExtractorRndm"
1963
1964 * mtrigger/MTriggerPattern.h:
1965 - added Reset function
1966
1967 * mtrigger/MTriggerPatternDecode.[h,cc]:
1968 - added using file format version number
1969
1970
1971
1972 2005/01/11 Markus Gaug
1973
1974 * mbadpixels/MBadPixelsPix.cc
1975 - updated documentation
1976
1977 * mcalib/MCalibrationChargeCalc.cc
1978 - make pixels with deviating number of phes unreliable instead of
1979 unsuitable (this was already thought so, but missed to modify
1980 at one place).
1981
1982 * mhcalib/MHCalibrationCam.[h,cc]
1983 - add possible flag 'kInterlaced': default: kFALSE (like before)
1984 - added pointer to MRawEvtHeader to deny cosmics events in case
1985 of 'interlaced' flag is set. No changes for 'normal' calibration
1986
1987
1988
1989 2005/01/10 Benjamin Riegel
1990
1991 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1992 - added two classes for implementing starguider-data
1993
1994 * mreport/ReportLinkDef.h
1995 - added class MReportStarguider to be linked:
1996 #pragma link C++ class MReportStarguider+;
1997
1998 * mreport/Makefile
1999 - added file MReportStarguider.cc
2000
2001 * merpp.cc
2002 - added two containers ( MReportStarguider, MTimeStarguider ) and
2003 added MReportStarguider to the list:
2004 w->AddContainer("MReportStarguider", "Starguider");
2005 w->AddContainer("MTimeStarguider", "Starguider");
2006 r->AddToList("MReportStarguider");
2007
2008
2009
2010 2005/01/10 Markus Gaug
2011
2012 * mcalib/MCalibColorSet.cc
2013 - return kFALSE for CL-run instead of kTRUE
2014
2015 * mcalib/MCalibrationChargeCalc.cc
2016 - stop program in case that multiple colours are found in same file
2017 without intensity calibration
2018
2019 * mbadpixels/MBadPixelsPix.h
2020 - added two new possible UnCalibrated_t flags for the hi-lo
2021 calibration
2022
2023 * macros/calibration.C
2024 - add the calls to:
2025 MArray::Class()->IgnoreTObjectStreamer();
2026 MParContainer::Class()->IgnoreTObjectStreamer();
2027 in main.
2028
2029 * msignal/MExtractor.h
2030 - added Getter for fOffsetLoGain (was still missing)
2031
2032 * mhcalib/MHCalibrationChargeCam.[h,cc]
2033 - remove pixels with histogram overflow only if their percentage
2034 passes a certain limit (default: 0.5%). Before, every overflow
2035 lead to an unsuitable pixel.
2036
2037 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
2038 - implemented changes suggested by T.B. to speed up calculations
2039 - take fNameWeightsFile into the streamer, otherwise the Clone()
2040 will always create an extractor with cosmic's weights.
2041 - set fOffsetLoGain to a slighly higher value. The DF seems to
2042 have a different offset since it uses different pulse shapes
2043 and thus sightly different time definitions.
2044
2045
2046
2047 2005/01/10 Thomas Bretz
2048
2049 * mhvstime/MHVsTime.cc:
2050 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
2051
2052 * callisto.cc:
2053 - changed such, that the calculated pedestal is not random
2054 anymore
2055 - added code to calculate the pedestal also with randomization,
2056 but this code is for the moment commented out.
2057
2058 * callisto.rc:
2059 - fixed naming of pedestal calculation
2060
2061 * mbadpixels/MBadPixelsCalc.cc:
2062 - added a second check which compares the pedestal rms with
2063 the variance of the pedestal rms in the same sector
2064
2065 * mjobs/MJCalibrateSignal.[h,cc]:
2066 - changed to calculate the pedestal from extractor without
2067 randomization
2068 - added code to calculate the pedestal also with randomization,
2069 but this code is for the moment commented out.
2070
2071 * mjobs/MJCalibration.cc:
2072 - made sure that pedcam always has the correct name
2073 (FIXME? Print a warning if it has the wrong name)
2074
2075 * mjobs/MJPedestal.[h,cc]:
2076 - changed such, that it allows the calculation of pedestals
2077 in three different ways (fundamental, fromextractor,
2078 fromextractorrndm)
2079 - therefor removed SetExtractorResolution and added
2080 + void SetExtractionFundamental()
2081 + void SetExtractionWithExtractorRndm()
2082 + void SetExtractionWithExtractor()
2083
2084 * mjobs/MJStar.cc:
2085 - changed/fixed the input name of the MPedPhotCam used in the
2086 image cleaning
2087
2088 * mraw/MRawFileRead.[h,cc]:
2089 - changed return type of OpenNextFile
2090 - in some cases return kERROR in OpenNextFile to abort the Processing
2091 with an error
2092
2093 * mraw/MRawRunHeader.cc:
2094 - call a wrong file format version ERROR now
2095
2096 * mhflux/MAlphaFitter.[h,cc]:
2097 - make sure that resetted values are returned if fit failed
2098 - set default scaling too kOffRegion
2099
2100 * mhflux/MHAlpha.cc:
2101 - some small fixes to handling of MHAlphaOff
2102
2103 * mhflux/MHFalseSource.[h,cc]:
2104 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
2105 - updated display accordingly
2106 - updated fit accordingly
2107 - removed catalog temporarily from plots until I found the
2108 reason for the strange crashes
2109
2110 * mbadpixels/MBadPixelCalc.[h,cc]:
2111 - implemented the possibility to check the pedestal rms against the
2112 variance of the pedstal rms, too. The option is curretly switched
2113 off.
2114 - enahanced informal output in PreProcess
2115
2116 * mbase/MTaskList.cc:
2117 - a little change to some output
2118
2119
2120
2121 2005/01/10 Wolfgang Wittek
2122
2123 * mfbase/MFEventSelector2.cc
2124 - check whether filter exists before calling
2125 filter->CallPreProcess(parlist)
2126
2127
2128
2129 2005/01/08 Markus Gaug
2130
2131 * mhcalib/MHCalibrationHiLoCam.[h,cc]
2132 * mcalib/MCalibrationHiLoCam.[h,cc]
2133 * mcalib/MCalibrationHiLoPix.[h,cc]
2134 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
2135 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
2136 mcalib/CalibLinkDef.h
2137 - new classes for calibration of conversion high-gain vs. low-gain
2138
2139 * msignal/MExtractedSignalPix.[h,cc]
2140 - added data member fChisquare, set to -1. by Clear() and Reset()
2141 - raised version number by 1
2142
2143 * msignal/MExtractedSignalCam.[h,cc]
2144 - added data member fNdf, set to -1 by default
2145 - new function: GetProb(const Int_t pixidx) to be called to
2146 calculate the joint probability of Chisquare of pixel "pixidx"
2147 and fNdf
2148 - added documentation of data members
2149 - raised version number by 1
2150
2151 * mhcalib/MHCalibrationChargeCam.cc
2152 - strengthened default histogram limits a bit, should accelerate
2153 the calibration by 20%.
2154
2155 * mjobs/MJCalibrateSignalFromOutside.cc
2156 - fixed two lines to compile MCalibrateData with the recent changes
2157 by TB
2158
2159 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2160 - fixed two bugs introduced yesterday by TB.
2161
2162 * msignal/MExtractTimeAndChargeSpline.cc
2163 * msignal/MExtractTimeAndChargeSlidingWindow.cc
2164 - adopt part of TB's speed accelerations into these classes
2165
2166 * msignal/MExtractTimeAndCharge.cc
2167 - fix the low-gain extraction window for the case that the high-gain
2168 is saturated. Was skipped so far.
2169
2170
2171
2172 2005/01/07 Markus Gaug
2173
2174 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2175 - catch the case that more than 90% of the pixels have saturated
2176 signals and fix the extraction window from the occurrance of
2177 saturation, then. Important for high-intensity calibration events.
2178
2179
2180 * msignal/MExtractor.cc
2181 * msignal/MExtractTime.cc
2182 * msignal/MExtractTimeAndCharge.cc
2183 - added some documentation
2184
2185 * msignal/MExtractTime.[h,cc]
2186 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
2187 the header-file.
2188
2189
2190
2191
2192 2005/01/07 Abelardo Moralejo
2193
2194 * mbase/MLog.h
2195 - Added #include "TSystem.h", otherwise gSystem is not recognized
2196 in Mac OSX.
2197
2198 * manalysis/MMakePadHistograms.cc
2199 - Changed badcalc.SetNamePedPhotContainer to
2200 badcalc.SetNamePedPhotCam
2201
2202
2203
2204 2005/01/07 Thomas Bretz
2205
2206 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
2207 - replaced PedPhotContainer by PedPhotCam for consistency
2208
2209 * mbase/MLog.[h,cc]:
2210 - return *this in Seperator()
2211
2212 * mbase/MPrint.[h,cc]:
2213 - use new separator manipulator in PreProcess
2214 - fixed a type: separator instead of seperator
2215
2216 * mfileio/MReadTree.[h,cc]:
2217 - added a check for branch->IsAutoDelete() in Notify()
2218
2219 * mpedestal/MExtractPedestal.[h,cc]:
2220 - added new option 'fRandomCalculation' be used to switch on-/off-
2221 randomization in extractors, the default should be like before
2222 - added Process() calling Calc()
2223
2224 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
2225 - renamed Process() to Calc()
2226
2227 * Makefile:
2228 - removed macros/calibration.C, which seems to have been
2229 unintantionally introduced.
2230
2231 * manalysis/Makefile:
2232 - removed unintantionally introduced wrong include
2233
2234 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2235 - a small acceleration discussed with Hendrik by replacing a
2236 counter in a loop by pointer arithmetics
2237
2238 * mraw/MRawEvtPixelIter.cc:
2239 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
2240 read one byte behind the end of the array
2241 - fixed HasLoGain() which really did weired things, means accessing
2242 sometimes memory somewhere. This could theoretically result
2243 in assigning the wrong lo-gains to the wrong pixels.
2244
2245 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
2246 mtrigger/MFTriggerPattern.[h,cc]:
2247 - added
2248
2249 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
2250 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
2251
2252 * manalysis/MEnergyEstParam.h:
2253 - added a new function SetVariables calling SetCoeff
2254
2255 * mcalib/MCalibrateData.[h,cc]:
2256 - removed data members for container names
2257 - added new lists for container names
2258 - allow to calibrate more than one pedestal container at the same
2259 time
2260
2261 * mjobs/MJCalibrateSignal.cc:
2262 - changed accordingly
2263
2264
2265
2266 2005/01/05 Thomas Bretz
2267
2268 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
2269 mhcalib/MHCalibrationRelTimeCam.cc:
2270 - made some output lines fit into convinience window of 80 col
2271
2272 * mhist/MHCamEvent.cc:
2273 - make sure that x-axis has correct title
2274
2275 * msignal/MArrivalTimePix.cc:
2276 - init error to -1 which is a obviously non valid value
2277 - fixed IsValid() which gave wrong results
2278
2279 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
2280 - made sure that LoGain is flagged non-valid if no lo-gain exists
2281 - push time back at the edge of the allowed limits if outside
2282
2283 * mbase/MGList.[h,cc]:
2284 - introduced new functions Delete and DeletePictures
2285 - SetBit(kMustCleanup) in constructor. Otherwise it is not
2286 correctly removed from ListOfCleanups
2287
2288 * mbase/MLog.cc:
2289 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
2290 from the list
2291
2292 * mbase/MParContainer.[h,cc]:
2293 - replaced return type of GetDescriptor by TString. The old version
2294 was terribly wrong! The returned memory wasn't removed as soon
2295 as the function returned.
2296
2297 * mbase/MStatusDisplay.[h,cc]:
2298 - for security (thread safty) replaced all Form() by MString::Form()
2299 - implemented a more secure scheme of Closing (Clone()) this was
2300 a hint given by valgrind
2301 - set kMustCleanup for all new object in ClonePad not only kCanDelete
2302 - fixed some lines in pulldown-menus
2303 - add TPads to ListOfCleanups in ClonePad (workaround!)
2304
2305 * mbase/MString.[h,cc]:
2306 - implemented a new static Form() function returning a copy of
2307 the result
2308
2309 * mbase/MTask.[h,cc]:
2310 - replaced return type of GetDescriptor by TString. The old version
2311 was terribly wrong! The returned memory wasn't removed as soon
2312 as the function returned.
2313 - Made GetDescriptor thread safe using MString::Form
2314
2315 * mfileio/MWriteRootFile.cc:
2316 - Use GetDescriptor().Data() when using any kind of printf function
2317
2318 * mhbase/MFillH.cc:
2319 - replaced string concatenation in all constructors by a Form
2320 (also suggested by valgrind)
2321
2322 * mhcalib/MHCalibrationRelTimeCam.cc:
2323 - made some output fit into 80col boundary
2324
2325
2326
2327
2328 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
2329
2330 * mfht:
2331 - added new directory for hexagonal fourier transformation
2332
2333 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
2334 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
2335 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
2336 mhft/Makefile:
2337 - added
2338
2339 * macros/extendcam.C:
2340 - added: tutorial for MGeomCamExtend
2341
2342 * macros/hft.C:
2343 - added: tutorial for MHexgonalFTCalc
2344
2345 * macros/dohtml.C:
2346 - updated
2347
2348 * macros/rootlogon.C:
2349 - updated
2350
2351 * Makefile:
2352 - mhft added
2353
2354 * mbase/MParContainer.cc, mbase/MLog.cc:
2355 - added a pre-compiler option for destructor debugging
2356
2357 * mbase/MTaskList.[h,cc]:
2358 - added new function Replace
2359
2360 * mdata/MDataChain.cc, mfbase/MF.cc:
2361 - shortened some output
2362
2363 * mdata/MDataArray.[h,cc]:
2364 - added new function FindRule
2365
2366 * mfileio/MReadTree.[h,cc]:
2367 - enhanced functionality to be able to read a TTree stored in memory
2368 instead of a file. Therefor introduced fTree which is now the pointer
2369 used and replaced fChain where TTree and TChain have common behaviour.
2370 Where they behave uncommon new code for the new case has been added.
2371
2372 * mfileio/MWriteRootFile.[h,cc]:
2373 - enhanced functionality to be able to write a TTree into memory
2374 instead of a file. This were maily bugfixes for the case fOut==0, which
2375 must be handled correctly. Becarefull a tree filles without a file
2376 is not deleted automatically!
2377
2378 * mhbase/MBinning.h:
2379 - added copy constructor
2380 - fixed buggy SetEdges(MBinning&) which didn't work
2381
2382 * mhbase/MHMatrix.cc:
2383 - when adding a new rule check first if the same rule already exists
2384
2385 * mhflux/MAlphaFitter.[h,cc]:
2386 - added new functionality to support on-off analysis
2387 - didn't touch existing code
2388
2389 * mhflux/MHAlpha.[h,cc]:
2390 - added new functionality to support on-off analysis
2391 - replaced Fit() calls by newer function calls
2392 - added DrawAll - PRELIMINARY
2393 - fixed a bug when projecting - may be the reson for some strange
2394 crashes
2395
2396 * mcalib/MCalibColorSet.cc:
2397 - fixed a stupid bug introduced last year, which caused MCalibColorSet
2398 in some circumstances to stop the eventloop when it shouldn't
2399
2400 * mjobs/MSequence.cc:
2401 - expand path names
2402
Note: See TracBrowser for help on using the repository browser.