source: trunk/MagicSoft/Mars/Changelog@ 6771

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