source: trunk/MagicSoft/Mars/Changelog@ 6773

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