source: trunk/MagicSoft/Mars/Changelog@ 6817

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