source: trunk/MagicSoft/Mars/Changelog@ 6792

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