source: trunk/MagicSoft/Mars/Changelog@ 6777

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