source: trunk/MagicSoft/Mars/Changelog@ 6799

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