source: trunk/MagicSoft/Mars/Changelog@ 6689

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