source: tags/Mars-V0.8.7pre/Changelog

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