source: trunk/MagicSoft/Mars/Changelog@ 6770

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