source: trunk/MagicSoft/Mars/Changelog@ 6750

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