source: trunk/MagicSoft/Mars/Changelog@ 6845

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