source: trunk/MagicSoft/Mars/Changelog@ 6838

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