source: trunk/MagicSoft/Mars/Changelog@ 6824

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