source: trunk/MagicSoft/Mars/Changelog@ 6769

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