source: trunk/MagicSoft/Mars/Changelog@ 6625

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