source: trunk/MagicSoft/Mars/Changelog@ 6749

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