source: trunk/MagicSoft/Mars/Changelog@ 6668

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