source: trunk/MagicSoft/Mars/Changelog@ 6768

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