source: trunk/MagicSoft/Mars/Changelog@ 6682

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