source: trunk/MagicSoft/Mars/Changelog@ 6731

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