source: trunk/MagicSoft/Mars/Changelog@ 6820

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