source: trunk/MagicSoft/Mars/Changelog@ 7188

Last change on this file since 7188 was 7188, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 189.0 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 -*-*- END OF LINE -*-*-
22
23 2005/07/13 Abelardo Moralejo (2005/07/12)
24
25 * manalysis/MGeomApply.cc
26 - Now, if the MGeomApply task has a serial number >0 (indicating
27 most likely a specific telescope in a multi-telescope file), then
28 apply the geometry only to objects with the same serial number.
29 This is important for stereo setups in which the telescopes have
30 cameras with different numbers of pixels. If the MGeomApply task
31 has serial number 0 (default), it will apply the geometry to all
32 found objects as it used to do.
33
34 * manalysis/MMcCalibrationUpdate.cc, mpedestal/MMcPedestalCopy.cc
35 - Now the PreProcess adds the serial number also to MRawRunHeader
36 and MMcRunHeader, since in stereo MC files produced with the
37 current camera simulation at CVS there is one such container per
38 telescope. There is no difference in behaviour for single
39 telescope files. Old MC stereo files will no longer be readable.
40
41 * mimage/MNewImagePar.cc
42 - Made calculation of "Inner size" valid also for camera geometries
43 other than MAGIC standard one. The calculation of "inner leakage"
44 is now made only for MAGIC standard geometry (there is no easy
45 fix for that, but having fInnerSize and MHillas.fSize, the inner
46 leakage is a completely unnecessary parameter). Added a comment on
47 a possible fix for the calculation of fConc.
48
49 * mcalib/MMcCalibrationCalc.[h,cc]
50 - Added member fMinSize and setter for it. It is the minimum
51 (uncalibrated) size of events to be used in the calibration.
52 Previously it was fixed at 1000 ADC counts, but the value depends
53 on the extractor used, so it must be possible to change it.
54 - Add the serial number to MRawRunHeader and MMcConfigRunHeader
55 (now there is one per telescope in stereo files).
56 - Moved the creation of histograms from the constructor to the
57 PreProcess, otherwise the serial number is not added to the
58 histogram name.
59 - In PostProcess, set the average QE for area 0 (inner pixels) in
60 MCalibrationQECam object, to be used later by MCalibrateData.
61
62 * macros/starmcstereo.C
63 - Big update. Adapted to all changes above. Now not only relative, but
64 also absolute calibration (=SIZE in phes) is made.
65
66
67
68 2005/07/13 Raquel de los Reyes (2005/07/12)
69
70 * merpp.cc
71 - Added the container MCameraActiveLoad to the rootified central
72 control files
73
74 * mreport/MReportCC.[h,cc]
75 - Changes in the InterpreteBody to write the variable UPS status and
76 the Time difference between GPS and rubidium clock.
77
78 * mreport/MReportCamera.cc
79 - Changes in the InterpreteCamera and InterpreteBody functions to allow
80 the data merpping from 2005_06_30.
81
82
83
84 2005/07/13 Abelardo Moralejo (2005/07/12)
85
86 * macros/starmcstereo.C
87 - Fixed error which made some objects to be written twice in the
88 _test_ output file.
89
90
91
92 2005/07/13 Patricia Liebing (2005/07/06)
93
94 * mhcalib/MHCalibrationChargeCam.cc:
95 - include new flag (kLoGainBlackout) into the "uncalibrated"
96 pixel classification (see docu from 28/06/2005 Markus Gaug)
97
98 * mbadpixels/MBadPixelsPix.[cc.h], mcalib/MCalibrationChargeCalc.cc
99 - included flag kLoGainBlackout for unsuitable pixels w/
100 corresponding docu/printout (see MHCalibrationChargeCam.cc)
101
102 * mhcalib/MHCalibrationPulseTimeCam.cc, MHCalibrationCam.cc
103 - add Pixel ID to Debug printout statements
104
105 * mjobs/MJCalibration.cc
106 - include new display for kLoGainBlackout unsuitable pixels
107
108
109
110 2005/07/13 Antonio Stamerra (2005/07/04)
111
112 * manalysis/MMcTriggerLvl2Calc.cc
113 - the checks written on ReInit for MC have been moved to PreProcess()
114 - kFALSE substituted with kSKIP in the check for the standard MAGIC
115 geometry
116
117
118
119 2005/07/13 Abelardo Moralejo (2005/07/01)
120
121 * macros/starmc.C
122 - Set two different cleaning tasks for the calibration loop and
123 for the second (analysis) loop. Otherwise, some pixels were
124 cleaned out in the first loop (we do not want this) if the
125 absolute method was chosen.
126
127
128
129 2005/07/13 Abelardo Moralejo (2005/06/30)
130
131 * mmc/MTriggerDefine.h
132 - Added TRIGGER_PIXELS_4, a provisional number of trigger pixels
133 for the MGeomCamMagic1183 geometry.
134
135 * mgeom/MGeomCamMagic1183.[h,cc]
136 - added. Possible design for a MAGIC-II camera. Preliminary
137 version, not yet ready to use.
138
139
140
141 2005/07/13 Abelardo Moralejo (2005/06/29)
142
143 * mgeom/MGeomCamMagic1183.[h,cc]
144 - added. Possible design for a MAGIC-II camera
145
146 * mgeom/Makefile, GeomLinkDef.h
147 - added new class above.
148
149
150
151 2005/07/13 Markus Gaug (2005/06/28)
152
153 * mhcalib/MHCalibrationChargeCam.[h,cc]
154 - set the fPickupLimit and fBlackoutLimit for the low-gain arrays
155 to a 3.5 instead of the default used in MHCalibrationPix (5.0).
156 - use a new criterium to exclude bad pixels: If the high-gain was
157 saturated and the blackout-events in the low-gain exceed the
158 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
159 This excludes those pixels which have a saturating high-gain
160 channel, but the low-gain switch does not switch often enough
161 to make the distribution reliable.
162
163
164
165 2005/07/13 Markus Gaug (2005/06/23)
166
167 * mhcalib/MHCalibrationChargeCam.cc
168 - fix a bug counting the number of saturated events. Up to now, the
169 number of saturated slices was counted (which is one for a not too
170 high number), but for some (pathological) pixels, many more slices
171 saturated and produced wrong limits.
172 - make the PickupLimit und BlackoutLimit for the low-gain explicitely
173 smaller. The too large limits caused a failed fit for some channels
174 which resulted in wrong calibration constants. (M. Gaug)
175
176
177
178 2005/07/13 Markus Gaug (2005/06/22)
179
180 * mjobs/MJPedestal.cc
181 - change order of reading local environmnet variables in lines 1044
182 to 1068. Reason: The lines:
183 if (fExtractor==tenv.GetTask())
184 return kTRUE;
185 yielded sometimes a return before the rest of the env-variables
186 could be read in. This affected ONLY the reading of the pedestal
187 reference file and the bad pixels file name. (M. Gaug)
188 - Added "decode" task (MTriggerPatternDecode) task to the list also
189 for MC runs.
190
191 * mhcalib/MHCalibrationChargeCam.cc
192 - fixed the setting of unreliability for saturated events where the
193 high-gain signal was not stable over time. Now, saturation is
194 asked for before (like in the high-gain fitted-case). (M. Gaug)
195 - fixed a small bug in the precise setting of the histogram ranges.
196 May have introduced a bias of typically 1 FADC cnt in the mean
197 fitted signal (< 0.5%).
198
199 * mbadpixels/MBadPixelsPix.[h,cc]
200 - took out the un-used bad pixels information in function:
201 GetUnsuitableCalLevel().
202 - debugged the class-documentation
203
204 * mcalib/MCalibrationIntensityChargeCam.cc
205 - a very small fix in the axis title from N_phe to N_{phe}
206 - fixed one bug in the draw-functions of this class. Not (yet) used by
207 standard calibration.
208 - +some undocumented changes
209
210 * mjobs/MJCalibration.cc
211 - changed order in tasklist between MCalibColorSet and
212 MPedCalcFromPedRun. Caused crashes in the intensity calibrations.
213 Does not affect ordinary calibration since MPedCalcFromPedRun is
214 then not in the tasklist anyhow.
215 - changed order of MHCalibrationChargeCam and MCalibrationRelTimeCalc.
216 This wrong order caused MCalibrationRelTimeCalc to print out
217 unreliable pixels which were not set by the rel. time calibration.
218 This caused some confusion in the reading of the output because of
219 the un-logical order of flag settings and posterior output.
220 - set the error of the hi-logain intercalibration constants
221 as the real error on the mean instead of the sigma.
222 - took out the those bad pixel-informations which are not used
223 any more in the "Defect" - display. (M. Gaug)
224
225
226
227 2005/07/13 Markus Gaug (2005/06/21)
228
229 * mhcalib/MHCalibrationChargePix.h
230 - take out one un-necessary 'virtual'-declaration for the Draw-
231 function
232
233 * mhcalib/MHGausEvents.cc
234 - fixed a small bug in the non-standard display with options.
235
236
237
238 2005/07/13 Markus Gaug (2005/06/19)
239
240 * msignal/MExtractTimeAndChargeSpline.cc
241 - set fgOffsetLoGain from 1.7 to 1.39. This is the correct time
242 shift between high-gain and low-gain. Affects only very detailed
243 timing studies.
244
245 * msignal/MExtractTimeAndChargeDigitalFilter.cc
246 - set fOffsetLoGain from 1.7 to 1.4 which corrects now exactly for
247 the arrival time difference between low-gain and high-gain pulses.
248 This wrong number could have had some effect on image cleanings
249 using the time information. (M. Gaug)
250
251 * mcalib/MCalibrationBlindCam.[h,cc]
252 - remove obsolete Copy-function
253
254 * mcalib/MCalibConstPix.h, mcalib/MCalibConstCam.h
255 - introduce Copy-functions
256 - set class index to 1 (was 0)
257
258 * mcalib/MCalibrationChargePix.[h,cc]
259 - introduce Copy() function.
260
261
262
263 2005/07/13 Markus Gaug (2005/06/18)
264
265 * mpedestal/MPedestalCam.cc
266 - modify Print() function to print out also the event-by-event
267 averaged results.
268
269 * mpedestal/MExtractPedestal.[h,cc]
270 - new flag fUseSpecialPixels (set to kFALSE per default)
271 - new data member: fNameRawEvtData which can be set from outside
272 (e.g. to "MRawEvtData2").
273 - with these two changes, the special pixels can be extracted.
274 Difference to previous version: if flag fUseSpecialPixels is set,
275 * the area and sector averages are not calculated.
276 * the MPedestalCam will get initialized to
277 MRawRunHeader->GetNumSpecialPixels().
278 - fix a bug in the calculation of the event-by-event averaged
279 pedestal RMS (one total number of areas or sectors was not taken
280 into account).
281 - make local variables in the calculation of rms and mean doubles
282 instead of floats.
283
284 * mpedestal/MPedCalcPedRun.cc
285 - do not calculate the area and sector averages in case flag
286 fUseSpecialPixels is set.
287 - check for existence of pointer fRawEvt in PostProcess.
288
289
290
291 2005/07/13 Markus Gaug (2005/06/15)
292
293 * mcalib/MCalibrationIntensityConstCam.[h,cc]
294 - new class to store the actual applied conversion factors (now with
295 averaged photo-electrons not in the MCalibrationIntensityChargeCam
296 any more).
297
298 * mjobs/MJCalibration.cc
299 - set the correct (statistical) error of the inter-calibraiton factor
300 into MCalibrationChargePix::SetConversionHiLoErr() and the
301 sigma of the distribution
302 into MCalibrationChargePix::SetConversionHiLoSigma().
303 - In MCalibrationChargePix, the mean conversion error is used for the
304 statistical error of the conversion factor.
305 - In CalibrateData, the sigma is used for the statistical error of the
306 converted signal to equiv. high-gain charges.
307
308
309 2005/07/13 Markus Gaug (2005/06/14)
310
311 * mcalib/MCalibrationHiLoPix.[h,cc]
312 - store also results from profile fits.
313 - increades class version
314
315 * mhcalib/MHCalibrationHiLoPix.[h,cc], mhcalib/MHCalibrationHiLoCam.[h,cc]
316 - added TProfiles for every pixel filled with the high-gain signal
317 vs. low-gain signal which can be fitted to extract gain and
318 offset.
319
320 * mhcalib/Makefile, mhcalib/HCalibLinkDef.h
321 - added MHCalibrationHiLoPix
322
323
324
325 2005/07/13 Markus Gaug (2005/06/10)
326
327 * mcalib/MCalibrationRelTimeCalc.cc
328 - print out forgotten successfully calibrated pixels
329 - small change in spacing of one output
330
331 * mhcalib/MHCalibrationCam.[h,cc]
332 - introduce max. number of events, the rest gets skipped before the
333 next ReInit() is called. Default: 4096
334 Reason: The calibration causes too many un-reliable pixels if more
335 than about 5000 events are treated (@500 Hz) because of the
336 mode hopping of the VCSels. However, in the past, some
337 calibration runs have been taken (erroneously) with more
338 than 5000 events, especially the intensity scans where
339 a good precision is needed.
340 - increased version number
341 - introduce a Getter for the fAverageAreaNum array.
342 - re-normalize the area-averaged sigmas to the equivalent number per
343 pixel also for the intensity calibration.
344
345 * mcalib/MCalibrationChargePix.[h,cc]
346 - divide errors in stat. and syst. errors. Both can be retrieved
347 now, depending on the study, one wants to make.
348
349
350
351 2005/07/13 Markus Gaug (2005/06/06)
352
353 * mhcalib/MHGausEvents.[h,cc]
354 - put small functions into header file to speed up calculations a bit.
355
356 * mcalib/MCalibrationRelTimeCalc.cc
357 - introduce flags to steer the setting of unreliability like done
358 in MCalibrationChargeCalc. Can be steered from the conf-file.
359
360
361
362 2005/07/13 Thomas Bretz
363
364 * mbase/MTaskInteractive.[h,cc]:
365 - fixed a bug with calling ReInit... PostProcess was called instead.
366 - added the missing initialisation of fReInit in constructor
367
368 * sinope.cc:
369 - removed plotting the tasklist statistics twice
370 - replaced DrawClone by DrawCopy (DrawClone gave problems)
371
372 * mhflux/MAlphaFitter.[h,cc]:
373 - fixed the ThetaSq function. It was wrongly defined as
374 exp(-((x-c)/s)^2) instead of exp(-1/2*((x-c)/s))
375 - Set start value for corresponding fit back to same value
376 as for a standard gauss-fit.
377
378
379
380 2005/07/12 Daniela Dorner
381
382 * datacenter/macros/buildsequenceentries.C:
383 - fixed bug, that was caused by changes in TExMap in root_v4.04.02
384
385
386
387 2005/07/12 Daniela Dorner
388
389 * automatic-exclusions.rc:
390 - added two automatic exclusions
391
392 * datacenter/macros/findcacofiles.C:
393 - adapted query to ensure, that only existing caco-files are
394 searched
395
396 * datacenter/macros/getdolist.C:
397 - changed query to make sure, that new data is processed first
398
399 * datacenter/macros/resetallruns.C:
400 - changed query to allow manual interaction in RunProcessStatus
401
402 * datacenter/scripts/runganymed:
403 - fixed bug in choice of rc-file
404
405
406
407 2005/07/12 Thomas Bretz
408
409 * mhist/MHEvent.[h,cc]:
410 - added MTime to output
411
412 * mastro/MAstroCatalog.cc:
413 - added a fix which avoided reproducing the gui elements after
414 reading from file
415
416 * mbase/BaseIncl.h:
417 - added TVector3
418
419 * mbase/MMath.[h,cc]:
420 - added Sgn function
421 - moved include of TVector3 to source file
422
423 * mimage/MHillasExt.cc:
424 - included TVector2
425
426 * mjobs/MJCut.cc:
427 - write Disp to output
428 - write MTime to output
429 - changed handling of source position (MSrcPosCalc)
430
431 * mpointing/MSrcPosCalc.[h,cc]:
432 - allow to switch off source pos calculation
433
434
435
436 2005/07/11 Thomas Bretz
437
438 * callisto.cc, ganymed.cc, mars.cc, showlog.cc,
439 showplot.cc, sponde.cc, mimage/MImgCleanStd.cc:
440 - fixed some typos
441
442 * mastro/MAstro.[h,cc]:
443 - added new member function GetStringDeg and GetStringHor
444
445 * mastro/MAstroCatalog.cc:
446 - don't display empty ": " in tooltip for sources without name
447
448 * mbase/MParContainer.cc, mbase/MTask.cc:
449 - fixed usage of a ?:-operator
450
451 * mbase/MString.h:
452 - added two new constructors
453
454 * mjobs/MDataSet.cc:
455 - made sure that all files read later are sorted correctly.
456 This is necessary to ensure correct reading of subsystem
457 data.
458 - skipped adding a sequence twice
459
460 - print effective on time only in debug mode
461
462 * mjobs/MSequence.cc:
463 - skipped adding a run twice
464
465 * mpointing/MSrcPosCalc.cc:
466 - reformatted the comments
467 - add MTime and MPointingPos to branch list
468 - fTime and fObservatory are now presearched in PreProcess
469 to allow usage in macros having no RunHeaders (if they are
470 not found no warning is printed!)
471 - added sanity checks for these pointers in Process
472
473
474
475 2005/07/08 Thomas Bretz
476
477 * showplot.cc:
478 - implemented the possibility to open a root interpreter
479
480 * mbase/MMath.cc:
481 - added sanity checks in GaussProb
482
483 * mimage/MHillasExt.[h,cc]:
484 - fixed some units
485 - added Paint
486
487 * mimage/MNewImagePar.cc:
488 - fixed Print output
489
490 * mmain/MEventDisplay.cc:
491 - print a separator between two events
492 - Draw MHillasExt, too
493
494 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
495 - fixed Print output
496
497 * mimage/MHillas.cc:
498 - implemented plotting a estimate of disp
499 - fixed some units in output
500 - fixed the special case in which the shower is symmetric to
501 the axis
502
503 * mimage/MHillasCalc.cc:
504 - skipped printing the removed case 4 from MHillas::Calc
505
506 * mbase/MStatusDisplay.cc:
507 - fixed wrong "save as" in "open" dialog
508
509 * mbase/MTaskInteractive.[h,cc]:
510 - added ReInit
511
512 * mhflux/MAlphaFitter.cc:
513 - fixed the standard polynom order (0 instead of 1) for
514 difference histogram
515 - changed default start velue for gauss sigma in case of kThetaSq
516
517 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
518 mhflux/MHEffectiveOnTime.cc, mhflux/MHThetaSq.cc,
519 mjobs/MJCut.cc:
520 - enhanced zenith angle range
521
522 * mhflux/MHFalseSource.h:
523 - made GetCatalog protected
524 - made SetOffData virtual
525
526 * mhflux/MHThreshold.cc:
527 - enabled Sumw2
528
529 * mjobs/MJCut.cc:
530 - removed BinningEnergyEst
531
532 * mpointing/MPointingPos.h:
533 - added copy constructor
534
535 * mpointing/MSrcPosCorrect.cc:
536 - added a comment
537
538 * mranforest/MRFEnergyEst.[h,cc]:
539 - now stores the mean energy of the bins in the forest
540 - implemented several interpolation methods
541
542
543
544 2005/06/28 Thomas Bretz
545
546 * mfilter/MFMagicCuts.[h,cc]:
547 - first full implementation... updates to come.
548
549 * mhbase/MH.[h,cc]:
550 - added new member function to set several palettes
551
552 * mhflux/MHDisp.[h,cc]:
553 - fixed z-axis dscription
554 - rotate filling off data by 180 deg.
555 - implemented subtracting off-data from on-data
556 - set different palettes
557
558 * mhflux/MMcSpectrumWeight.[h,cc]:
559 - implemented additional weight for zenith-angle- and size-bins
560
561
562
563 2005/06/27 Thomas Bretz
564
565 * macros/optim/optimenergy.C:
566 - changed algorithm from Simplex to Migrad
567 - fixed a typo (RunDisp)
568
569 * mhflux/FluxLinkDef.h, mhflux/Makefile:
570 - added new class for threshold calculation
571
572 * mhflux/MHCollectionArea.cc:
573 - replaced BinningEnergy by BinningEnergyEst
574
575 * mimage/MHHillasSrc.cc:
576 - set minimum of fAlpha, fCosDA and fDCADelta to 0
577
578 * mjobs/MDataSet.cc:
579 - improved reading source position
580
581 * mranforest/MRanForest.[h,cc]:
582 - implemented a value describing the forest (eg. corresponding
583 energy)
584 - increased ClassVersion
585
586 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
587 mtrigger/MTriggerPatternDecode.cc
588 - improved dox (thx to Nicola)
589
590 * mjobs/MJStar.cc:
591 - implemented a new write task which only writes the effective
592 on time. This is necessary otherwise for example the image
593 cleaning could skip effective on-time events.
594
595
596
597 2005/06/17 Thomas Bretz
598
599 * mbase/MArgs.[h,cc]:
600 - handle possible char \015 in arguments
601
602 * mdata/MDataArray.h:
603 - added Print function to //*MENU*
604
605 * mhflux/MAlphaFitter.[h,cc]:
606 - added new Option for Scale: Fixed
607 - fixed typo in IsEnvDefined for Signalfunction
608
609 * mhist/MHCamera.cc:
610 - plot profile in deg instead of mm
611
612 * mjobs/MDataSet.[h,cc]
613 - changed error handling when reading source catalog
614
615 * mjobs/MJCut.cc:
616 - added MImagePar to output
617 - take new error handling into account when reading source catalog
618
619 * mjobs/MJSpectrum.cc:
620 - print energy estimator
621 - removed the double minus displaying the fitted spectrum
622
623 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
624 - print rule when optimization has finished
625
626 * mmain/MBrowser.cc:
627 - replaced old path with new path to datacenter
628
629 * mranforest/MRFEnergyEst.[h,cc]:
630 - store binning in new data member fBinning to avoid many calles
631 to atof
632
633
634
635 2005/06/15 Daniela Dorner
636
637 * datacenter/macros/createdataset.C:
638 - added function to read in input from txt-file
639
640 * datacenter/macros/insertdataset.C:
641 - fixed bug -> no new sourcenames can be inserted by this macro
642
643 * datacenter/macros/writesequencefile.C:
644 - fixed small bug in logging-output
645
646
647
648 2005/06/13 Daniela Dorner
649
650 * datacenter/macros/createdataset.C:
651 - added (macro to write simple datasetfile)
652
653 * datacenter/macros/buildsequenceentries.C:
654 - fixed bug introduced 12.5.2005
655
656 * datacenter/scripts/copyscript:
657 - fixed bug
658
659
660
661 2005/06/13 Thomas Bretz
662
663 * mcalib/MCalibrationHiLoCam.h:
664 - added Print to //*MENU*
665
666 * mhflux/MHThetaSq.[h,cc]:
667 - added resources for fNumBinsSignal and fNumBinsTotal
668
669 * mjobs/MJSpectrum.[h,cc]:
670 - implemented weighting in theta, so we get better statistics
671 - improved output
672 - added plotting other spectras
673
674 * Makefile:
675 - added new directory mjoptim
676
677 * manalysis/MEnergyEstimate.[h,cc]:
678 - derives now from a new more genral class MParameterCalc
679
680 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
681 - added new class MParamterCalc
682
683 * manalysis/MParameterCalc.[h,cc]:
684 - added new class MParamterCalc
685
686 * mbase/MLog.cc:
687 - do not display 'underline' if fIsNull output
688
689 * mhbase/MBinning.cc:
690 - removed some obsolete comments fixed old stylish SetBinningCos
691
692 * mhflux/MAlphaFitter.[h,cc]:
693 - background fit can now be switched off
694 - removed some obsolete comments
695 - adapted Print output
696 - added new option to change signal function type
697 - adde new Strategy option: kGaussSigma
698
699 * mhflux/MHAlpha.[h,cc]:
700 - output the gauss sigma to the parameter list
701
702 * mhflux/MHThetaSq.h:
703 - mase InitMapping public (used in MJOptimizeDisp)
704
705 * mjobs/JobsLinkDef.h, mjobs/Makefile:
706 - removed MJOptimize*
707
708 * mjobs/MJOptimize.[h,cc]:
709 - allow minimization of something else than MinimizationValue
710
711 * mjobs/MJOptimizeEnergy.[h,cc]:
712 - added class description with example
713 - added weighting task to RunEnergy (untested)
714
715 * mtools/MChisqEval.[h,cc]:
716 - added comments
717 - print result in Postprocess
718 - allow to give a different name to the result
719
720 * mjobs/MJOptimize*:
721 - finally moved to new dir mjoptim
722 - new class MJOptimizeDisp
723
724
725
726 2005/06/10 Daniela Dorner
727
728 * datacenter/scripts/copyscript:
729 - adapt script to new machine
730
731
732
733 2005/06/10 Thomas Bretz
734
735 * datacenter/macros/plotdb.C:
736 - set minimum and maximum also for ZA graph
737
738 * mdata/MDataChain.cc:
739 - fixed a possible crash to to NULL-acess in GetDataMember
740
741 * mhbase/MBinning.[h,cc]:
742 - added a new binning type "asin" which is used for the
743 ZA binning
744
745 * mhflux/MAlphaFitter.cc:
746 - allow polynom order 1
747 - improved result line in PaintResult
748
749 * mhflux/MHAlpha.cc:
750 - call PaintResult also in DrawAll
751
752 * mhflux/MHCollectionArea.cc:
753 - removede nonsense A_{eff} from plot
754
755 * mhflux/MHDisp.cc:
756 - fixed a possible crash if fSrcPos==NULL
757
758 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
759 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
760 mjobs/MJCut.cc:
761 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
762 the old binning was not well aligned with the MC binning
763
764 * mhflux/MMcSpectrumWeight.[h,cc]:
765 - added the possibility to set ZA-weights
766 (Could be improved calculating correst sine-weights)
767
768 * mimage/MHVsSize.cc:
769 - fixed. Conc1 was incorrectly scaled
770
771 * mjobs/MDataSet.h:
772 - added getter for TLists
773
774 * mjobs/MJCut.cc:
775 - in non-wobble mode the hcalc2 had been wrrornously added
776 to the tasklist -> removed
777
778 * mjobs/MJOptimize.h:
779 - added a comment for EnableTestTrain
780
781 * mpointing/MSrcPosCam.[h,cc]:
782 - implemented Add member function
783
784 * mranforest/MRFEnergyEst.[h,cc]:
785 - fixed a problem with the removal of the last columns
786 - implemented debug-mode
787 - interpolate energy in logarithmic grid
788 - removed Test function completely
789 - added ReadEnv
790
791 * mranforest/MRanTree.[h,cc]:
792 - replaced some TMatrixFRow by TMatrixFRow_const
793
794 * mpointing/MSrcPosCorrect.[h,cc]:
795 - added
796
797 * mpointing/Makefile, mpointing/PointingLinkDef.h:
798 - added MSrcPosCorrect
799
800 * mhflux/MHDisp.cc:
801 - fixed the scaling of the abs-limit of m3l above which
802 we assume that the 3rd moment is a good measurement for the
803 correct disp point
804
805
806
807 2005/06/08 Daniela Dorner
808
809 * datacenter/scripts/checkstardone:
810 - fixed bug
811 - added check
812
813 * datacenter/scripts/runstar, runcallisto, runganymed:
814 - added -v4 to commandlines
815
816
817
818 2005/06/07 Daniela Dorner
819
820 * datacenter/scripts/runstar, runcallisto:
821 - fixed bug in filenumber calculation
822
823
824
825 2005/06/06 Daniela Dorner
826
827 * datacenter/scripts/runganymed:
828 - fixed bug in second commandline
829
830
831
832 2005/06/03 Thomas Bretz
833
834 * ganymed.cc:
835 - fixed the wrong printout of ganymed
836
837 * mars.cc:
838 - allow to open a file via commandline
839
840 * mars.rc:
841 - added some more comments
842
843 * mcalib/MCalibrateRelTimes.cc:
844 - removed obsolete comments
845
846 * mmain/MEventDisplay.cc:
847 - implemented muon analysis
848 - fixed a crash caused by the DF
849
850 * mmain/Makefile:
851 - added -I../mmuon
852
853 * mmuon/MMuonCalibPar.cc:
854 - updated Print output
855
856 * mmuon/MMuonSearchPar.[h,cc]:
857 - updated print output
858 - added Paint function
859
860 * mranforest/MRFEnergyEst.h:
861 - fixed thw wrong data types in setters
862
863 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
864 - don't try to find automatic weights without template file name
865
866 * mjobs/MJStar.cc:
867 - set bit MFillH::kDoNotDisplay for fillmuon
868
869 * mmuon/MHSingleMuon.[h,cc]:
870 - store function in hist
871 - added Paint member function
872
873
874
875 2005/06/03
876
877 * RELEASE 0.9.3
878
879
880
881 2005/06/03 Thomas Bretz
882
883 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
884 - updated
885
886 * callisto.rc:
887 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
888 callisto_Dec04Jan05.txt
889
890 * manalysis/MMultiDimDistCalc.h:
891 - changes to layout
892
893 * mbadpixels/MBadPixelsCalc.cc:
894 - improved sanity checks
895
896 * mbase/MEvtLoop.cc:
897 - fixed a bug which could cause Eventloop to crahs if
898 parlist was not initialized
899
900 * mdata/MDataArray.[h,cc]:
901 - added copy constructor
902
903 * mhbase/MFillH.cc:
904 - made sure that no constructor can crash due to NULL pointers
905
906 * mhbase/MHMatrix.[h,cc]:
907 - first check in AddColumn if the column is available. Afterwards
908 check whether it can be added
909 - added new interfaced to single rows
910
911 * mhflux/MMcSpectrumWeight.cc:
912 - slight change to screen output
913
914 * mjobs/MJPedestal.cc:
915 - slight change to screen output
916
917 * mpedestal/MPedCalcPedRun.cc:
918 - fixed a bug which caused MC files not to work treat them now
919 as pedestal files (always)
920
921 * mranforest/MRFEnergyEst.[h,cc]:
922 - improved the code and the interface
923
924 * mranforest/MRanForestGrow.[h,cc]:
925 - derives now from MRead to be able to use the bar in the
926 display
927
928 * mtools/MTFillMatrix.[h,cc]:
929 - allow to fill a single matrix with all events
930
931 * datacenter/macros/plotdb.C:
932 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
933
934
935
936 2005/06/02 Markus Gaug (2005/06/01)
937
938 * mcalib/MCalibrationChargeCalc.cc
939 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
940 exclude 2 very ringing pixels in September which - when kept -
941 destroy the image cleaning around them.
942
943
944
945 2005/06/02 Markus Gaug (2005/05/31)
946
947 * mjobs/MJCalibration.cc
948 - The MFTriggerPattern filters out all events taken with the
949 CT1-pulser and data format version greater than 4.
950 Demand now that the filter is put into the task list only if the
951 calibration colour is not kCT1.
952
953
954
955 2005/06/02 Markus Gaug (2005/05/26)
956
957 * mpedestal/MPedCalcPedRun.cc
958 - fixed bug in recognition of pedestal bit - affects only intensity
959 calibration.
960
961 * mhcalib/MHCalibrationChargeCam.cc,
962 mhcalib/MHCalibrationRelTimeCam.cc:
963 - do not draw to status display if histogram is empty. This
964 caused some error messages from root.
965
966
967
968 2005/06/02 Thomas Bretz
969
970 * callisto.cc:
971 - made "-raw" the default
972 - switched bad pixel check on for MJPedestalC2
973
974 * callisto_Dec04Jan05.rc:
975 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
976
977 * mhflux/MHThetaSq.[h,cc]:
978 - added missing InitMapping
979
980 * mjobs/MJCalib.cc:
981 - set default for fDataFlag to kIsUseRawData
982
983 * mjobs/MJOptimizeCuts.cc:
984 - added some sanity checks if CreateHistNew couldn't create
985 the histogram
986
987 * mjobs/MJPedestal.[h,cc]:
988 - implemented a possible deadpixel check
989
990 * star.rc:
991 - added a missing template line
992
993 * mbadpixels/MBadPixelsCalc.[h,cc]:
994 - changed to allow different upper and lower cuts in pedestal
995 variance
996
997 * mfilter/MFCosmics.cc:
998 - allpix were not increased correctly if a saturated pixel
999 was skipped
1000
1001 * mjobs/MJCalibrateSignal.cc:
1002 - changed name of "Interp'd" to something more accurate
1003
1004 * msignal/MExtractFixedWindow.cc:;
1005 - removed case 12 for logain resolution as it is in bcn cvs
1006 but nowhere documented
1007
1008 * callisto.rc:
1009 - added new template line for dead pixel check
1010 - added correction factor determined from Muon analysis
1011
1012 * callisto_Dec04Jan05.rc
1013 - added correction factor determined from Muon analysis
1014
1015 * mhflux/MMcSpectrumWeight.cc:
1016 - small change to output
1017
1018
1019
1020 2005/06/01 Thomas Bretz
1021
1022 * mjobs/MJOptimize.[h,cc]:
1023 - moved code for cut optimization to MJOptimizeCuts
1024 - moved code for energy optimization to MJOptimizeEnergy
1025
1026 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
1027 - added
1028
1029 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1030 - added MJOptimizeCuts
1031 - added MJOptimizeEnergy
1032
1033 * showplot.cc:
1034 - set window name to input file name
1035
1036 * mcalib/MCalibColorSet.cc:
1037 - changed order of checks so that an explicit color is
1038 prior to any automatic detection.
1039
1040 * mcalib/MCalibrateData.[h,cc]:
1041 - implemented setting a possible additional scale factor
1042 (for MC it is always reset to 1)
1043
1044 * mfilter/MFCosmics.cc:
1045 - don't count saturated hi-gain pixels at all. It should
1046 not be necessary, because such pixels should have a value
1047 high enough in the high-gains but it seems sometimes they don't
1048
1049 * mhflux/MHAlpha.[h,cc]:
1050 - changed some orders in header
1051 - made some private data members protected
1052 - Call GetVal() if fMap[0]<0. This is necessary if the fill
1053 value is calculated on-the-fly (like ThetaSq)
1054 - made InitMapping virtual
1055
1056 * mhflux/MHDisp.cc:
1057 - removed 'Get-Entries' workarund
1058 - changed the function integartion for the significance
1059
1060 * mhflux/MHThetaSq.[h,cc]:
1061 - overwrite InitMapping because ThetaSq should be read from
1062 the parlist always
1063
1064 * mimage/MHHillas.cc:
1065 - set histogram minimum of Delta to 0
1066
1067 * mpedestal/MPedPhotCam.cc:
1068 - check for unsuitable pixels when calculating the means not
1069 only for the UnsuitableRun ones
1070
1071 * msignal/MExtractor.cc:
1072 - replaced wrong %2d by %2f
1073
1074
1075
1076 2005/06/01 Daniela Dorner
1077
1078 * datacenter/scripts/runcallisto:
1079 - added writing html-logs
1080 - added --auto-time-stop for merpping(ccupdate)
1081
1082 * datacenter/scripts/runganymed:
1083 - added writing html-logs
1084 - added second execution of ganymed
1085 - adapted to correct usage of config-files
1086 - fixed bug
1087
1088 * datacenter/scripts/runstar:
1089 - added writing html-logs
1090 - minor change in logpath
1091
1092
1093
1094 2005/05/31 Daniela Dorner
1095
1096 * datacenter/macros/fillstar.C, plotdb.C:
1097 - added two new parameters
1098
1099 * datacenter/macros/setupdb.C:
1100 - adapted to changes in DB (added two columns)
1101
1102
1103
1104 2005/05/31 Thomas Bretz
1105
1106 * mfileio/MReadReports.[h,cc]:
1107 - changed such that it can force prereading of the first event of
1108 a sequence after PreProcess
1109
1110 * mfileio/MReadTree.h:
1111 - added some comment about the new bits used in MReadReports
1112
1113 * mhflux/MHDisp.cc:
1114 - changed fit limit from 1.1 to 1.0
1115 - fixed access to wrong axis
1116
1117 * mhflux/MHEffectiveOnTime.cc:
1118 - fixed a bug which caused the first bin of the histograms
1119 vs time to disapear in PostProcess, which gave wrong results
1120 on the screen. The output and all following programs not
1121 directly accessing the histograms haven't been affected
1122
1123 * mjobs/MJCalib.cc:
1124 - HasEnv for boolean type resources is obsolete and has been
1125 removed
1126
1127 * mjobs/MJCalibrateSignal.cc:
1128 - removed MPointingPosInterpolate
1129 - adapted usage of MReadReports to changes
1130
1131 * mjobs/MJCut.cc, mjobs/MJStar.cc:
1132 - adapted usage of MReadReports to changes
1133 - made Drive-tree a 'required' tree
1134
1135 * mjobs/MJStar.cc:
1136 - removed "Events" from setting up rate and effective on time
1137 tasks to tlist2. It is obsolete because calibration events
1138 don't enter star at all.
1139
1140 * mpointing/MPointingPosCalc.[h,cc]:
1141 - assume that the run-type is real-data if Process is called before
1142 ReInit
1143
1144 * merpp.cc:
1145 - new options: --auto-time-start --auto-time-stop
1146
1147 * mbadpixels/MBadPixelsTreat.cc:
1148 - removed the checks in the algorithm whether the current pixel
1149 is NULL. MSignalCam doesn't support zero supression anymore.
1150 GetPixById has been replaced by the []-operator
1151
1152
1153
1154 2005/05/30 Thomas Bretz
1155
1156 * msql/MSQLServer.cc:
1157 - added possibility to setup SelectDatabase from resource file
1158
1159 * mbadpixels/MBadPixelsCalc.[h,cc]:
1160 - implemented the possibility to use the check routine
1161 from outside
1162 - check now returns kFALSE if more than 50% of all
1163 pixels are marked as unsuitable
1164
1165 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1166 - added MHDisp
1167 - added MMcSpectrumWeight
1168
1169 * mhflux/MHFalseSource.[h,cc]:
1170 - allow finding of Off-plot for derived classes - like in MHAlpha
1171 - get source position from MSourcePos if existing
1172 - changed some data members from private to protected
1173
1174 * mhflux/MHDisp.[h,cc]:
1175 - added
1176
1177 * mjobs/MJCut.[h,cc]:
1178 - implemented new option (HistNameFS) to allow using a different
1179 False Source Plot
1180
1181 * mpedestal/MPedPhotCam.[h,cc]:
1182 - added a copy constructor to allow conversion from MPedestalCam
1183
1184 * mpointing/MSrcPosCam.[h,cc]:
1185 - added copy constructor
1186
1187
1188
1189 2005/05/30 Daniela Dorner
1190
1191 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
1192 doexclusions, fillcallisto, insertdatasets, runganymed,
1193 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
1194 runcallisto, runstar, writesequencefiles:
1195 - moved two variables from the scripts to the sourcefile
1196
1197 * datacenter/scripts/runganymed:
1198 - changed # of processes
1199
1200 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
1201 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
1202 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
1203 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
1204 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
1205 writesequencefile.C:
1206 - adapted the macros to the changes in msql/MSQLServer.cc
1207
1208 * datacenter/macros/fillstar.C:
1209 - adapted the functions for the myon parameter after the bugfixes
1210 in the calibration
1211
1212
1213
1214 2005/05/27 Daniela Dorner
1215
1216 * datacenter/macros/plotdb.C:
1217 - changed binning of fConvFactorInner
1218 - added plot vs ZdMin
1219
1220 * datacenter/macros/resetcolumn.C:
1221 - added (macro to reset value in the DB)
1222
1223 * datacenter/scripts/runganymed:
1224 - removed command line option for ganymed, which is default now
1225
1226
1227
1228 2005/05/27 Javier Rico (2005/05/26)
1229
1230 * mbadpixels/MBadPixelsCam.cc
1231 - fixed small bug in the Print() function (one line was printed out
1232 at a wrong place). (M. Gaug)
1233
1234
1235
1236 2005/05/27 Javier Rico (2005/05/24)
1237
1238 * mhcalib/MHCalibrationHiLoCam.cc
1239 - do not write Arrays if flag kOscillations is not set.
1240 (this was actually a bug since it caused a huge usage for large
1241 amounts of data). (M. Gaug)
1242
1243 * mcalib/MCalibColorSet.cc
1244 - set colour already in the ReInit(), needed by the digital filter
1245 later. (M. Gaug)
1246
1247 * mjobs/MJCalibration.cc
1248 - forgot to merge hi-lo calibration factors for intensity calibration.
1249 (M. Gaug)
1250
1251 * mhcalib/MHCalibrationCam.[h,cc]
1252 - do not Finalize histograms if a flag kReset is set. Caused wrong
1253 result in last run of intensity calibration. (M. Gaug)
1254
1255 * msignal/MC_calibration_weights_UV.dat
1256 - Removed. It was confusing to have this file since it was just a
1257 copy of calibration_weights_UV.dat. For MC calibration you can
1258 just use the same weights files as for real data. (A. Moralejo)
1259
1260 * msignal/calibration_weights_blue46.dat
1261 - added missing weights file (M. Gaug)
1262
1263
1264
1265 2005/05/27 Markus Gaug (2005/05/21)
1266
1267 * mcalib/MCalibrationChargePix.[h,cc]
1268 - allow setting of extractor resolution in CalcReducedSigma()
1269
1270 * mcalib/MCalibrationChargeCalc.[h,cc]
1271 - implement usage of extractor resolution (only if UseExtractorRes
1272 is set).
1273
1274
1275
1276 2005/05/27 Thomas Bretz
1277
1278 * Makefile:
1279 - removed mmontecarlo directory
1280
1281 * mmontecarlo/MMcEnergyEst.[h,cc],
1282 mmontecarlo/MMcTimeGenerate.[h,cc],
1283 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1284 - removed
1285
1286 * sponde.rc:
1287 - added new line for weighted spectral index
1288
1289 * mbadpixels/MBadPixelsCalc.[h,cc]:
1290 - added an option to perform the checks also in PostProcess
1291
1292 * mhbase/MFillH.h:
1293 - added default argument to SetWeight
1294
1295 * mhbase/MH3.h:
1296 - added Sumw2() member function
1297
1298 * mhflux/MHCollectionArea.[h,cc]:
1299 - added TLatex output to plots
1300 - added some Getter
1301
1302 * mjobs/MJSpectrum.[h,cc]:
1303 - implemented the possibility to weight the monte carlo spectrum
1304 to a new index or function. More details can be found
1305 in MMcSpectrumWeight
1306 - slightly changed the plot comparing the size distributions
1307 - scale the comparsison plots by the resulting spectrum
1308
1309 * mjobs/MJob.[h,cc]:
1310 - added a member function to check ReadEnv of a single
1311 container
1312
1313 * mjobs/Makefile:
1314 - added -I../mmc
1315
1316 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
1317 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
1318 so that both classes are interchangable
1319 - increased both class versions
1320 - chaged the default partictle in MMcEvtBasic from
1321 kGAMMA to kUNDEFINED
1322 - added new particle type: kUNDEFINED
1323
1324 * mhflux/MMcSpectrumWeight.[h,cc]:
1325 - added
1326
1327 * callisto_Dec04Jan05.rc:
1328 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
1329 because it is the dfeault now
1330
1331 * msignal/MExtractTimeAndChargeSpline.cc:
1332 - changed default of fgFallTimeHiGain to 0.5
1333
1334 * mimage/MHillasSrc.h:
1335 - added copy constructor and Copy function
1336
1337 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1338 - implemented reading of automatic weights file following an
1339 idea of Markus G.
1340
1341 * mjobs/MJPedestal.cc:
1342 - fixed the reading of the resource file fopr the extractor
1343 (reading the extractor from file can overwrite the seetings)
1344
1345 * msignal/MC_weights46.dat:
1346 - updated from BCN cvs
1347
1348 * msignal/Makefile:
1349 - added -I../mcalib
1350
1351 * callisto.rc:
1352 - updated comments
1353
1354 * mcalib/MCalibrateData.[h,cc]:
1355 - same small changes to layout
1356 - mainly unrolled Form-statements
1357
1358 * msignal/MExtractFixedWindow.cc:
1359 - added case 12 and a default for logain setting the
1360 extractor resolution (partly taken from bcn cvs)
1361
1362
1363
1364 2005/05/25 Thomas Bretz
1365
1366 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1367 readraw.cc, sponde.cc, star.cc:
1368 - made the output about the root version clearer
1369
1370 * mbase/MEvtLoop.cc:
1371 - call CallProcess instead of Process for the mail tasklist
1372 (this makes sure that all counters are correct) This should
1373 NOT be done for Pre/PostProcess
1374
1375 * mbase/MStatusDisplay.cc:
1376 - fixed a possible crash if padsave==NULL
1377 - fixed the missing first tab in postscript files
1378
1379 * mbase/MTask.cc:
1380 - initialize fNumExec0 with 0 (this was the reason why the
1381 missing CallProcess in MEvtLoop didn't seem to have any effect
1382 on the possible printing of the statistics
1383
1384 * mhflux/MAlphaFitter.cc:
1385 - improved output
1386
1387 * mhflux/MHEffectiveOnTime.cc:
1388 - added some eMail from Wolfgang about treating the calibration
1389 events to the class description
1390 - removed some debug output in Paint()
1391
1392 * mhflux/MHThetaSq.cc:
1393 - replaced \\theta by \\vartheta
1394
1395 * mhvstime/MHPixVsTime.cc:
1396 - fixed a bug found by marcos: the error bars weren't retrieved
1397 correctly (instead of fTypeErr fType was requested)
1398
1399 * mjobs/MJStar.cc:
1400 - do not use calibration events for rate and effective-on-time
1401 calculation
1402
1403 * mjobs/MJob.cc:
1404 - added some debug output to ExpandPath
1405
1406 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
1407 msignal/MExtractor.h:
1408 - added Print() to //*MENU*
1409
1410
1411
1412 2005/05/25 Daniela Dorner
1413
1414 * datacenter/macros/fillcalib.C, setupdb.C:
1415 - changed presicion of parameter
1416
1417 * datacenter/macros/plotdb.C:
1418 - added (macro to plot quality paramter from the DB)
1419
1420
1421
1422 2005/05/24 Daniela Dorner
1423
1424 * datacenter/macros/fillstar.C:
1425 - added new parameters
1426
1427 * datacenter/macros/setupdb.C:
1428 - added variables for the new parameters
1429
1430
1431
1432 2005/05/23 Daniela Dorner
1433
1434 * datacenter/scripts/fillstar:
1435 - fixed bug in path
1436
1437 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
1438 - added check
1439
1440 * datacenter/macros/fillcalib.C, setupdb.C:
1441 - adapted variables for the conversion factor
1442
1443
1444
1445 2005/05/20 Thomas Bretz
1446
1447 * RELEASE 0.9.2
1448
1449
1450
1451 2005/05/20 Daniela Dorner
1452
1453 * datacenter/scripts/insertdatasets,checkstardone:
1454 - adapted paths for release
1455
1456 * datacenter/macros/fillstar.C:
1457 - adapted functions to calculate psf and the ratio
1458
1459 * datacenter/scripts/runganymed:
1460 - adapted ganymed command
1461
1462
1463
1464 2005/05/20 Thomas Bretz
1465
1466 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1467 - increased log-gain window from 6 to 8 according to an
1468 UNDOCUMENTED change in the bcn cvs
1469
1470 * mhcalib/MHCalibrationChargePINDiode.cc:
1471 - removed a check in fill according to an UDOCUMENTED change
1472 in the bcn cvs
1473
1474 * mhcalib/MHCalibrationChargePINDiode.cc:
1475 - use a dynamic_cast for the Fill-argument
1476
1477 * mjobs/MJCalibration.cc:
1478 - shortened output line telling file name of hi-/lo-gain
1479 calibration
1480
1481 * mjobs/MJPedestal.[h,cc]:
1482 - moved code for PulsePosCheck into own function
1483 - put also code for pixel check into this function
1484 - added a sanity check for fExtractor at some places
1485
1486 * msignal/MExtractor.cc:
1487 - added output of pedestal container - if available - in Print()
1488 - improved format of Print() output
1489
1490 * mbase/MEvtLoop.[h,cc]:
1491 - removed the obsolete (it was never been used) argument from
1492 PreProcess
1493 - replaced the second obsolete argument in Eventloop by a flag
1494 whether statistics should be printer or not: default=kTRUE
1495 - Print statistics automatically in Eventloop if tasklists
1496 Process has ever been touched.
1497
1498 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
1499 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
1500 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
1501 - removed call to PrintStatistics - no done automatically in
1502 MEvtLoop
1503
1504 * mpedestal/MExtractPedestal.cc:
1505 - removed InitArrays after ReInit of fExtractor. It is done there
1506 automatically
1507
1508 * mjobs/MJCalibrateSignal.cc:
1509 - don't add pinext and bldext to tasklist if not necessary
1510 (UNDOCUMENTED change from bcn cvs)
1511
1512 * callisto.rc, callisto_Dec04Jan05.rc:
1513 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
1514 really used)
1515
1516 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
1517 - some simplifications to the access of histograms after the loop
1518 has finished. There is no need to search for them in the parameter
1519 list.
1520
1521 * mjobs/MJCut.cc:
1522 - fixed the file-path when writing the status display and an
1523 output path was given.
1524
1525 * mjobs/hilocalib_sp1.root:
1526 - new intercalibration constants due to the latest bug-fixes
1527
1528 * manalysis/MCameraData.[h,cc]:
1529 - removed all stuff depending on MSigmabar
1530
1531 * manalysis/MSigmabar*
1532 - removed
1533
1534
1535
1536 2005/05/20 Markus Gaug (2005/05/19)
1537
1538 * mjobs/MJPedestal.cc:
1539 - fixed an important bug in the setting of the incoming pedestal
1540 pointer to the signal extractor. This bug caused the pedestals not
1541 to be subtracted correctly in the calibration afterwards. The
1542 effect was about 10% too high conversion factors for the digital
1543 filter and the spline and more than 40% for the sliding window.
1544 The bug existed since end of February! (Markus G.)
1545
1546
1547
1548 2005/05/20 Markus Gaug (2005/05/18)
1549
1550 * mcalib/MCalibrationChargeCalc.cc
1551 - issue a warning if no colour has been set until the PostProcess.
1552 (happens to old MC files).
1553
1554
1555
1556 2005/05/19 Markus Meyer
1557
1558 * mmuon/MHMuonPar.cc:
1559 - add a second integral in the function paint, which is
1560 plotted in the MStatusDisplay
1561
1562
1563
1564 2005/05/19 Daniela Dorner
1565
1566 * datacenter/macros/fillstar.C:
1567 - add new parameter
1568
1569 * datacenter/macros/setupdb.C:
1570 - adapted to new column in db
1571
1572 * callisto_Dec04Jan05.rc:
1573 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
1574 better statistics for the calculation of the mean pulse time
1575 of the cosmisc
1576
1577 * datacenter/scripts/runganymed:
1578 - fixed bug in path
1579
1580
1581
1582 2005/05/19 Thomas Bretz
1583
1584 * msignal/MExtractTimeAndCharge.cc:
1585 - simplified a really cryptical use of the ?:-operator when
1586 the fLoGainFirst is calculated
1587 - fixed a bug introduced in the calculation of the derivatives
1588
1589 * mmain/MEventDisplay.cc:
1590 - removed MC trigger display
1591
1592 * mbase/MTaskList.[h,cc]:
1593 - member function to use MTaskList in a TIter
1594
1595 * mhflux/MAlphaFitter.[h,cc]:
1596 - improved the output line plotted into the histogram
1597 - implemented getter for fSigInt
1598 - start integration in first bin not in underflow bin
1599 - added 'background' option for scaling
1600
1601 * mhflux/MHAlpha.[h,cc]:
1602 - added some comments
1603 - improved DistancetoPrimitive
1604
1605 * mhflux/MHThetaSq.[h,cc]:
1606 - derives the binning now from the cut value or the MAlphaFitter
1607
1608 * mjobs/MJStar.cc:
1609 - moved weather data histogram back to the end - otherwise
1610 MEventRate is not initialized before
1611
1612
1613
1614 2005/05/18 Thomas Bretz
1615
1616 * mcalib/MCalibCalcFromPast.cc:
1617 - added missing fIntensQE to list of initialization in
1618 constructor
1619
1620 * mcalib/MCalibrateData.cc:
1621 - fixed a bug which caused kNo to be ignored
1622 - removed a second check for the size of the badpixelcam
1623
1624 * mjobs/MJCalibrateSignal.cc:
1625 - removed the obsolete second adding of filhil and filpul to
1626 the tasklist
1627
1628 * mjobs/MJCalibration.cc:
1629 - do not display result or statistics if no execution has taken
1630 place
1631
1632 * mjobs/MJStar.cc:
1633 - moved processing of CC-branch to the beginning of the tasklist
1634
1635 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
1636 - introduced some small changes to the validity range of
1637 some variables
1638 - determin the higher bound above which no search is done
1639 analog to the lower bound using the fall-time
1640 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
1641 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
1642 the valid range -- at a lot of position in the code random memory
1643 above or below the arrays have been accessed.
1644 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
1645 more by calculating the number of steps from the rise and fall time.
1646 this should at least give consistent results on the same machine!
1647
1648 * mbase/MContinue.cc:
1649 - fixed a namimg problem of the filter when it is added to
1650 the tasklist and has the same name as MContinue
1651
1652 * mcalib/MCalibrationChargeCalc.cc:
1653 - for some sceen output the manipulator (inf) was missing
1654
1655 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
1656 mcalib/MCalibrationChargeCam.cc:
1657 - fixed a problem with the fit (it always tried to display
1658 the fit-function somewhere)
1659
1660
1661
1662 2005/05/17 Thomas Bretz
1663
1664 * callisto.rc, callisto_Dec04Jan05.rc:
1665 - added new comments diescribing setup of MFCosmics
1666
1667 * mfilter/MFCosmics.[h,cc]:
1668 - skip bad pixels using MBadPixelsCam
1669 - implemented a check in PostProcess about the fraction
1670 of events which survived or were rejected
1671 - added ReadEnv for setup
1672
1673 * mfilter/Makefile:
1674 - added mbadpixels
1675 - removed mmain and manalysis
1676
1677 * mhcalib/MHCalibrationChargeCam.h:
1678 - removed numbers from data member descrition -- too much
1679 to maintain
1680
1681 * mhcalib/MHCalibrationChargePINDiode.h:
1682 - incremented version number (undocumented from bcn)
1683
1684 * mjobs/MJCalibration.cc:
1685 - reorganized some TText output (undocumented from bcn)
1686 - overwrite the default of MaxNumberEmptyPixels by 0.05
1687 (undocumented from bcn)
1688 - print tasklist statistics also if eventloop returned
1689 KFALSE
1690
1691 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1692 - changed fgLoGainStartShift from -2.8 to -1.8
1693 (undocumented from bcn)
1694
1695 * msignal/MExtractTimeAndChargeSlidingWindow.h:
1696 - increased version number from 0 to 1 (undocumented from bcn)
1697
1698
1699
1700 2005/05/17 Markus Gaug (2005/05/16)
1701
1702 * msignal/MExtractor.[h,cc]
1703 - introduce two new variables: fResolutionPerPheHiGain and
1704 fResolutionPerPheLoGain, to be set by deriving extractors.
1705 - set version number one higher.
1706
1707 * msignal/MExtractFixedWindow.[h,cc]
1708 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
1709 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1710 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1711 - set the variables fResolutionPerPheHiGain and
1712 fResolutionPerPheLoGain
1713
1714 * msignal/MExtractPINDiode.[h,cc]
1715 - adapt to current PIN Diode signal, fit signal with Gaussian
1716 - set version number up by one.
1717
1718 * msignal/MExtractedSignalPINDiode.[h,cc]
1719 - set new data member fExtractedChi2
1720 - set version number up by one.
1721
1722 * mhcalib/MHCalibrationChargePINDiode.cc
1723 - adapt one function to newly used names.
1724 - adapt signal tests.
1725
1726 * mjobs/MJPedestal.[h,cc]
1727 - read MBadPixelsCam together with extractor, if exisiting
1728 (necessary for bad pixels exclusion in pulse position search).
1729
1730 * mjobs/MJCalibration.[h,cc]
1731 - use MFCosmics in any case (not only for CT1-pulses) and apply
1732 a quality criteria depending on number of rejected events:
1733 MaxExcludedEvents (default: 50%).
1734
1735
1736
1737 2005/05/17 Daniela Dorner
1738
1739 * datacenter/macros/setupdb.C
1740 - adapted to new column in datasetstatus-table
1741
1742 * datacenter/macros/checkstardone.C
1743 - added (macro to check if star has been done for a sequence)
1744
1745 * datacenter/scripts/checkstardone
1746 - added (script that executes checkstardone.C for all datasets
1747
1748 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
1749 fillstar
1750 - fixed bug
1751
1752 * datacenter/scripts/buildsequenceentries, doexclusions,
1753 writesequencefiles
1754 - adapted paths
1755
1756 * datacenter/scripts/insertdataset
1757 - added logging
1758
1759 * datacenter/scripts/runganymed
1760 - added (script to run ganymed automatically for datasets)
1761
1762 * datacenter/scripts/runcallisto
1763 - adapted paths
1764 - fixed bug
1765
1766 * datacenter/scripts/runstar
1767 - adapted paths
1768 - fixed bug
1769
1770 * steps.rc
1771 - adapted resource file to needs of the new table in db
1772
1773
1774
1775 2005/05/13 Daniela Dorner
1776
1777 * datacenter/macros/insertdataset.C
1778 - added (macro, that inserts dataset into db)
1779
1780 * datacenter/macros/setupdb.C
1781 - adapted to new table in db
1782
1783 * datacenter/scripts/insertdatasets
1784 - added (script, that inserts datasets into db)
1785
1786 * datacenter/scripts/sourcefile
1787 - added (file with commands and variables, that are needed by all
1788 scripts)
1789
1790 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
1791 copyscript, correcttime, doexclusions,
1792 filesondisk, fillcallisto, fillstar, runcallisto
1793 runstar, writesequencefiles
1794 - adapted scripts to the usage of the sourcefile
1795
1796 * datacenter/macros/fillcalib.C:
1797 - changed name of histogram according to change of Markus
1798 - removed debugoutput
1799
1800
1801
1802 2005/05/13 Thomas Bretz
1803
1804 * mreport/MReportCC.cc:
1805 - fixed reading of rep-files for versions newer than V200404070
1806
1807 * mpointing/MSrcPosCalc.cc
1808 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
1809 Wolfgang: the results are changed only minimally
1810
1811 * msignal/MExtractTimeAndChargeSpline.cc
1812 - integration ranges were shifted by 0.2 FADC slices to the right.
1813 Fixed in the new algorithm according to Markus' change.
1814
1815 * mcalib/MCalibrationChargeCalc.h:
1816 - Incremented ClassVersion number by 1
1817
1818 * mhcalib/MHCalibrationPulseTimeCam.cc:
1819 - removed a commented debug output
1820
1821 * mjobs/MJCalibration.cc
1822 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
1823 for new exclusion criteria taken from bcn
1824
1825 * manalysis/MEventRateCalc.cc:
1826 - some fixes. In some cases the event rate wasn't calculated
1827 anymore
1828
1829 * mbadpixels/MBadPixelsCalc.cc:
1830 - fixed a bug when checking whether the check should be done
1831 or not (>0 was missing)
1832
1833 * mhist/Makefile:
1834 - added MHWeather
1835
1836 * mhvstime/MHVsTime.[h,cc]:
1837 - implemented new function the set minimum
1838
1839 * mjobs/MJStar.cc:
1840 - read weather data (CC tree)
1841 - set minimum of rate-display to 0
1842 - display weather data for non-MC files
1843
1844 * mmuon/MHSingleMuon.cc:
1845 - slight change to a comment
1846
1847 * callisto.rc:
1848 - added new possible setup
1849
1850 * callisto_Dec04Jan05.rc
1851 - added new possible setup
1852 - use default for MJCalibration.ExtractSignal.LoGainSwitch
1853
1854 * mbadpixels/MBadPixelsCalc.cc:
1855 - exclude unsuitable pixels from mean/rms calculation
1856 - changed the lower bound for the second mean loop from
1857 0.5 to 0.66
1858
1859 * mbadpixels/MBadPixelsCam.cc:
1860 - added case 102 returning the global unsuitable status
1861 of an event
1862
1863 * mhist/MHCamEvent.h:
1864 - added default 0 to SetThreshold
1865
1866 * mjobs/MJCalibrateSignal.cc:
1867 - use new case 102 for unsuitable display
1868 - enable counting (to get the correct display also with
1869 profile option switched on)
1870
1871 * mraw/MRawRunHeader.cc:
1872 - after displaying millions of hex numbers switch back to dec
1873
1874
1875
1876 2005/05/13 Markus Gaug (2005/05/12)
1877
1878 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1879 - set default extraction range in the high gain to 4.
1880 - set default weights file to cosmics_weights46.dat
1881
1882 * mhcalib/MHCalibrationHiLoCam.cc
1883 - set Oscillations to kFALSE
1884
1885 * mhcalib/MHCalibrationChargeCam.cc
1886 - set default for fNumHiGainSaturationLimit to 0.15
1887
1888 * mjobs/MJCalibrateSignal.[h,cc]
1889 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
1890 into tasklist if needed. Otherwise, it does not read the
1891 resources from the config. file.
1892
1893
1894 2005/05/11 Markus Gaug (2005/05/11)
1895
1896 * mjobs/MJPedestal.cc
1897 - adjust the fit ranges for the histogramming with moon data slightly.
1898
1899 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
1900 - make a distinction between newly excluded pixels (by calibration)
1901 and previously excluded pixels in the displays and print-functions
1902
1903 * mcalib/MCalibrationChargeCalc.cc
1904 - introduce the check for fluctuating arrival times.
1905 - set charge limit to from 2.5 to 4.5
1906 - introduce asymmetric exclusion due to "deviating number of phes":
1907 Default: -9.0 +4.5
1908 - make deviating number of phes unsuitable (see David's findings).
1909
1910 * mbadpixels/MBadPixelsPix.h
1911 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
1912
1913
1914
1915 2005/05/13 Daniela Dorner
1916
1917 * datacenter/scripts/runstar
1918 - fixed bug in the calculation of the number of to-do-files
1919
1920 * datacenter/scripts/runcallisto
1921 - fixed bug in the calculation of the number of to-do-files
1922
1923
1924
1925 2005/05/12 Daniela Dorner
1926
1927 * datacenter/macros/fillcalib.C:
1928 - removed debugoutput
1929
1930 * datacenter/macros/fillstar.C:
1931 - added (macro to read parameters from the star*.root files and
1932 fill them into the db)
1933
1934 * datacenter/macros/setupdb.C:
1935 - added new table 'Star'
1936
1937 * datacenter/macros/buildsequenceentries.C:
1938 - added delete-query for new table 'Star' in the delete function
1939
1940 * datacenter/scripts/runstar
1941 - changed number of processes
1942
1943 * datacenter/scripts/runcallisto
1944 - changed number of processes
1945
1946 * datacenter/scripts/fillstar
1947 - added (script to run macro fillstar.C automatically)
1948
1949
1950
1951 2005/05/12 Thomas Bretz
1952
1953 * mcalib/MCalibrationChargeCam.cc:
1954 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
1955
1956 * mmuon/MHMounPar.[h,cc]
1957 - added a line showing a reference shape
1958
1959 * star.rc:
1960 - added setup strings for software trigger
1961
1962 * mbase/MContinue.cc:
1963 - allow setup of already set filters in ReadEnv. They must not
1964 necessarily be already in the tasklist
1965
1966 * mcalib/MCalibrationChargeCalc.cc:
1967 - shortened a lot of Form() calls to reduce the risk of
1968 memory corruption
1969
1970 * mjobs/MJCalibration.cc:
1971 - some cosmetics to text in pad
1972
1973 * mraw/MRawRunHeader.[h,cc]:
1974 - a fix to MRawRunHeader because the definition of the
1975 raw-data format has changed. fProjectName and fSourceName
1976 has no trailig \0 anymore by default
1977 - incremented ClassVersion by 1
1978
1979
1980
1981 2005/05/12 Markus Meyer
1982
1983 * mmuon/MHMounPar.[h,cc]
1984 - added function Paint. This function integrates the TProfile
1985 ArcWidth/Radius Vs. Radius between certain values and shows
1986 the result in the Status Display
1987
1988 * mmjobs/MJStar.cc
1989 - changed the default values for the final muon cuts
1990
1991 * star.rc
1992 - changed the default values for the final muon cuts
1993
1994
1995
1996 2005/05/11 Thomas Bretz
1997
1998 * mbase/MStatusDisplay.cc:
1999 - fixed year of copyright
2000
2001 * mcalib/MCalibCalcFromPast.cc:
2002 - undocumented change from BCN: a new resource has been implemented
2003 in ReadEnv (NumEventsDump)
2004
2005 * mjobs/MJob.[h,cc]:
2006 - added new static member function which can be used
2007 to overwrite relative paths with a default
2008
2009
2010
2011 2005/05/11 Abelardo Moralejo (2005/05/11)
2012
2013 * mjobs/MJPedestal.cc
2014 - Fixed use of MFTriggerPattern: first, added it to the tasklist
2015 (was missing); second, added to tasklist MTriggerPatternDecode
2016 before MFTriggerPattern. This was the reason for the problems
2017 reported by T. Coarasa on May 9. I do not know why the behaviour
2018 of the previous version depended on compiler, but this seemed to
2019 be the case...
2020
2021
2022
2023 2005/05/11 Markus Gaug (2005/05/11)
2024
2025 * mjobs/MJCalibration.cc
2026 - display in Tab "Conv" in the 3rd column the conversion to equiv.
2027 phes instead of Cherenkov photons.
2028
2029 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
2030 mjobs/calibrationref_Dec04.rc:
2031 - add reference lines for the conv. to equiv. phes.
2032
2033 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
2034 - make a distinction between newly excluded pixels (by calibration)
2035 and previously excluded pixels in the displays and print-functions
2036
2037 * mcalib/MCalibrationChargeCalc.cc
2038 - introduce the check for fluctuating arrival times.
2039 - set charge limit to from 2.5 to 4.5
2040
2041
2042
2043 2005/05/10 Markus Gaug (2005/05/10)
2044
2045 * mhcalib/MHCalibrationHiLoCam.cc
2046 - ask for averageing and do not fill the arrays per pixel any more.
2047 This caused too much memory usage for the calculation of the
2048 high-gain low-gain inter-calibration constants.
2049
2050 * mcalib/MCalibrationChargePix.[h,cc]
2051 - store number of saturated events in the results container.
2052 - set version number by one higher (due to new data member).
2053
2054 * mhcalib/MHCalibrationChargeCam.cc
2055 - store number of saturated events in the results container.
2056 - allow reading of NumHiGainSaturationLimit and
2057 NumLoGainSaturationLimit in ReadEnv
2058 - set saturation limit from 5% to 8.5%
2059
2060 * mbadpixels/MBadPixelsPix.h
2061 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
2062 kFluctuatingArrivalTimes
2063
2064 * mbadpixels/MBadPixelsCam.cc
2065 - set bit kPreviouslyExcluded in the AsciiRead-Function
2066 - include three new bits in the Print() function
2067
2068 * mjobs/MJCalibration.cc
2069 - display excluded pixels from DeadPedestalRms in Defect-Tab.
2070 - display correct error of the RMS/Mean charge diagramm.
2071
2072 * mcalib/MCalibrationChargeCam.cc
2073 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
2074
2075
2076
2077 2005/05/11 Hendrik Bartko (2005/05/09)
2078
2079 * msignal/MC_weights46.dat
2080 - updated weights file for digital filter with dedicated MC weights
2081 with 4 slices for the high gain and 6 slices for the low gain
2082
2083
2084
2085 2005/05/10 Daniela Dorner
2086
2087 * datacenter/macros/fillcalib.C:
2088 - added some parameters (reading from calib*.root and inserting
2089 into db)
2090
2091 * datacenter/macros/setupdb.C:
2092 - adapted macro to the new columns in the calibration db
2093
2094 * datacenter/macros/fillsignal.C:
2095 - fixed typo
2096
2097
2098
2099 2005/05/10 Markus Meyer
2100
2101 * mmuon/*:
2102 - update of the class documentation
2103
2104 * mmuon/*:
2105 - commented out the ArcLength and Estimpact (will be not
2106 calculated for the moment)
2107
2108
2109
2110 2005/05/10 Thomas Bretz
2111
2112 * mreport/MReportStarguider.cc:
2113 - introduced the correct version which marked the fix of the
2114 units of the nominal position
2115
2116 * callisto.rc:
2117 - introduced a new line for new option in MCalibColorFromPast
2118
2119 * ganymed.cc:
2120 - removed option "--full-display" -> now default
2121
2122 * manalysis/MEnergyEstimate.cc:
2123 - print the rule a bit earlier in PreProcess
2124
2125 * mfilter/MFDeltaT.cc:
2126 - fixed a typo in the output
2127
2128 * mhflux/MAlphaFitter.cc:
2129 - some improvements to output
2130
2131 * mjobs/MJCut.cc:
2132 - added ThetaSquared to output
2133
2134 * mjobs/MJStar.cc:
2135 - fixed bug in copying of OriginalMC tree
2136
2137 * mmuon/MMuonCalibParCalc.cc:
2138 - removed obsolete setting of ReadyToSave
2139
2140 * mjobs/MJSpectrum.cc:
2141 - made sure the correct type of MHAlpha is used
2142
2143
2144
2145 2005/05/10 Markus Gaug (2005/05/09)
2146
2147 * mjobs/hilocalib_sp1.root
2148 * mjobs/hilocalib_sp1_mc.root
2149 - new hi-lo intercalibration files with the fixed spline extractor.
2150
2151 * mjobs/hilocalib_df46_mc.root
2152 - new hi-lo intercalibration files from MC with the left out -O5
2153 option. (The real data files had already the correct executable).
2154
2155
2156
2157 2005/05/10 Hendrik Bartko (2005/05/09)
2158
2159 * msignal/MC_weights46.dat
2160 - NEW weights file for digital filter with dedicated MC weights
2161 with 4 slices for the high gain and 6 slices for the low gain
2162
2163
2164
2165 2005/05/10 Markus Gaug (2005/05/08)
2166
2167 * mhcalib/MHCalibrationCam.[h,cc]
2168 - introduce parameters fLowerFitLimit and fHigherFitLimit to
2169 tell explicitly from outside to fit functions in a certain
2170 range. If both are 0. (default), the histogram limits define
2171 the fit limits (as before).
2172
2173
2174
2175 2005/05/10 Abelardo Moralejo (2005/05/07)
2176
2177 * mcalib/MMcCalibrationCalc.cc
2178 - in Process, fixed wrong estimate of true number of "equivalent
2179 photoelectrons" (correctedphotel). This worked roughly OK as long
2180 as the file used for calibration was a (noiselesss) gamma file,
2181 because most light is contained in the inner camera and the
2182 problem was related to the light going into the outer pixels. So
2183 results are not much affected, unless one uses for calibration
2184 a file with events having a lot of light in the outer camera.
2185 Thomas Hengstebeck noticed this problem when he used a file of MC
2186 calibration pulses in mccalibrate.C
2187
2188 * manalysis/MMcCalibrationUpdate.[h,cc]
2189 - Added possibility to set the hi to lo gain conversion factor.
2190 Until now the factor was simply the ratio of pulse areas as read
2191 from MMcFadcHeader. This of course is not the factor to be applied
2192 to the extracted signals unless the extractor integrates the full
2193 pulse in both high and low gain. The factor depends then on the
2194 extractor, and the user has to find out what its value is.
2195 Set as default calibration type kPhe.
2196
2197 * macros/mccalibrate.C, starmc.C
2198 - Added the setting of the hi to lo gain conversion factor (see
2199 above). For now it has to be calculated by the user. However, it
2200 is strongly recommended from now on to use always callisto for the
2201 calibration of real data, and not these macros. These are kept
2202 just for checking purposes, mostly by "experts".
2203
2204
2205
2206 2005/05/10 Robert Wagner (2005/05/06)
2207
2208 * mreport/MReportStarguider.[h,cc]:
2209 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
2210
2211
2212
2213 2005/05/10 Markus Gaug (2005/05/05)
2214
2215 * mcalib/MCalibCalcFromPast.[h,cc]
2216 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
2217 entire results obtained with the F-Factor method (including a new
2218 number of mean photo-electrons). This possibility is switched on
2219 (only) if somewhere in the callisto.rc file the following line is
2220 written:
2221 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
2222 (Default is still the old way of adjusting the relative extracted
2223 charges w.r.t. the mean charge over the inner camera).
2224
2225
2226
2227 2005/05/10 Markus Gaug (2005/05/02)
2228
2229 * mcalib/MCalibrationChargeCam.[h,cc]
2230 - added new function MergeHiLoConversionFactors
2231
2232 * mcalib/MCalibColorSteer.[h,cc]
2233 - introduce copying of hi-lo calibration factors from one cam to
2234 the next in intensity calibration.
2235 - added storage of averageing histograms of flag fHistStorage is
2236 set
2237
2238 * mcalib/MCalibrationIntensityCam.[h,cc]
2239 - introduce place for storage of averageing histograms (if wanted).
2240
2241
2242
2243 2005/05/09 Markus Meyer
2244
2245 * mmuon/MHSingleMuon.cc
2246 - changed the default value for the binning of fHistPhi
2247 - changed the start parameter for the gaussian fit for the
2248 calculation of ArcWidth
2249
2250
2251
2252 2005/05/09 Thomas Bretz
2253
2254 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2255 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
2256 - changed order of initialization such that a real NULL
2257 output is possible
2258 - changed TApplication name from upper to lower case
2259 - in some applications replaced manual setup of gLog with
2260 gLog.Setup
2261
2262 * showlog.cc:
2263 - improved alorithm
2264
2265 * showplot.cc:
2266 - implemented Print options
2267
2268 * mbase/MLog.[h,cc]:
2269 - fixed a bug which caused output in NULL output
2270 - added Getter IsNullOutput
2271
2272 * mbase/MStatusDisplay.[h,cc]:
2273 - implemented PDF and SVG printing
2274 - moved "Save As Something" to new submenu
2275 - fixed and improved printing
2276 - implemented PrintDialog for printing
2277 - implemented printing of log (untested)
2278 - allow saving by extension (line Print() in root): SaveAs
2279
2280 * mfileio/MWriteRootFile.h:
2281 - replaced BIT(17) by BIT(23) to improve compatibility with
2282 root 4.04/00 and upcomming versions
2283
2284 * mhflux/Makefile, mjobs/MJCut.cc:
2285 - replaced MTheta by MThetaSq to get rid of a problem
2286 with the automatic naming of the binning (BinningTheta)
2287
2288 * mhist/MHCamera.[h,cc]:
2289 - fixed a workaround (it has been fixed in root 4.04/00)
2290 - allow setting the palette through the Draw-option. This allows
2291 storage of the palette
2292 - removed fColor. The palette is now diretly set though gStyle in
2293 Paint
2294
2295 * mjobs/MJOptimize.cc:
2296 - restore null output correctly after eventloop
2297
2298 * mjobs/MJSpectrum.cc:
2299 - renamed Hist and HistOff to HistE and HistEOff
2300 - added binnings M3Long and Conc1
2301
2302
2303
2304 2005/05/06 Thomas Bretz
2305
2306 * mbase/MStatusDisplay.cc:
2307 - fixed constructor to work with newer root versions
2308 (gClient!=NULL)
2309
2310 * mfileio/MWriteRootFile.h:
2311 - added a comment about BITs used by root
2312
2313 * mhflux/MHEffectiveOnTime.cc:
2314 - use 1e-10 instead of 0 in TPad::Divide
2315
2316
2317
2318 2005/05/06 Daniela Dorner
2319
2320 * datacenter/scripts/copyscript:
2321 - added command to ensure the correct permissions of the files
2322 on disk
2323
2324
2325
2326 2005/05/04 Markus Meyer
2327
2328 * mjobs/MJStar.cc:
2329 - added cut in ArcWidth (final cuts for muons)
2330
2331 * star.rc:
2332 - added cut in ArcWidth
2333
2334 * mmuon/MHSingleMuon.h
2335 - added a Getter for fHistWidth
2336
2337
2338
2339 2005/05/04 Thomas Bretz
2340
2341 * mfileio/MWriteRootFile.cc:
2342 - fixed a possible infinite loop when compiling the new
2343 file name as suggested by Abelardo
2344
2345 * mhflux/MHAlpha.cc:
2346 - search for fName+"Off" instead of ClassName()+"Off"
2347
2348 * mjobs/MJSpectrum.cc:
2349 - scale the displayed zd-plots by their maximum as the
2350 histograms are scaled before
2351
2352 * mjobs/MJStar.cc:
2353 - implemented writing of the muon parameters. This takes another
2354 5% of the time (in total 15-20% for muon analysis). It enlarges
2355 the file size by roughly 15% (a test file was enlarged from
2356 5.1M to 5.9M)
2357
2358 * mmuon/MMuonCalibPar.cc:
2359 - set default of ArcPhi to an invalid value = -1
2360
2361 * mreport/MReportDrive.cc:
2362 - fixed a typo in the comments
2363
2364
2365
2366 2005/05/03 Thomas Bretz
2367
2368 * mjobs/MJCut.cc:
2369 - added histogram <Fake->'OnTime' for MC
2370
2371 * mpointing/MSrcPosCalc.cc:
2372 - removed dependancy on MTime for MC
2373
2374 * star.cc:
2375 - addde possibility to switch off muon analysis
2376
2377 * star.rc:
2378 - added parameters for muon analysis
2379
2380 * mbadpixels/MBadPixelsCam.cc:
2381 - fixed a typo in a comment
2382
2383 * mjobs/MJStar.[h,cc]:
2384 - added possibility to switch off muon analysis
2385
2386 * mjobs/Makefile:
2387 - added -I../mmuon
2388
2389 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
2390 - renamed MHAlpha to Hist (to have a common naming for all options)
2391 - renamed MHAlphaOff to HistOff
2392
2393
2394
2395 2005/05/02 Thomas Bretz
2396
2397 * ganymed.rc:
2398 - updated to the latest changes
2399
2400 * mhflux/MHAlpha.[h,cc]:
2401 - made a base class with the necessary interface to derived classes
2402 to support other variables like dca or theta
2403
2404 * mjobs/MJCut.[h,cc]:
2405 - added support for MHAlpha derived classes
2406 - made MHTheta the default
2407
2408 * mhflux/MHTheta.[h,cc]:
2409 - added
2410
2411 * mhflux/Makefile, mhflux/FluxLinkDef.h:
2412 - added MHTheta
2413
2414
2415
2416 2005/04/29 Thomas Bretz
2417
2418 * manalysis/MEventRateCalc.cc:
2419 - fixed jumps when a new run is initiated
2420 - set as time a time which represents the starting point
2421 of the calculation interval in all cases
2422
2423 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
2424 - fixed wrong units of thresholds for muon analysis
2425
2426 * mmuon/MHSingleMuon.cc:
2427 - removed obsolete conversion factor in error calculation
2428 - FindeCreateObj called for MMuonSetup
2429 - get NDF from fit
2430 - optimized FindRangeAboveThreshold
2431 - handle special case when arcphi is 360deg
2432
2433 * star.cc:
2434 - replaced ProcessFile by Process
2435
2436 * mjobs/MJSpectrum.cc:
2437 - renamed second MHAlpha tab to MHAlphaOn to be able to
2438 access each tab uniquely
2439 - fixed a bug calling SetStats which could cause crashes
2440
2441 * mjobs/MJStar.[h,cc]:
2442 - preliminary implementation of the muon analysis
2443 - reanamed ProcessFile to Process
2444
2445
2446
2447 2005/04/28 Thomas Bretz
2448
2449 * manalysis/MMultiDimDistCalc.[h,cc]:
2450 - replaced MHadronness by MParameterD
2451
2452 * mhflux/MHEnergyEst.cc:
2453 - removed obsolete include of MEnergyEst
2454
2455 * mmuon/MHMuonPar.cc:
2456 - fixed a type in an axis label
2457
2458
2459
2460 2005/04/27 Thomas Bretz
2461
2462 * Makefile:
2463 - added mmuon
2464 - remobed mstarcam
2465
2466 * callisto.cc, ganymed.cc, star.cc:
2467 - renamed ProcessFile to Process
2468
2469 * star.rc:
2470 - added some muon parameters
2471
2472 * mastro/MAstroCamera.[h,cc]:
2473 - temporarily removed interface to MStarPos
2474
2475 * mbase/MStatusArray.h:
2476 - added default constructor
2477
2478 * mcalib/MCalibColorSet.cc:
2479 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
2480 (undocumented change from the BCN cvs)
2481
2482 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
2483 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
2484 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
2485 - removed support for MRunIter (use the setter of MSequence
2486 instead) -- this makes the code a lot easier to maintain
2487 - removed support for autodetection if the output already exists --
2488 this makes the code a lot easier to maintain
2489 - renamed ProcessFile to Process - which was missleading
2490
2491 * mmuon/MHMuonPar.[h,cc]:
2492 - changes to axis labels etc.
2493
2494 * mmuon/MMuonCalibPar.[h,cc]:
2495 - removed the histograms and all obsolete variables
2496 - removed obsolete SetUseUnmap (this cannot happen
2497 by definition of Unmap)
2498
2499 * mmuon/MMuonCalibParCalc.[h,cc]:
2500 - moved the code for calculation the parameters to new class
2501 MHSingleMuon
2502
2503 * mmuon/MMuonSearchPar.[h,cc]:
2504 - replaced arbitrary fir by minuit (faster and more accurate)
2505 - removed precalculation of muon center - makes fit worse
2506
2507 * mmuon/MMuonSearchParCalc.[h,cc]:
2508 - fixes to comments
2509 - fixes to includes
2510
2511 * mmuon/MMuonSetup.[h,cc]:
2512 - binnings removed (replaces by MBinning)
2513
2514 * mmuon/Makefile, mmuon/MuonLinkDef.h:
2515 - added MHSingleMuon
2516
2517 * msignal/MExtractTimeAndchargeSpline.cc:
2518 - fixed a bug found by Abelardo which could cause different
2519 results with different compiler optimiztaion options due
2520 to rounding errors.
2521
2522
2523
2524 2005/04/25 Thomas Bretz
2525
2526 * ganymed.cc:
2527 - changed policy of writing the resulting events to the result file
2528
2529 * sponde.cc:
2530 - added commandline option to use all monte carlos
2531 - added command line option to read the MCs more accurate
2532
2533 * sponde.rc:
2534 - added
2535
2536 * mbase/MStatusDisplay.[h,cc]:
2537 - added some code to get Tab by name
2538 - fixed a typo in a status line output
2539
2540 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
2541 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
2542 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
2543 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
2544 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
2545 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
2546 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
2547 - changed GetHistByName to be const-qualified to be compatible
2548 with FindObject
2549 - added some FindObject function to call GetHistByName
2550
2551 * mhflux/MHAlpha.[h,cc]:
2552 - changed such, that it can be forced to display the excess
2553 events versus size
2554
2555 * mjobs/MJCut.[h,cc]:
2556 - display number of excess events versus Size per default
2557 - removed energy estimator
2558
2559 * mjobs/MJOptimize.cc:
2560 - display number of excess events verss size after optimization
2561
2562 * mjobs/MJSpectrum.[h,cc]:
2563 - implemented setting up energy estimator
2564 - replaced some gLog by fLog
2565 - display comparison of image parameters
2566
2567
2568
2569 2005/04/22 Thomas Bretz
2570
2571 * mbase/MStatusArray.[h,cc]:
2572 - switch off adding histograms to gDirectory in newly
2573 overwritten Read-function
2574
2575 * mhflux/MHCollectionArea.[h,cc]:
2576 - implemented member function GetHistSel
2577 - don't display full statistics
2578 - fixed a possible crash in Paint
2579
2580
2581
2582 2005/04/22 Markus Meyer
2583
2584 * mmuon/MMuonSetup[.h.cc]:
2585 - new container class for muon parameters
2586 which are not changing from event to event
2587 (setup parameters for the analysis). These
2588 parameters were stored in MMuonCalibPar before
2589
2590 * mmuon/MMuonCalibPar[.h.cc]:
2591 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2592 and MSignalPix to read the new format
2593 - removed the setup parameters (stored now in
2594 MMuonSetup)
2595 - removed all the sanity checks
2596 - removed pre-cuts
2597 - cuts in process, to save only muon-like events
2598
2599 * mmuon/MMuonCalibParCalc[.h.cc]:
2600 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2601 and MSignalPix to read the new format
2602 - removed pre-cuts
2603
2604 * mmuon/MMuonSearchPar[.h.cc]:
2605 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2606 and MSignalPix to read the new format
2607 -
2608
2609 * mmuon/MMuonSearchParCalc[.h.cc]:
2610 - changed MCerPhotEvt and MCerphotPix to MSignalCam
2611 and MSignalPix to read the new format
2612
2613 * mmuon/MHMuonPar[.h.cc]:
2614 - new histgram class, plots different muon
2615 parameters
2616
2617
2618
2619 2005/04/21 Daniela Dorner
2620
2621 * datacenter/scripts/runcallisto:
2622 - fixed choice of todofile
2623
2624 * datacenter/scripts/copyscript:
2625 - adapted some paths
2626
2627 * datacenter/macros/filldotrun.C:
2628 - added 6 new arehucas versions
2629
2630 * datacenter/scripts/writesequencefile:
2631 - added make path for sequencefiles
2632
2633
2634
2635 2005/04/21 Thomas Bretz
2636
2637 * mhcalib/MHCalibrationRelTimeCam.cc:
2638 - fixed usage of a uninitialized pointer
2639
2640 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
2641 - fixed usage of MFTriggerPattern
2642
2643 * mtrigger/MFTriggerPattern.[h,cc]:
2644 - allow to set default from outside in case no pattern
2645 could be decoded
2646
2647
2648
2649 2005/04/20 Thomas Bretz
2650
2651 * callisto.cc:
2652 - added a comment which shows how to correctly skip job2 if
2653 extractor doesn't inherit from MExtractTimeAndCharge, but...
2654 // This could skip job2 if extractor doesn't inherit from
2655 // MExtractTimeand Charge... but this is not necessary.
2656 // We only get the same pedestal twice (which we want to have
2657 // anyhow. A switch when using the result of job2 later is also
2658 // not necessary, because without running job2 it is identical
2659 // with job1
2660
2661 * mjobs/MSequence.cc:
2662 - use the sequence number'd directories in case of calibrated data
2663 and image files instead of the date.
2664
2665 * mhflux/MAlphaFitter.cc:
2666 - copy also results in Copy()
2667
2668 * mjobs/MJOptimize.cc:
2669 - print result of optimization in case MAlphaFitter is used
2670 - store results back in initial MAlphaFitter
2671
2672 * mjobs/MJSpectrum.[h,cc]:
2673 - implemented a faster simple mode weighting the read spectrum
2674 with the theta-probability
2675
2676
2677
2678 2005/04/20 Daniel Mazin (2005/04/18)
2679
2680 * mreport/MReportCamera.[h,cc]
2681 - added necessary changes to include Active Load and Central Pixel
2682 info from Camera reports
2683
2684 * mcamera/MCameraActiveLoad.[h,cc]
2685 - added to store Active Load info from the Camera reports
2686
2687 * mcamera/MCameraCentralPix.[h,cc]
2688 - added to store Central Pixel info from the Camera reports
2689
2690 * mcamera/Makefile
2691 * mcamera/CameraLinkDef.h
2692 - added MCameraActiveLoad and MCameraCentralPix classes
2693
2694
2695
2696 2005/04/20 Markus Gaug (2005/04/15)
2697
2698 * mcalib/MCalibrationChargeCam.[h,cc]
2699 - added new function CopyHiLoConversionFactors
2700
2701
2702
2703 2005/04/20 Markus Gaug (2005/04/14)
2704
2705 * mcalib/MCalibColorSteer.[h,cc]
2706 - fixed a bug in the recognition of the calibration bit pattern.
2707 Concerns only intensity calibration.
2708
2709 * mcalib/MCalibrationRelTimeCalc.cc
2710 - return kTRUE instaed of kFALSE in case that the Process() has
2711 never been executed.
2712
2713 * mjobs/MJCalibration.cc
2714 - add a filter against PIN Diode events since some of the recent
2715 calibration runs have been taken with Pin Diode.
2716
2717
2718
2719 2005/04/12 Markus Gaug
2720
2721 * mcalib/MCalibrationCam.[h,cc]
2722 - added a storage place for the run number
2723
2724 * mcalib/MCalibCalcFromCalc.[h,cc]
2725 - store the run number in the individual MCalibrationCams
2726
2727
2728
2729 2005/04/19 Thomas Bretz
2730
2731 * mjobs/MJCut.cc:
2732 - fixed a problem when not enabling "--res"
2733
2734 * mimage/MHVsSize.[h,cc]:
2735 - added more displayed variables
2736
2737 * mjobs/MJSpectrum.[h,cc]:
2738 - added
2739
2740 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2741 - added MJSpectrum
2742
2743 * Makefile:
2744 - added sponde.cc
2745
2746 * sponde.cc:
2747 - added
2748
2749 * mhbase/MBinning.h:
2750 - added Print() to //*MENU*
2751
2752 * mhflux/MAlphaFitter.cc:
2753 - do not set inf-flag in Print()
2754
2755 * mhflux/MHAlpha.[h,cc]:
2756 - set all-flag for printing MAlphaFitter("result")
2757 - added Getter for excess histogram
2758
2759 * mjobs/MDataSet.[h,cc]:
2760 - allow to initialize a TChain from this dataset
2761
2762 * mjobs/MJCut.cc:
2763 - moved energy estimator back before Cut0 otherwise the
2764 EnergyEst container is missing in summary file
2765
2766 * mhflux/MHCollectionArea.cc:
2767 - draw efficiency into third pad
2768
2769
2770
2771 2005/04/18 Thomas Bretz
2772
2773 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
2774 mbadpixels/MBadPixelsTreat.cc:
2775 - some fixes to documentation (THtml complained about missing
2776 classes)
2777
2778 * mbase/MStatusArray.[h,cc]:
2779 - implemented some functions to print contents of StatusArray
2780 and/or tab/canvas.
2781
2782 * mhbase/MFillH.cc:
2783 - remove fH from ListOfPrimitives before adding Clone in
2784 PostProcess
2785
2786 * mhbase/MH.[h,cc]:
2787 - implemented new member function RemoveFromPad (necessary
2788 if a class should support same-option)
2789
2790 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2791 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
2792 - fixed naming in case of same-option in Draw
2793 - remove previous histograms from pad in case of same-option
2794
2795 * mjobs/MJCut.[h,cc]:
2796 - write all binnings in WriteResult
2797 - write MHillasExt to output
2798 - BinningWidth, BinningLength and BinningDist added
2799
2800 * mjobs/MJOptimize.[h,cc]:
2801 - fixed a typo in output
2802 - allow to exchange Test-/Train-Sample
2803
2804 * ganymed.cc:
2805 - implemented "-mc" option to allow cutting MC samples
2806
2807 * showlog.cc:
2808 - implemented real treatment of debug-levels
2809 - return 1 instead of 0 in cae of normal finish
2810
2811 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
2812 mhflux/MAlphaFitter.h:
2813 - added Print() to context //*MENU*
2814
2815 * manalysis/MMatrixLoop.cc:
2816 - fixed returning of number of entries if using split mode
2817
2818 * mbase/MContinue.cc:
2819 - implemented Print() function
2820
2821 * mbase/MParContainer.[h,cc]:
2822 - in Read set name of object to argument name if argument!=NULL
2823 - reordered some checks for Method calls
2824
2825 * mdata/MDataFormula.cc:
2826 - fixed a problem with the replacement if using [?] for
2827 fits
2828
2829 * mfbase/MFEventSelector2.cc:
2830 - replaced some +=1 and -=1 by ++ and --
2831
2832 * mfileio/MReadMarsFile.cc:
2833 - fixed a bug which caused Preprocess to crahs if instatiated
2834 with default constructor
2835
2836 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
2837 - use dynamic_cast if getting "stats"
2838
2839 * mhflux/MAlphaFitter.cc:
2840 - small updates to output
2841
2842 * mhflux/MHEnergyEst.cc:
2843 - fixed all axis lables
2844 - implemented fit of resolution
2845 - initialize fBias=0 in SetupFill
2846 - enhances Print() output
2847
2848 * mjobs/MJCalibrateSignal.cc:
2849 - moved all tasks for interleaved calibration events to
2850 a third tasklist
2851
2852 * mjobs/MJCut.[h,cc]:
2853 - implemented correct treatment of MC files
2854 - write resulting events to result file if no filename set
2855 - moved energy estimator behind cuts
2856
2857 * mjobs/MJOptimize.cc:
2858 - changed RunEnergy such, that it can correctly treat
2859 MC files written by ganymed using wobble-mode
2860
2861 * mbase/MStatusDisplay.cc:
2862 - fixed a possible crash in GetFullPad
2863
2864 * mhbase/MBinning.[h,cc]:
2865 - implemented Copy Constructor
2866
2867 * mhflux/MHCollectionArea.h:
2868 - call CalcEfficiency in Finalize
2869
2870 * mhflux/MHEnergyEst.[h,cc]:
2871 - implemented GetWeights
2872
2873 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
2874 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
2875 - remove histograms from global directory if name was changed
2876 in Draw
2877
2878 * mimage/MHVsSize.cc:
2879 - exhanged the arguments of TMath::Sign
2880
2881
2882
2883 2005/04/14 Thomas Bretz
2884
2885 * Release 0.9.1
2886
2887
2888
2889 2005/04/14 Thomas Bretz
2890
2891 * mjobs/MJCut.cc:
2892 - added MPointingPos to output
2893
2894
2895
2896 2005/04/13 Thomas Bretz
2897
2898 * mbase/MStatusDisplay.[h,cc]:
2899 - implemented new Image types which can be written
2900
2901 * mhbase/MBinning.[h,cc]:
2902 - added some more constructors which can set the binning directly
2903
2904 * mhflux/MHEnergyEst.h:
2905 - added getter for fHEnergy
2906
2907 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2908 - added MHCollectionArea
2909
2910 * mhflux/MHCollectionArea.[h,cc]:
2911 - added
2912
2913
2914
2915 2005/04/13 Daniela Dorner
2916
2917 * datacenter/macros/fillcalib.C:
2918 - added update
2919
2920 * datacenter/scripts/copyscript
2921 - fixed bug / changed path
2922
2923 * datacenter/macros/setupdb.C
2924 - added table
2925
2926
2927
2928 2005/04/12 Daniela Dorner
2929
2930 * datacenter/macros, datacenter/scripts:
2931 - added
2932
2933 * datacenter/macros/buildsequenceentries.C,
2934 datacenter/macros/checkfileavail.C,
2935 datacenter/macros/doexclusions.C,
2936 datacenter/macros/fillcalib.C,
2937 datacenter/macros/filldotrbk.C,
2938 datacenter/macros/filldotrun.C,
2939 datacenter/macros/fillsignal.C,
2940 datacenter/macros/findcacofiles.C,
2941 datacenter/macros/getdolist.C,
2942 datacenter/macros/insertcacofile.C,
2943 datacenter/macros/insertdate.C,
2944 datacenter/macros/resetallruns.C,
2945 datacenter/macros/setstatus.C,
2946 datacenter/macros/setupdb.C,
2947 datacenter/macros/writesequencefile.C,
2948 datacenter/scripts/buildsequenceentries
2949 - added macros to do the automatic procedures in the datacenter
2950
2951 * datacenter/scripts/checkfilesforsequenceavail,
2952 datacenter/scripts/copyscript,
2953 datacenter/scripts/correcttime,
2954 datacenter/scripts/doexclusions,
2955 datacenter/scripts/filesondisk,
2956 datacenter/scripts/fillcallisto,
2957 datacenter/scripts/runcallisto,
2958 datacenter/scripts/runstar,
2959 datacenter/scripts/writesequencefiles
2960 - added scripts to do the automatic procedures in the datacenter
2961
2962 * automatic-exclusions.rc, steps.rc
2963 - added rc files for the automatic procedures
2964
2965
2966
2967 2005/04/12 Thomas Bretz
2968
2969 * Makefile:
2970 - for the moment remove mhistmc from compilation
2971
2972 * ganymed.cc:
2973 - return 2 when detecting wrong commandline argument
2974
2975 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2976 - removed MEnergyEst (replaced by a simple MParameterD)
2977
2978 * manalysis/MEnergyEstimate.[h,cc]:
2979 - replaced MEnergyEst by MParameterD
2980 - implemented Print() function
2981 - updated ClassVersion from 0 to 1 to allow storage of
2982 energy estimator
2983
2984 * mbase/MStatusArray.[h,cc]:
2985 - overloaded DisplayIn to allow displaying a single tab
2986 - added some output if ObjectInCanvas not found
2987
2988 * mbase/MStatusDisplay.[h,cc]:
2989 - enhanced Read() and Display() with the possibility to only
2990 read or display a single tab
2991
2992 * mcalib/MCalibrateData.cc:
2993 - enhancements to logging output
2994
2995 * mcalib/MCalibrationRelTimeCalc.cc:
2996 - some fixes to format of logging output
2997
2998 * mfbase/MF.[h,cc]:
2999 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
3000 This was necessary to allow storage of MF into files
3001 - changed ClassVersion from 0 to 1
3002
3003 * mhbase/MBinning.cc:
3004 - fixed SetEdgesRaw (lin, log, etc was ignored)
3005
3006 * mhflux/MHAlpha.[h,cc]:
3007 - replaced MEnergyEst by MParameterD
3008 - renamed Theta to ExcessTheta
3009 - renamed Energy to ExcessEnergy
3010 - renamed Size to ExcessSize
3011 - renamed Time to ExcessTime
3012
3013 * mhflux/MHEnergyEst.[h,cc]:
3014 - replaced MEnergyEst by MParameterD
3015 - implemented Print() function
3016 - some fixes to displaying the histograms. This makes sure,
3017 that no crashes happen, but unluckily it works correctly only
3018 with root 4.02/00
3019
3020 * mjobs/MJOptimize.[h,cc]:
3021 - implemented a AddPreCut taking a MFilter as argument
3022 - SetBit(kCanDelete) for all internal PreCuts
3023 - Print the result of the energy estimation after it was done
3024
3025 * mranforest/MRFEnergyEst.[h,cc]:
3026 - replaced MEnergyEst by MParameterD
3027
3028 * mfileio/MReadTree.cc:
3029 - shortened the output a bit when siwtching to the next file
3030
3031
3032
3033 2005/04/11 Thomas Bretz
3034
3035 * manalysis/MMatrixLoop.[h,cc]:
3036 - implement option to divide matrix into two samples
3037
3038 * mhflux/MHEnergyEst.cc:
3039 - changed to display projection of enegry resolution
3040 - fixed to use correct minimization value
3041
3042 * mjobs/MJOptimize.[h,cc]:
3043 - implemented option to divide sample into test/train
3044
3045 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
3046 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
3047 - small updates to log-output
3048
3049 * mhflux/MAlphaFitter.cc:
3050 - output scale-factor
3051
3052 * mhist/MHCamera.cc:
3053 - as a workaround for a severe problem in gStyle->SetPalette
3054 when using the deep blue sea I have switched off this
3055 Platte for the moment
3056
3057
3058
3059 2005/04/08 Markus Gaug (2005/04/07)
3060
3061 * mhcalib/MHCalibrationChargeCam.cc:
3062 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
3063 if IsOscillations()
3064
3065 * mjobs/MJCalibrateSignal.cc:
3066 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
3067 hchacam, hbndcam, hrelcam
3068
3069 * mhcalib/MHCalibrationRelTimeCam.cc:
3070 - fill array only if IsOscillations() is true. This is the case in
3071 all classes deriving from MHCalibrationCam, except for this one!
3072 The effect was that the interlaced calib. events occupied more
3073 and more memory becoming slower and slower because the option:
3074 SetOscillations(kFALSE) was not treated correctly.
3075
3076 * mjobs/pedestalref_Dec04.rc
3077 - update the reference lines in the display according to the spline
3078 extractor.
3079
3080 * mjobs/MJCalibration.cc
3081 - clarify a mis-leading histogram title
3082
3083 * callisto_Dec04Jan05.rc:
3084 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
3085 file.
3086
3087
3088
3089 2005/04/08 Thomas Bretz
3090
3091 * mhbase/MH3.cc:
3092 - replaced all Float-histograms by double histograms. This
3093 is backward compatible with I/O and has the advantage, that
3094 we are compatible with most other double histograms used in
3095 Mars
3096
3097 * mhflux/MHEnergyEst.cc:
3098 - made the energy binning the same than in all other classes
3099
3100 * mreport/MReportStarguider.[h,cc]:
3101 - implemented new values from new starguider report as defined
3102 in TDAS00-07 V7.1
3103 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
3104 is arcmin)
3105
3106 * mjobs/MJCalibrateSignal.cc:
3107 - first replaced contmc by a new filter Markus G. used, but
3108 after a discussion with Abelardo it turned out, that the
3109 original filter does a better job, becuase it takes both
3110 (level 1 trigger and minimum number of phes) conditions
3111 used in the MC into account.
3112
3113 * mjobs/MJCut.cc:
3114 - added a plot: Effective-On-Time versus Theta used to produce
3115 a spectrum
3116
3117 * mjobs/MJCalibrateSignal.cc:
3118 - removed condition IsUseBlindPixel() and IsUsePINDiode from
3119 setting filter and applied it to the corresponding task
3120
3121 * mjobs/MDataSet.cc:
3122 - fixed a bug using the default paths
3123
3124
3125
3126 2005/04/07 Thomas Bretz
3127
3128 * mpointing/MSrcPosCalc.cc:
3129 - also skip Process if fSourcePos==NULL, this happens in real
3130 data, too, if no pointing correction is done.
3131
3132 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3133 - removed MParameterI, MParameterD, MParameterDerr
3134
3135 * mbase/BaseLinkDef.h, mbase/Makefile:
3136 - added MParameterI, MParameterD, MParameterDerr
3137
3138 * mbase/MParList.cc:
3139 - if a container is rejected due to wrong inheritance its
3140 inheritance is mentioned in the error message
3141
3142 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
3143 - removed MWeight
3144
3145 * mhbase/MWeight.[h,cc]:
3146 - removed, replaced by MParameterD
3147
3148 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
3149 - replaced MWeight by MParameterD
3150
3151 * mjobs/MJStar.cc:
3152 - fixed the wrong axis title in the histogram showing the rate
3153
3154 * manalysis/MParameters.[h,cc]:
3155 - moved to mbase
3156
3157 * mbase/MParameters.[h,cc]:
3158 - inherit MParameterDerr from MParameterD
3159 - changed class version of MParameterDerr from 1 to 2
3160
3161 * mfbase/MFEventSelector2.cc:
3162 - fixed that in SelectProb the wrong bin was chosen
3163
3164
3165
3166 2005/04/07 Markus Gaug (2005/04/06)
3167
3168 * mjobs/calibrationref_Dec04.rc
3169 * callisto_Dec04Jan05.rc
3170 - update the reference lines in the display according to the spline
3171 extractor.
3172
3173 * msignal/MExtractTimeAndChargeSpline.cc
3174 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
3175 January data where the calib. pulse position changes much.
3176
3177 * mjobs/MJCalib.cc
3178 * mjobs/MJCalibration.cc
3179 - move fDevice and functions IsUseBlindPixel() and
3180 IsUsePINDiode() into the base class.
3181
3182 * mjobs/MJCalibrateSignal.cc
3183 - do not apply the modified extraction window to the interlaced
3184 calibration events. This is a bugfix especially for the
3185 December and January data.
3186 - extract and fit blind pixel and pin diode only if flag
3187 IsUseBlindPixel() or IsUsePINDiode() is set.
3188
3189
3190
3191 2005/04/07 Markus Gaug (2005/04/03)
3192
3193 * mcalib/MCalibrateData.cc
3194 - made one warning more understandable.
3195
3196 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3197 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
3198 defective extraction of the MC at low-gain signals lower than 90
3199 phes.
3200
3201
3202
3203 2005/04/07 Markus Gaug (2005/04/01)
3204
3205 * mpedestal/MExtractPedestal.[h,cc]
3206 - use the standard way to define the default for fNumEventsDump
3207 - added missing "NumDump" in ReadEnv
3208
3209 * callisto_*.rc
3210 - correct the default of the number of events used in
3211 pedestal calculation (NumEventsDump).
3212 - added missing lines for setting of parameters for the
3213 MJCalibrateSignal.PedCalcFromExtractRndm.*
3214 (CORRECTED SOME BUGS IN THIS LINES)
3215 - Replaced NumEventsDump by NumDump
3216
3217
3218
3219 2005/04/05 Thomas Bretz
3220
3221 * mjobs/MSequence.cc:
3222 - fixed a bug in SetupDatRuns. P was setup instead of D
3223
3224 * star.cc, mjobs/MJStar.cc:
3225 - fixed wrong setup of data-files
3226
3227 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
3228 mjobs/hilocalib_sp1_mc.root:
3229 - added
3230
3231 * mimage/MHillasCalc.[h,cc]:
3232 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
3233
3234 * mmc/MMcCorsikaRunHeader.h:
3235 - added Getter for fWobbleMode
3236
3237 * mpointing/MSrcPosCalc.[h,cc]:
3238 - added detection of MC files and setting of source position
3239 according to wobble mode flag in MMcCorsikaRunHeader
3240 - fixed a bug in ReadEnv (wrong return statement) found
3241 by Abelardo. Correct handling of floating point numbers
3242 in the source position (12.5) was affected.
3243
3244
3245
3246 2005/04/04 Thomas Bretz
3247
3248 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
3249 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
3250 mjobs/MSequence.[h,cc]
3251 - changed setup procedure for paths to allow using standard
3252 paths everywhere
3253 - fixed to use new correct datacenter standard paths
3254 - made sure, that the sequences in a dataset are sorted by
3255 their number to ensure the correct synchronization
3256
3257 * mhflux/MHAlpha.cc:
3258 - display correct error (excess/significance)
3259
3260 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
3261 - removed MPointingPosCalc from Tasklist
3262
3263 * mjobs/MJStar.cc:
3264 - added MPointingPosCalc to tasklist for "Events" in case of MC
3265
3266 * ganymed.cc, mjobs/MJCut.[h,cc]:
3267 - implemented an option to enhance the display
3268 - do not display FS plot in wobble mode
3269 - made sure files are not written when they should not be written
3270
3271 * mhflux/MHAlpha.[h,cc]:
3272 - let FitEnergyBins return the mean of the significance of
3273 all Energy Bins
3274
3275 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3276 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
3277 - implemented or fixed implementation of "same" Draw-option
3278 - slightly modified binning for Dist in MHHillasSrc
3279
3280 * mjobs/MJCalibrateSignal.cc:
3281 - do not plot pulse time twice
3282
3283 * mjobs/MJOptimize.cc:
3284 - print all parameters in minuit after they have been
3285 setup
3286
3287
3288
3289 2005/04/01 Thomas Bretz
3290
3291 * mbadpixels/MBadPixelsCalc.cc:
3292 - switched on bad pixel detection for a pedestal level
3293 which is more than 5 times the variance
3294
3295 * mfbase/MF.cc:
3296 - when fixing the "Inverted" bit in ReadEnv don't print a
3297 message on the screen
3298
3299 * mhflux/MHAlpha.cc:
3300 - plot correct errors
3301 - do not plot the point if its significance is not greater 1
3302
3303
3304
3305 2005/03/29 Markus Gaug
3306
3307 * mcalib/MCalibColorSet.cc:
3308 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
3309
3310
3311
3312 2005/03/29 Thomas Bretz
3313
3314 * ganymed.cc:
3315 - implemented cmdline option for wobble and no-wobble to overwrite
3316 dataset
3317 - added cmdline option to print dataset
3318
3319 * mbase/MEvtLoop.[h,cc]:
3320 - added some memory leak analysis to eventloop
3321
3322 * mbase/MStatusDisplay.[h,cc]:
3323 - added third part to status bar which displays the current
3324 memory usage
3325 - added some more sizes to menu bar
3326 - replaced SetStatusLine1/2 by calling a common SetStatusLine
3327 - added a delete to CloseWindow() to be able to close a
3328 static window. REMARK: This gives a hell of warnings in
3329 valgrind but it is currently the only option to get this working
3330 which is really annoying
3331
3332 * mhbase/MH.cc:
3333 - small simplification
3334
3335 * mhbase/MHMatrix.cc:
3336 - replaced IsValid() by a check for the number of Rows, this
3337 was necessary because in root 4.02/00 all matrices seems
3338 to be valid
3339
3340 * mhflux/MHAlpha.cc:
3341 - changed the number of default bins in energy
3342 - make sure that the Alpha plot for off-data is displayed with
3343 a minimum at 0
3344 - fixed TPad::Divide for root 4.02/00
3345
3346 * mhflux/MHEnergyEst.cc:
3347 - use the mean abs of the resolution as fit value
3348 - some fixed to graphics
3349 - fixed the TPad::Divide for root 4.02/00
3350 - for the moment removed the pad added to the list of cleanups
3351 to get rid of the crashes
3352
3353 * mhflux/MHFalseSource.cc:
3354 - fixed for root 4.02/00 which seaqrches in the current pad
3355 for the histogram when calling Project3D
3356 - fixed the TPad::Divide for root 4.02/00
3357
3358 * mhist/MHHadronness.[h,cc]:
3359 - use MParameterD instead of MHadronness
3360
3361 * mimage/ImageLinkDef.h, mimage/Makefile:
3362 - added MHVsSize
3363
3364 * mimage/MHHillas.cc:
3365 - implemented 'same' for Center-histogram
3366
3367 * mhflux/FluxLinkDef.h, mhflux/Makefile:
3368 - added MHEnergyEst
3369
3370 * mhflux/MAlphaFitter.[h,cc]:
3371 - added significancetimes log10(excess) as fit option
3372
3373 * mjobs/MDataSet.[h,cc]:
3374 - added wobble-mode option
3375
3376 * mjobs/MJCut.cc:
3377 - changed default binning for energy
3378 - added MHillasSrcAnti optionally to the output
3379 - added MHVsSize to the tabs which are shown
3380
3381 * mjobs/MJOptimize.[h,cc]:
3382 - added dummy parameters to FixParameter for compatibility
3383 with SetParemeter
3384 - replaced MFSupercuts by MFMagicCuts
3385 - use Energy in MHAlpha instead of size
3386
3387 * mbase/MFilter.[h,cc]:
3388 - implemented ReadEnv to treat "Inverted"
3389
3390 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
3391 - treat "inverted" with MFilter::ReadEnv
3392
3393 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
3394 - replaced MHadronness by MParameterD
3395
3396 * mdata/MDataFormula.[h,cc]:
3397 - removed comments from SetVariables
3398 - replaced GetExpFormula by GetTitle
3399
3400 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3401 - MHadronness removed
3402
3403 * mfilter/MFMagicCuts.[h,cc]:
3404 - added
3405
3406 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3407 - added MFMagicCuts
3408
3409 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3410 - removed MJExtractSignal
3411
3412 * mfbase/MF.cc:
3413 - fixed a problem with double-inversion in ReadEnv
3414
3415 * mpointing/MSrcPosCalc.cc:
3416 - removed an output line which showed only an empty container
3417
3418
3419
3420 2005/03/24 Thomas Bretz
3421
3422 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
3423 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
3424 - replaced all returns of -1 by return 2
3425
3426 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3427 - added MEnergyEst (container)
3428
3429 * mhflux/MAlphaFitter.[h,cc]:
3430 - implemented new fit result options
3431
3432
3433
3434 2005/03/23 Markus Gaug
3435
3436 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3437 - fix a bug in the time fine adjustment
3438
3439 * mjobs/hilocalib_*_mc.root
3440 - high-gain low-gain intercalibration constants for the MC.
3441
3442 * mjobs/MJCalibration.cc
3443 - use the MC- intercalibration files for MC.
3444
3445
3446
3447 2005/03/23 Thomas Bretz
3448
3449 * mhcalib/MHCalibrationChargeCam.cc:
3450 - fixed a possible crash in DrawDataCheckPixel() if
3451 pix.GetGraphEvents() returns NULL
3452
3453
3454
3455 2005/03/23 Thomas Bretz
3456
3457 * Release 0.9
3458
3459
3460
3461 2005/03/23 Thomas Bretz
3462
3463 * ganymed.cc:
3464 - implemented wobble-mode option
3465
3466 * mhflux/MAlphaFitter.[h,cc]:
3467 - fixed a problem in wobble mode (number of on- minus number
3468 of off-entries where calculated as 0)
3469 - added some additional resource options for scaling
3470 - added some missing const-qualifiers
3471
3472 * mhflux/MHAlpha.cc:
3473 - some cosmetic change to output
3474
3475 * mjobs/MDataSet.[h,cc]:
3476 - added the possibility to add a source name for wobble mode
3477 (preliminary)
3478 - added reading from *.edb catalog
3479
3480 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3481 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
3482 - replaced iter.Print("all") by iter.Print()
3483
3484 * mjobs/MJCut.[h,cc]:
3485 - implemented wobble mode
3486 - implemented getting source position
3487
3488 * mjobs/MJStar.cc:
3489 - switched off calculation of MConcentration
3490 - implemented the new debug option for files (was still missing
3491 in MJStar)
3492
3493 * mpointing/MSrcPosCalc.[h,cc]:
3494 - always writa the anti-source position into the parameter list, too
3495 - implemented wobble mode (exchange source and anti-source position)
3496
3497 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3498 - added MJOptimize
3499
3500 * mfilter/MFSupercuts.[h,cc]:
3501 - added
3502
3503 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3504 - added MFSupercuts
3505 - removed MFAlpha
3506
3507 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3508 - removed MEnergyEst
3509 - removed MEnergyEstParam
3510 - removed MEnergyEstParamDanielMkn421
3511 - removed MSupercuts
3512 - removed MSupercutsCalc
3513 - removed MFindSupercuts
3514 - removed MMinuitInterface
3515 - removed MFiltercutsCalc
3516
3517 * mhist/Makefile, mhist/HistLinkDef.h:
3518 - removed MHEnergyTime
3519 - removed MHEnergyTheta
3520 - removed MHAlphaEnergyTime
3521 - removed MHAlphaEnergyTheta
3522 - removed MHThetabarTime
3523 - removed MHThetabarTheta
3524 - removed MHGamma
3525 - removed MHSigmaPixel
3526 - removed MHSigmabarTheta
3527 - removed MHOnSubtraction
3528 - removed MHFindSignificance
3529 - removed MHCT1Supercuts
3530
3531 * mhflux/Makefile, mhflux/HistLinkDef.h:
3532 - added MHEnergyEst
3533
3534
3535
3536 2005/03/22 Thomas Bretz
3537
3538 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3539 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
3540 - added a possibility to print the files which are
3541 searched/found if the files doesn't match the sequence
3542
3543 * mjobs/MJPedestal.cc:
3544 - undocumented(!) change, changed fgExtractWinLeft
3545 from 3.5 to 2.5
3546
3547 * mimage/MHillas.cc:
3548 - fixed a bug which took unused pixels into account
3549 introduced errornously with the last change to MSignalCam
3550
3551
3552
3553 2005/03/21 Thomas Bretz
3554
3555 * mfbase/MFDataChain.cc:
3556 - fixed a bug in GetDataMember if fData is not valid
3557
3558 * mhbase/MH3.cc:
3559 - moved drawing histograms back to Draw. This fixes a
3560 problem with root 4.02/00. Reading/Writing should be
3561 no problem if the names of the profiles are well known.
3562 - with this fix 'same' is currently NOT supported
3563
3564 * mimage/ImageLinkDef.h, mimage/Makefile:
3565 - added MNewImagepar2
3566 - added MHCewImagePar2
3567
3568 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
3569 - added new classes calculating and displaying the length
3570 of the border line of a shower
3571
3572 * mimage/MHImagePar.cc:
3573 - fixed a problem with root 4.02/00 when setting the margin
3574 in Divide to 0 by setting it to 1e-10
3575
3576 * mimage/MHNewImagePar.[h,cc]:
3577 - fixed to display Areas in deg^2
3578
3579 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
3580 mimage/MImagePar.cc, mimage/MNewImagePar.cc
3581 - a small fix to Print()
3582
3583 * mimage/MHillasCalc.[h,cc]:
3584 - added MNewImagePar2 to supported image parameters
3585
3586 * mjobs/MJStar.cc:
3587 - replaced MCerPhotEvt by MSignalCam
3588
3589 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
3590 mjobs/hilocalib_df46.root:
3591 - added new intercalibration file for digital filter 4sl higain
3592 and 6sl logian
3593
3594 * mbase/MLogHtml.cc:
3595 - fixed a bug in Underline which cause a crash if fOut==NULL
3596 - output a message if file cannot be opened
3597
3598 * mhcalib/MHCalibrationPulseTimeCam.cc:
3599 - for some output there was a replacement of pix.GetPixId()
3600 by hist.GetName() <undocumented>
3601
3602 * mimage/MHillas.[h,cc]:
3603 - added new member function GetBorderLine returning the border
3604 line correspondig to an ellipse with axis lnegth and width
3605 - added new member function GetArea returning the area
3606 correspondig to an ellipse with axis lnegth and width
3607
3608
3609
3610 2005/03/19 Markus Gaug
3611
3612 * mjobs/hilocalib_df46.root
3613 - added new intercalibration file for digital filter 4sl higain
3614 and 6 slices logain
3615
3616 * mjobs/MJCalibration.cc
3617 - exchanged intercalibration file from hilocalib_df_4.root to
3618 hilocalib_df46.root
3619 - do not apply hi-gain lo-gain intercalibration for MC files.
3620
3621 * mjobs/MJPedestal.cc
3622 - exchanged two (Int_t)'s by TMath::Nint().
3623 - undocumented(!) change to the calculation of the extraction
3624 range (PulsePosCheck)
3625
3626 * callisto.rc
3627 - exchanged default weights file for Digital filter from
3628 cosmics_weights4.dat to cosmics_weights46.dat and from
3629 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
3630 This change is absolutely necessary, given the new results from
3631 Nuria about the signal resolution in the low gain which gets worse
3632 than the intrinsic Poisson jitter above 350 phes. Also the time
3633 resolution is too bad. This was not known before we had the
3634 correct low-gain MC pulse.
3635
3636
3637
3638 2005/03/18 Thomas Bretz
3639
3640 * Makefile:
3641 - removed mone from list of compiled programs
3642
3643 * mars.cc:
3644 - replaced the MARS display by the Camera Display directly
3645
3646 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
3647 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
3648 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
3649 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
3650 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
3651 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
3652 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
3653 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
3654 - removed dependancy on MArrivalTime, information now
3655 found in MSignalCam
3656 - replaced MCerPhotEvt by MSignalCam
3657 - it was renamed because it will be completely incompatible
3658 anyhow
3659
3660 * mjobs/MJCalibrateSignal.cc:
3661 - use new MSignalCam type to display pulse position of cosmics
3662
3663 * mcalib/MCalibrateData.cc:
3664 - calculate number of saturated pixels
3665
3666 * manalysis/MCerPhotEvt.[h,cc]:
3667 - removed possibility for zero-supression. Now the index
3668 is identical with the position in the array
3669 - renamed and moved to msignal/MSignalCam.[h,cc]
3670
3671 * manalysis/MCerPhotPix.cc:
3672 - removed obsolete values
3673 - added arrival time
3674 - renamed and moved to msignal/MSignalPix.[h,cc]
3675
3676 * mcalib/MCalibrationChargeCalc.cc:
3677 - some cosmetic changes and small fixed from the Munich cvs
3678 (undocumented)
3679
3680 * mfileio/MWriteRootFile.cc:
3681 - fixed bug in RecursiveRemove which caused crashed with real
3682 data
3683
3684 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
3685 - updated, but untested
3686
3687 * mhist/MHCamEvent.[h,cc]:
3688 - some fixes in Draw to get a correct display in root 4.02/00
3689 (at least on 64-bit systems)
3690 - removed kSqrtVariance it is included in kProfile now
3691
3692 * mhist/MHCamera.[h,cc]:
3693 - removed sqrtvariance option which is included in profile now
3694 - the profile now uses the new array fBinEntries to display
3695 a more accurate profile
3696
3697 * mhist/MHEvent.cc:
3698 - set to type 6 for arrival times
3699
3700 * mimage/MHillasCalc.cc:
3701 - updated text for error=1
3702
3703 * mimage/MImagePar.cc:
3704 - copy number of saturated pixels from MSignalCam
3705
3706 * mjobs/MJStar.cc:
3707 - enhanced title of some histogram
3708
3709 * mjobs/MSequence.cc:
3710 - updated path to fit data center (D.Dorner)
3711
3712 * mmain/MEventDisplay.cc:
3713 - display Arrival Time from MSignalCam now
3714
3715 * msignal/MArrivalTimeCam.cc:
3716 - implemented a new case 6 which is identical with the
3717 default case AND arrival time from MSignalCam
3718
3719 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3720 manalysis/:
3721 - removed MCerPhotEvt
3722 - removed MCerPHotPix
3723 - removed MCerPhotAnal
3724 - removed MCerPhotAnal2
3725 - removed MCerPhotCalc
3726
3727 * mimage/Makefile, manalysis/ImageLinkDef.h:
3728 - removed MHillasSrcCalc
3729
3730 * manalysis/MSupercutsCalc.cc:
3731 - removed an obsolete include
3732
3733 * mhist/Makefile, mhist/HistLinkDef.h:
3734 - removed MHSigmaTheta
3735
3736 * mmain/Makefile, mmain/HistLinkDef.h:
3737 - removed MDataCheck
3738 - removed Mars
3739 - removed MAnalysis
3740 - removed MMonteCarlo
3741 - removed MGDisplayAdc
3742 - removed MOnlineDisplay
3743 - removed MOnlineDump
3744
3745 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
3746 - added MSignalCam
3747 - added MSignalPix
3748 - added MSignalCalc
3749
3750 * msql/Makefile, msql/SqlLinkDef.h:
3751 - removed MSqlInsertRun
3752
3753 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3754 - removed MFSelBasic
3755 - removed MFSelStandard
3756 - removed MFSelFinal
3757
3758
3759
3760 2005/03/17 Thomas Bretz
3761
3762 * callisto.cc:
3763 - added new option moon
3764 - use light condition from MSequence to determin light condition
3765 automatically
3766
3767 * mjobs/MJPedestal.h:
3768 - allow setting SetUseHists also to kFALSE
3769
3770 * mjobs/MSequence.[h,cc]:
3771 - added fLightCondition
3772
3773 * mcalib/MCalibrateData.cc:
3774 - undocumented change from Markus Gaug
3775
3776 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
3777 mfilter/MFCT1SelFinal.[h,cc]:
3778 - moved to manalysisct1
3779
3780 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3781 - removed MFCT1SelBasic
3782 - removed MFCT1SelStandard
3783 - removed MFCT1SelFinal
3784
3785 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3786 - removed MPad
3787 - removed MMakePadHistograms
3788 - removed MSigmabar
3789 - removed MSigmabarParam
3790 - removed MSigmabarCalc
3791
3792 * mimage/Makefile, mimage/ImageLinkDef.h:
3793 - removed MImgCleanTGB
3794
3795 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
3796 - removed MMcEnergyEst
3797 - removed MMcTimeGenerate
3798
3799 * msignal/Makefile, msignal/SignalLinkDef.h:
3800 - removed MArrivalTime
3801 - removed MArrivalTimeCalc
3802 - removed MArrivalTimeCalc2
3803
3804 * mjobs/MJCalibration.cc:
3805 - followed some undocumented changes from the other cvs
3806
3807
3808
3809 2005/03/16 Thomas Bretz
3810
3811 * callisto.cc:
3812 - set changed extractor in MJCalibrateSignal from MJPedestal
3813 - don't process 'range finding' for MonteCarlo data
3814
3815 * callisto.rc:
3816 - removed obsolete Modified* option
3817
3818 * mjobs/MJCalibrateSignal.[h,cc]:
3819 - removed obsolete flag for ModifiedExtractWin
3820 - allow also NULL for SetExtractor
3821 - rearanged the too MWriteRootFile instantiations otherwise
3822 callisto crashes in MWriteRootFile::ChangeFile
3823 - removed some obsolete comments about an old MC workaround
3824
3825 * mdata/MDataChain.cc:
3826 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
3827
3828 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
3829 mhcalib/MHCalibrationCam.cc:
3830 - undocummented change
3831
3832
3833
3834 2005/03/16 Markus Gaug
3835
3836 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3837 - fixed a bug in the reading of the resource file (reading of the
3838 MExtractTimeAndCharge resources was skipped).
3839
3840 * mcalib/MCalibrateData.cc
3841 - for the case that the high-gain saturates, but the low-gain signal
3842 could not be extracted successfully, take the high-gain signal,
3843 multiplied by 1.5 (before, 0 was taken erroneously).
3844
3845 * msignal/MExtractTimeAndCharge.cc
3846 - catch one potential case for memory leaks in the low-gain
3847 calculation. Extract low-gain only if the remaining extraction
3848 window is not smaller than the number of slices needed by the
3849 signal extractor.
3850 - set the default fgLoGainStartShift to -3.5
3851
3852 * msignal/MExtractTimeAndChargeSpline.[h,cc]
3853 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3854 - adjust fLoGainStartShift by one slice, after findings from MC.
3855
3856
3857
3858 2005/03/15 Markus Gaug
3859
3860 * msignal/MExtractTimeAndChargeSpline.h
3861 - take fRandomIter out of the streamer.
3862 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
3863 - raise version number to 4
3864
3865 * mjobs/MJCalibration.cc
3866 - set default to kFALSE for PIN Diode or Blind Pixel calibration
3867 (was kTRUE by error).
3868
3869
3870
3871 2005/03/15 Thomas Bretz
3872
3873 * mjobs/MJCalibrateSignal.[h,cc]:
3874 - added the fExtractor data member
3875 - added a destructor deleting it
3876 - only read extractor from file if not set by user
3877 - user fExtractor as extractor1
3878 - do not delete extractor1 if set by user
3879 - added member function to set extractor
3880
3881 * mjobs/MJPedestal.cc:
3882 - removed MFEventSelector workaround again
3883 - do not write pedy file anymore
3884
3885 * callisto.cc:
3886 - MJCalibrateSignal now takes the signal extractor directly
3887 instead of taking the long way round a new file
3888
3889 * mpedestal/MExtractPedestal.cc:
3890 - ReInit extractor correctly. Now the workaround should be
3891 really obsolete
3892
3893 * mbase/MGMenu.[h,cc]:
3894 - make fix fix also compile root 3.10.02
3895
3896
3897
3898 2005/03/14 Thomas Bretz
3899
3900 * mbase/MGMenu.h:
3901 - added a fix for root 4.02.00
3902
3903
3904
3905 2005/03/14 Markus Gaug
3906
3907 * mcalib/MCalibrateData.cc
3908 - catch the case that now high-gain low-gian intercalibration const.
3909 is available.
3910
3911 * mjobs/MJPedestal.cc
3912 - modify option for pedy*.root: from UPDATE to RECREATE
3913
3914
3915
3916 2005/03/11 Markus Gaug
3917
3918 * callisto.rc
3919 - changed default weights for DF to cosmics_weights4.dat. (This has
3920 turned out to be the most stable set of weights).
3921
3922 * mjobs/MJCalibration.cc
3923 - some cosmetic changes in the output
3924 - in case of WriteHists(), do not overwrite existing signal*.root
3925 file, but append histograms (bugfix!)
3926
3927
3928
3929 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
3930
3931 * mjobs/MJCut.cc
3932 - inclusion of (TString) to avoid compiler error under 2.95.3
3933
3934 * sinope.cc
3935 - inclusion of <errno.h> to avoid compiler error under 2.95.3
3936
3937
3938
3939 2005/03/10 Markus Gaug
3940
3941 * msignal/MExtractTimeAndCharge.cc
3942 - set fgLoGainStartShift to -4.0
3943 - put a check to avoid a dynamic low-gain range < 0 (should not
3944 occur with current extractors, but one never knows...)
3945
3946 * msignal/MExtractor.[h,cc]
3947 - introduced Clear()-function, used in SetRange()
3948
3949 * mjobs/MJCalibrateSignal.cc
3950 - changed order of initialization of the 2 MWriteRootFiles whereupon
3951 the crash goes away. Have to revise the /dev/null work-around
3952 in MWriteRootFile!
3953
3954
3955
3956 2005/03/09 Markus Gaug
3957
3958 * msignal/MExtractTimeAndCharge.cc
3959 - catch a (very unprobable) case in which the low-gain range could
3960 be negative
3961
3962 * mjobs/MJCalibrateSignal.cc
3963 - modify writing of MCalibrationPulseTimeCam to disk in order to
3964 avoid program crash in the destructor of MJCalibrateSignal
3965
3966 * mhcalib/MHGausEvents.h
3967 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
3968 fPowerSpectrum out of the streamer.
3969 - intialize fFlags to 0
3970
3971
3972
3973 2005/03/09 Thomas Hengstebeck
3974
3975 * mranforest/MRFEnergyEst.cc
3976 - changed call of min, max functions to TMath::Min() and
3977 TMath::Max() to avoid compilation problems with some gcc
3978 versions
3979 - changed check of energy rule (last col of MHMatrix) so, that
3980 any rule containing "fEnergy" is accepted.
3981
3982
3983
3984 2005/03/08 Markus Gaug
3985
3986 * mhcalib/MHPedestalCam.[h,cc]
3987 - introduce new parameter "fFitStart" to decide from outside where
3988 to start fitting the pedestals.
3989
3990
3991
3992 2005/03/07 Markus Gaug
3993
3994 * mjobs/hilocalib_df6.root
3995 * mjobs/hilocalib_sp2.root
3996 - two files with the high-gain vs. logain intercalibration results.
3997 for Digital filter and September data and Spline and December
3998 data.
3999
4000 * callisto.rc
4001 - allow setting the variables ExtractWinLeft and ExtractWinRight.
4002
4003 * mhcalib/MHCalibrationHiLoCam.h
4004 * mhcalib/MHCalibrationCam.h
4005 * mhcalib/MHGausEvents.h
4006 - put the Draw-functions into the *MENU*
4007
4008 * mjobs/MJCalibration.[h,cc]
4009 - introduced reading of hi-vs.logain calibration file
4010
4011 * mjobs/MJPedestal.[h,cc]
4012 - modified range setting according Thomas S. suggestions
4013
4014 * msignal/MArrivalTime.[h,cc]
4015 - took out some commented code which will not be used any more
4016 - improve Print() function
4017
4018
4019
4020 2005/03/05 Markus Gaug
4021
4022 * msignal/MExtractTimeAndChargeSpline.[h,cc]
4023 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
4024 code which were still persistent
4025 - set default extraction type to integral (instead of amplitude)
4026 - set version number to 3
4027
4028 * mcalib/MCalibrationChargeCam.[h,cc]
4029 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
4030
4031 * mjobs/MJPedestal.[h,cc]
4032 - added function WriteExtractor which writes the extractor with the
4033 new ranges to disk if fPulsePosCheck has been selected.
4034
4035 * mjobs/MJCalibrateSignal.[h,cc]
4036 - added functionality to read the updated extractor from
4037 MJPedestalY2 (with the new extraction ranges).
4038
4039
4040
4041 2005/03/04 Abelardo Moralejo
4042
4043 * mmc/MFadcDefine.h
4044 - Changed constant SUBBINS from 5 to 500. This defines the
4045 resolution of the analog signal simulation in the camera MC.
4046 The time step is the duration of one FADC slice divided by
4047 SUBBINS. The change was necessary to implement correctly the PMT
4048 time jitter.
4049
4050
4051
4052 2005/03/03 Markus Gaug
4053
4054 * mjobs/pedestalref.rc
4055 * mjobs/calibrationref.rc
4056 * mjobs/calibrationref_Nov04.rc
4057 - added documentation
4058
4059 * mjobs/signalref.rc
4060 - added
4061
4062 * mjobs/MJPedestal.cc
4063 - re-added MFEventSelector which had been removed by TB on the
4064 15.2.2005.
4065 - added pulse position selector, as decided at the Berlin soft-
4066 ware meeting.
4067
4068 * callisto.cc
4069 - added SetPulsePosCheck() in MJPedestalY2
4070
4071 * mjobs/MJCalibrateSignal.cc
4072 - updated pulse pos. calculator, can be switched off now.
4073
4074 * mjobs/MJCalib.[h,cc]
4075 - added flag fPulsePosCheck
4076
4077
4078
4079 2005/03/02 Markus Gaug
4080
4081 * mjobs/MJCalib.[h,cc]
4082 * mjobs/MJPedestal.[h,cc]
4083 * mjobs/MJCalibration.[h,cc]
4084 * mjobs/MJCalibrateSignal.[h,cc]
4085 - put the storage types in the base class
4086
4087 * mbadpixels/MBadPixelsCam.cc
4088 - add some output in case that AsciiRead does not work
4089
4090 * msignal/MExtractTimeAndChargeSpline.cc
4091 - speed integration up a little bit.
4092
4093 * callisto.rc
4094 - adapt the low-gain stretch for the different pulse form for
4095 calibration and cosmics pulses (only applied if spline is used).
4096
4097
4098
4099 2005/02/25 Markus Gaug
4100
4101 * mhcalib/MHCalibrationHiLoCam.[h,cc]
4102 - fixed bug in inter-calibration hi-logain for arrival times.
4103
4104 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
4105 - fixed the situation where the maximum bin is already found in the
4106 low-gain samples.
4107
4108 * mjobs/MJCalibration.cc
4109 - write the MPedestalCams also to disk (needed for data-check).
4110
4111
4112
4113 2005/02/25 Abelardo Moralejo
4114
4115 * msignal/MC_calibration_weights_UV.dat
4116 - Added. Weights file for using the digital filter on MC
4117 calibration files. For the moment the weights are the same as in
4118 the file calibration_weights_UV.dat, only that high and low gain
4119 have both the same weights because for the moment the MC pulse
4120 shape is the same in both gain branches.
4121
4122
4123
4124 2005/02/24 Markus Gaug
4125
4126 * mjobs/MJCalibrateSignal.cc
4127 - include display of pulse times (calculated in the post-process)
4128 - include the possibility for the pixel check (like in MJCalibration)
4129
4130 * mhcalib/MHCalibrationHiLoCam.cc
4131 - set default range up to 30.
4132
4133 * mhcalib/MHCalibrationChargeBlindPix.h
4134 - take the TVectors out of the streamer, to be exectuable with
4135 root.04.02
4136
4137
4138
4139 2005/02/24 Thomas Hengstebeck
4140
4141 * macros/RFEnergyEst.C
4142 - new macro to show the usage of RFEnergyEst class.
4143
4144
4145
4146 2005/02/24 Abelardo Moralejo
4147
4148 * mtemp/mpadova/macros/resize.C
4149 - moved MSrcPosCam output container from RunHeaders to Events tree.
4150
4151
4152
4153 2005/02/18 Marcos Lopez
4154
4155 * mflux/
4156 - new directory to store the flux related classes.
4157
4158 * mflux/MHadAlphaCut.{h,cc}
4159 - container to store the optimal hadronness and alpha cut for each bin in
4160 estimated energy and theta.
4161
4162 * mflux/MFHadAlpha.{h,cc}
4163 - filter to apply the hadronness and alpha cuts stored in
4164 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
4165 cut or both.
4166
4167
4168
4169 2005/02/18 Markus Gaug
4170
4171 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
4172 - new class to histogram the arrival time of cosmics above a certain
4173 threshold.
4174
4175 * mcalib/MCalibrationPulseTimeCam.[h,cc]
4176 - new class container with results of MHCalibrationPulseTimeCam
4177
4178 * mjobs/MJCalibrateSignal.cc
4179 - include MCalibrationPulseTimeCam to display
4180
4181
4182
4183 2005/02/18 Thomas Bretz
4184
4185 * mbase/MStatusDisplay.cc:
4186 - switch off TH1::AddDirectory during DrawClonePad
4187
4188 * mjobs/MSequence.[h,cc]:
4189 - added some code (still commented) for later use,
4190 allowing to setup a different filename for each runfile
4191 - added SetNight member function
4192 - added Add*Runs member function
4193 - with this changes MSequence can replace MRunIter now
4194 - allow requesting of standard path from outside
4195 (GetStandardPath)
4196
4197 * Makefile:
4198 - added sinope
4199
4200 * sinope.cc:
4201 - added (small tool to check contents of run for datacenter)
4202
4203 * callisto.cc:
4204 - added background information about Callisto
4205
4206 * ganymed.cc:
4207 - added background information about Ganymed
4208
4209 * mjobs/MJCalibrateSignal.cc:
4210 - removed special MC code. The MC files now have a lo-gain
4211 switch and we can extract the pedestal rms from lo-gain
4212 - don't print statistics if nothing was executed
4213 - fixed display. The displayed pedestal RMS was the one
4214 caluclated with a extractor but not at random position
4215 (This only effects the display, the algorithm was ok)
4216
4217
4218
4219 2005/02/17 Markus Gaug
4220
4221 * mjobs/MJCalibTest.cc
4222 - removed bug treating the MC calibration files uncorrectly
4223 - added Pixel-Check treatment
4224
4225 * mjobs/MJCalibration.cc
4226 - added Pixel-Check treatment
4227
4228 * callisto.rc
4229 - added pixel-check option
4230
4231 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4232 - calculate high-gain signal even if saturation occurs
4233
4234
4235
4236 2005/02/17 Thomas Bretz
4237
4238 * mjobs/MJStar.cc:
4239 - fixed some missing containers in case of MC files
4240
4241 * callisto.cc:
4242 - removed obsolete second check for kModeC
4243
4244 * mars.rc:
4245 - added a lot of option to be able to use a
4246 different signal extractor looking into uncalibrated
4247 data
4248
4249 * manalysis/MCameraData.[h,cc]:
4250 - added Print() member function
4251
4252 * manalysis/MCerPhotAnal2.[h,cc]:
4253 - switched off writing into MCerPhotEvt
4254
4255 * mdata/MDataChain.[h,cc]:
4256 - added code to handle priorities of operators correctly
4257
4258 * mhist/MHEvent.cc:
4259 - fixed display for MPedestalRMS
4260
4261 * mjobs/MJCalib.cc:
4262 - fixed treatment of PixelCheck resource
4263
4264 * mjobs/MJCalibrateSignal.cc:
4265 - added some comments about Monte Carlo
4266 - added MMcFadcHeader to output
4267
4268 * mjobs/MJPedestal.cc:
4269 - do not allow 'UseData' for Monte Carlos. Reason is given as
4270 comment in the code
4271
4272 * mmain/MEventDisplay.[h,cc]:
4273 - changed such, that mars.cc allows to set the used extractor
4274 - removed the obsolete cam.root, ped.root option
4275
4276 * mmain/MCameraDisplay.cc:
4277 - adapted to change in MEventDisplay
4278
4279
4280
4281
4282 2005/02/16 Javier Rico
4283
4284 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
4285 mhistmc/HistMcLinkDef.h
4286 - Added container class holding the histograms of the coefficients
4287 for the (iterative) unfolding.
4288
4289 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
4290 mmontecarlo/MonteCarloLinkDef.h
4291 - Added task class to compute the coefficients for the (iterative)
4292 unfolding.
4293
4294 * macros/unfoldCoeff.C
4295 - added macro that computes the effective areas and coefficients
4296 from a MC input file (with OriginalMC tree and MEnergyEst
4297 branch containing the energy estimator). This may be used
4298 as layout for spectrum computation program.
4299
4300
4301
4302 2005/02/16 Markus Gaug
4303
4304 * mdata/MDataChain.cc
4305 - replaced ROOT version check for the compiler from 4.02.00 to
4306 4.01.00
4307
4308 * mranforest/MRFEnergyEst.cc
4309 - include "TVector.h", otherwise this class does not compile
4310 in newer root versions
4311
4312 * msignal/MExtractTimeAndCharge.cc
4313 - initialize fLoGainStartShift correctly if read from conf. file
4314 and modified fOffsetLoGain exists.
4315
4316 * msignal/*weights*.dat
4317 - new weights with the uniform pedestal RMS. (Please use these!)
4318
4319 * msignal/pulpo_weights*.dat
4320 - new weights with the pulpo-pulse form and without NSB!!
4321
4322
4323
4324 2005/02/16 Thomas Hengstebeck
4325
4326 * mranforest/MRFEnergyEst.[h,cc]
4327 - added RF class for energy estimation
4328
4329 * mranforest/MRFEnergyEst.cc
4330 - changed calculation of estimated energy, now interpolated values
4331 are returned
4332
4333
4334
4335 2005/02/16 Abelardo Moralejo
4336
4337 * macros/starmc2.C:
4338 - Changed the way in which the "OriginalMC" tree is copied from
4339 the input to the output file. Now we ise the new procedure
4340 MWriteRootFile::AddCopySource
4341
4342 * mhistmc/MHMcCollectionArea.cc
4343 - Changed default fName to "MHMcCollectionArea"
4344
4345 * mtemp/mpadova/macros/resize.C
4346 - Changed weights
4347
4348
4349
4350 2005/02/16 Thomas Bretz
4351
4352 * mbase/MEvtLoop.cc:
4353 - fixed a typo
4354
4355 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
4356 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
4357 mjobs/MJStar.cc:
4358 - optimized size of some output
4359
4360 * mfileio/MWriteRootFile.[h,cc]:
4361 - fixed CopySource option for single-file case
4362
4363 * mhist/MHCamEvent.cc:
4364 - replaced the warn in SetupFill by an inf
4365
4366 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
4367 mhcalib/MHCalibrationChargePINDiode.cc:
4368 - removed obsolete output after a failed FindCreateObj (the
4369 function itself does the output in case of failure)
4370
4371 * mhcalib/MHCalibrationCam.cc:
4372 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
4373 it doesn't result in an fatal error (abort)
4374
4375 * mranforest/MRanForestCalc.cc:
4376 - added a missing debug level to some output
4377
4378 * mranforest/MRFEnergyEst.[h,cc]:
4379 - cleaned up includes
4380
4381 * callisto.cc, ganymed.cc, star.cc:
4382 - implemented enhanced handling of resource debugging
4383
4384 * mbase/Makefile, mbase/BaseLinkDef.h:
4385 - added MEnv
4386
4387 * mbase/MEnv.[h,cc]:
4388 - added
4389
4390 * mjobs/MJob.[h,cc]:
4391 - added new function to allow distribution of extranl MEnv
4392 - replaced Bool_t by Int_t for fEnvDebug
4393
4394 * mjobs/MJPedestal.cc:
4395 - adapted to changes of EnvDebug
4396
4397
4398
4399 2005/02/15 Abelardo Moralejo
4400
4401 * macros/mccalibrate.C
4402 - fixed small bug
4403
4404 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
4405 * mhistmc/MHMcCollectionArea.[h,cc]
4406 - Changed the way of calculating final effective area for data
4407 analysis. The new approach requires the use of MC files produced
4408 with the current CVS version of camera. We now make use of the
4409 true total number of produced MC events, and allow for the
4410 setting of a "tentative" differential gamma spectrum to be used
4411 in the calculation of effective areas.
4412 Removed unused constructor argument "input" in
4413 MMcCollectionAreaCalc.
4414
4415 * macros/collarea.C
4416 - Adapted to the new way of calculating effective areas.
4417
4418
4419
4420 2005/02/15 Thomas Bretz
4421
4422 * callisto.rc:
4423 - replaced mutal exclusive options (Integral, Amplitude) by
4424 a one-line resource
4425
4426 * msignal/MExtractTimeAndChargeSpline.cc:
4427 - replaced mutal exclusive options (Integral, Amplitude) by
4428 a one-line resource "ExtractionType" (old code still works)
4429
4430 * manalysis/MCerPhotEvt.[h,cc]:
4431 - added new variables to store information about islands
4432 and removed pixels - PRELIMINARY
4433 - increased class version number
4434
4435 * mfilter/MFSoftwareTrigger.cc:
4436 - optimized output in PostProcess
4437
4438 * mimage/MHImagePar.[h,cc]:
4439 - added new histograms for new variables in MCerPhotEvt
4440
4441 * mimage/MImagePar.[h,cc]:
4442 - added new data members for the new image parameters
4443 - increased class version
4444
4445 * mimage/MImgCleanStd.[h,cc]:
4446 - adapted image cleaning to calculate the new image
4447 parameters
4448 - added a flag to keep single core pixels
4449
4450 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
4451 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
4452 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
4453 - renamed GetFileName to GetFullFileName
4454
4455 * mbase/MInputStreamID.h:
4456 - added new member function HasStreamId
4457
4458 * mbase/MParContainer.[h,cc]:
4459 - added a static list to keep track of all created
4460 TMathodCall objects
4461
4462 * mbase/MTask.cc:
4463 - enhanced PrintStatistics
4464
4465 * mfileio/MRead.[h,cc]:
4466 - new abstract function GetFullFileName
4467 - added implementatio of GetFileName based on GetFullFileName
4468
4469 * mfileio/MWriteRootFile.[h,cc]:
4470 - moved open of a new file to new common member function
4471 OpenFile
4472 - allow to use an already existing file also when using rules
4473 - added a new option which can be used to copy an existing
4474 tree (without any change) from the old file into the new file.
4475 (in principal you can also do this for some of its branches only)
4476 This is done by AddCopySource
4477
4478 * mjobs/MJCalibrateSignal.cc:
4479 - in case of MonteCarlo files write an independant tree
4480 'MonteCarlo' for 'MMcEvtBasic'
4481
4482 * mjobs/MJStar.cc:
4483 - copy tree 'MonteCarlo' from old into new files
4484
4485 * mjobs/MJPedestal.cc:
4486 - removed wrong use of MFEventSelector
4487
4488 * mpedestal/MExtractPedestal.cc:
4489 - made sure that fExtractor is correctly pre- and
4490 postprocessed.
4491
4492 * mbase/MTask.cc:
4493 - don't preprocess a task if it has been preprocessed already
4494
4495 * mraw/MRawFileWrite.cc:
4496 - if display is set write output to status line
4497
4498 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
4499 - moved code to display filename in status display from
4500 MReadMarsFile::Notify to MReadTree::Notify
4501
4502
4503
4504 2005/02/15 Markus Gaug
4505
4506 * mjobs/MJCalib.h
4507 - added GetDataFlag(), otherwise code does not compile!
4508
4509 * mhcalib/MHCalibrationChargeCam.cc
4510 - moved default saturation limit for number of high-gain events from
4511 0.02 to 0.05.
4512
4513 * msignal/MExtractTimeAndCharge.cc
4514 - lowered default low-gain switch from 150 to 120. (for calibration
4515 events which saturate more than 5% of the events).
4516
4517 * mjobs/MJCalib.[h,cc]
4518 - include possibility to display pixels distributions for test
4519 reasons
4520
4521
4522
4523 2005/02/14 Thomas Bretz
4524
4525 * callisto.cc, ganymed.cc, star.cc:
4526 - added some more information to '--help' output
4527 - replaced MSequences by MDataSet
4528 - implemented new debugging options (maybe not perfect yet)
4529 --print-files and --print-found
4530
4531 * mjobs/MJCut.[h,cc]:
4532 - replaced MSequences by MDataSet
4533 - write MEnergyEst
4534 - recalculate MHillasSrc
4535 - made sure both MWriteRootFile have different names
4536 - don't use "same" option if no off-data
4537
4538 * mjobs/MSequences.[h,cc]:
4539 - removed
4540
4541 * mjobs/MDataSet.[h,cc]:
4542 - added
4543
4544 * manalysis/MEventRateCalc.[h,cc]:
4545 - added a fix which make sure, that the rate is not influenced
4546 too much by the start of data taking
4547 - fixed setting of mean time corresponding to rate-interval
4548
4549 * mraw/MRawFileRead.[h,cc]:
4550 - calculate total number of events from all files in PreProcess
4551
4552 * mcalib/MCalibConstCam.cc:
4553 - added case 2 to GetPixelContent
4554
4555 * mjobs/MJCalibrateSignal.cc:
4556 - fixed redirection of stream with interleaved calibration infos
4557 - changed 'Arrival Time' to 'Calibrated Arrival Time'
4558 - display interpolated signal in equivalent photoelectrons to
4559 to get rid of scaling effects which makes it difficult to see
4560 details of the structure of the inner pixels in the histogram.
4561 With this you can immediatly see whether the relative number
4562 of phe in the outer pixels is equiv. to the inner pixels.
4563 - the same for the calibration factor - with the same argument
4564 - adapted to change in MWriteRootFile
4565 - use MReadMarsFile for Monte Carlo flag set
4566
4567 * mhist/MHCamera.cc:
4568 - changed drawing such, that NaN is not displayed anymore
4569
4570 * Makefile:
4571 - added new program ganymed
4572
4573 * mfileio/MWriteRootFile.[h,cc]:
4574 - added possibility to use UPDATE mode with rules (dangerous!)
4575 as discussed with Abelardo, Daniel M. and Thomas S.
4576
4577 * mjobs/MJStar.cc:
4578 - adapted to change in MWriteRootFile
4579 - added software trigger (still untuned) as suggested by
4580 Thomas S.
4581 - added calculation of source position before calculation
4582 of image parameters
4583 - added MPointingPos to Events-Tree
4584 - removed MPointingPos from Drive-Tree
4585 - renamed sub-tasklists to something more intuitive
4586
4587 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4588 - added MJCut.cc
4589
4590 * mraw/MRawFileRead.cc:
4591 - return kERROR if ReInit fails
4592
4593 * mfilter/MFSoftwareTrigger.[h,cc]:
4594 - updated to allow using time coincidence
4595 - changed default values
4596 - added a pattern independant trigger algorithm
4597
4598 * mbase/MDirIter.cc:
4599 - implemented option 'dbg' in Print()
4600
4601 * mjobs/MJCalib.h:
4602 - added a getter for data-flag (should be renamed
4603 to 'datatype' soon)
4604
4605
4606
4607 2005/02/12 Abelardo Moralejo
4608
4609 * mtemp/mpadova/macros/wobblemap.C
4610 - Added. Macro to do some studies on wobble mode data.
4611
4612 * macros/mccalibrate.C
4613 - Added option to divide the output in a train and a test sample.
4614 Included in output new container MMcEvtBasic (if found in input
4615 files) for later use in effective areas calculations.
4616
4617 * macros/starmc2.C
4618 - Added writing out of new container MMcEvtBasic. Removed
4619 possibility of splitting output in train and test samples, since
4620 this has now to be done in mccalibrate.C to make possible that
4621 the tree OriginalMC containing MMcEvtBasic has all the original
4622 MC events (and only those) from which the events present in the
4623 Events tree derive.
4624
4625 * macros/starmc.C
4626 - Changed a couple of wrong "." by "->" in function calls. Changed
4627 default tail cuts.
4628
4629
4630
4631 2005/02/12 Markus Gaug
4632
4633 * msignal/MExtractTimeAndChargeSpline.cc
4634 - change default rise time to 0.5 and default fall time to 1.5
4635
4636 * callisto.rc
4637 - made intitializations of extractors more explicit
4638
4639 * mpedestal/MExtractPedestal.cc
4640 - make check for even number of slices in the case of "fundamental"
4641 pedestal calc.
4642
4643 * mcalib/MCalibrationChargeCalc.cc
4644 - take out some commented code
4645
4646 * mjobs/MJCalib.h
4647 - removed GetDataFlag()
4648
4649
4650
4651 2005/02/12 Abelardo Moralejo
4652
4653 * mmc/MMcTrig.hxx
4654 - Added getter GetNumFirstLevel. This is necessary if that data
4655 member is to be used for instance in MF filters. There was
4656 already a getter, but it is called GetFirstLevel and hence not
4657 recognized.
4658
4659
4660
4661 2005/02/11 Abelardo Moralejo
4662
4663 * mmc/MMcEvtBasic.[h,cc]:
4664 - New class. Contains 5 very basic MC parameters which we intend
4665 to save for all generated Corsika events. This is needed for
4666 proper effective area calculations.
4667
4668 * mmc/Makefile, McLinkDef.h
4669 - Added new class above.
4670
4671
4672
4673 2005/02/11 Thomas Bretz
4674
4675 * mfileio/MWriteRootFile.[h,cc]:
4676 - added the possibility to write to an already existing file.
4677 This doesn't affect the old behaviour, but using this new feature
4678 might still have problems.
4679
4680 * mfileio/MReadReports.cc:
4681 - fixed column-level in PrintStatistics
4682
4683 * mjobs/MJCalibrateSignal.cc:
4684 - keep MMcRunHeader in the output
4685
4686
4687
4688 2005/02/10 Abelardo Moralejo
4689
4690 * macros/mccalibrate.C
4691 - Added possibility to calibrate in photons or photoelectrons
4692
4693 * macros/starmc2.C
4694 - Added comment about value of cleaning levels
4695
4696
4697
4698 2005/02/10 Markus Gaug
4699
4700 * mcalib/Makefile
4701 * mcalib/CalibLinkDef.h
4702 * mcalib/MCalibrate.[h,cc]
4703 - removed mcalib/MCalibrate.* because it has been replaced by
4704 MCalibrateData
4705
4706 * mmain/MEventDisplay.cc
4707 - replaced MCalibrate by MCalibrateData
4708
4709 * mhcalib/MHCalibrationCam.cc
4710 - replaced warning about empty histogram from red (err) by
4711 yellow (warn).
4712
4713 * mcalib/MCalibColorSet.cc
4714 - return kTRUE in case of MC-file
4715
4716 * msignal/MExtractTimaAndChargeSpline.[h,cc]
4717 - make sure that all variables are set correctly independent on
4718 the order of their initialization by the user
4719
4720
4721
4722 2005/02/10 Thomas Bretz
4723
4724 * mgeom/MGeomCam.[h,cc]:
4725 - added new member functions (GetNeighbors) to get all pixels
4726 around a given pixel with a given radius
4727
4728 * mars.rc:
4729 - use same values for image cleaning as default in star
4730
4731 * mpointing/MSrcPosCalc.[h,cc]:
4732 - added the possibility to set the Source position from
4733 a resource file
4734
4735 * mjobs/MJStar.cc:
4736 - write MMcRunHeader to RunHeaders
4737
4738 * mfileio/MWriteRootFile.cc:
4739 - removed an obsolete line
4740 - removed a debug line which should not be there
4741
4742 * mimage/MHillas.h:
4743 - added new Getter GetDist0 returning the distance to the
4744 camera center
4745
4746 * mhflux/MHFalseSource.cc:
4747 - the scaling in Paint() was nonsense in case we are looking
4748 at on/off-data. Fixed.
4749
4750
4751
4752 2005/02/10 Abelardo Moralejo
4753
4754 * manalysis/MMcCalibrationUpdate.h
4755 - Added comment on new member fSignalType. Sorry for compilation
4756 problems... I forgot to commit the header yesterday, but M. Gaug
4757 did it.
4758
4759 * macros/starmc.C
4760 - Cleaned up a little bit, made the option to choose between
4761 calibration in photons or phe- easier to set.
4762
4763 * manalysis/MMcCalibrationUpdate.[h,cc]
4764 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
4765 default for consistency with MCalibrateData.
4766
4767
4768
4769 2005/02/09 Abelardo Moralejo
4770
4771 * manalysis/MMcCalibrationUpdate.cc
4772 - Updated to make the MC calibration in phe- work
4773
4774 * macros/starmc.C
4775 - same as above. Now default is calibration in phe-
4776
4777 * mraw/MRawEvtHeader.h
4778 - Added setter for the trigger pattern, absolutely needed for
4779 creating proper MC root files.
4780
4781
4782
4783 2005/02/09 Markus Gaug
4784
4785 * manalysis/MMcCalibrationUpdate.h
4786 - added missing declaration of fSignalType
4787
4788 * mjobs/MJPedestal.[h,cc]
4789 * mjobs/badpixels_0_559.rc
4790 * callisto.rc
4791 - allow exclusion of bad pixels from the beginning (default is
4792 Pixel 0 and 559).
4793 - removed some obsolete includes
4794 - took out data member fPedestalHist from MJPedestal.h which removes
4795 the crash, however I don't understand why it caused the crash!!!
4796 There seem to be problems with memory usage either in callisto.cc
4797 or in this class!!
4798 (valgrind shows several memory leaks in the TG... classes).
4799
4800 * mjobs/MJCalibration.cc
4801 - write display and containers also in case of failure of eventloop
4802
4803 * mhcalib/MHGausEvents.cc
4804 - make default display window 600x600
4805
4806 * mcalib/MCalibrationQECamMagic.cc
4807 - updated five pixels
4808
4809 * mpedestal/MExtractPedestal.[h,cc]
4810 * mpedestal/MPedCalcPedRun.cc
4811 * mpedestal/MPedCalcFromLoGain.cc
4812 - included possibility for intermediate pedestal cam (not yet used)
4813
4814 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
4815 - initialize the bad events counters to 0 also in constructor
4816 - release the limit for bad events a bit
4817
4818 * mcalib/MCalibrationTestCam.h
4819 - take out include of TArrayI (already in base class)
4820
4821 * mcalib/MCalibrateData.h
4822 - make default argument for SetSignalType kPhe.
4823
4824 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
4825 - removed
4826
4827
4828
4829 2005/02/08 Markus Gaug
4830
4831 * mhcalib/MHCalibrationCam.cc
4832 * mcalib/MCalibrationChargeCalc.cc
4833 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
4834
4835
4836
4837 2005/02/08 Thomas Bretz
4838
4839 * mpointing/MPointingPosInterpolate.cc:
4840 - use debug option in addition to switch off output from internal
4841 eventloop. It is confusing having this output inside another
4842 eventloop.
4843 - updated missing connections in class description
4844
4845 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
4846 - made sure that output of PostProcess fits into 80col boundary
4847
4848 * mimage/MHillas.cc:
4849 - removed an obsolete call to TLine::Paint() in Paint.
4850
4851
4852
4853 2005/02/07 Thomas Bretz
4854
4855 * mbase/MFilter.cc:
4856 - use paranthesis around ClassName in GetRule
4857
4858 * mdata/MDataFormula.h:
4859 - fixed a wrong comment in variable description
4860
4861 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
4862 mjobs/MJCalibrateSignal.cc,
4863 mjobs/MJCalibrateSignalFromOutside.cc:
4864 - to make sure there are no missunderstandings we have to
4865 replace all occurances of 'Variance' by 'SqrtVariance'
4866 (it was not my decision)
4867
4868 * mastro/MAstro.[h,cc]:
4869 - added new function Angle2Coordinate
4870
4871 * mbase/MTaskEnv.[h,cc]:
4872 - fixed a bug which caused the resource task to be ignored
4873 if the default task was '<dummy>'
4874
4875 * mhbase/MH3.cc:
4876 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
4877 instead of FindObject) which caused the histogram to
4878 be put a lot of times into the pad.
4879
4880 * mjobs/MJCalib.[h,cc]:
4881 - derived MJCalib from MJob in order to be able to move
4882 common code from derived classes into the base-class
4883 - implemented CheckEnvLocal to handle the resource 'DataType'
4884 - changed publicity of some variables and functions
4885 to allow setting file type from outside
4886 - added new function to set data-type for use in callisto.cc
4887
4888 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
4889 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
4890 - removed double inheritance, replaced by single inheritance
4891 from MJCalib
4892 - replaced code to handle the resource 'DataType' by the
4893 common code in the base class
4894 - put reading of reference file into a new member function
4895 to make source code reading resource file simpler and to
4896 be able to write a function description about it (simple
4897 copy&past)
4898
4899 * callisto.cc:
4900 - added option for file-type
4901
4902 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
4903 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
4904 - added to repository, but not yet to Makefile because
4905 there is still some work to be done. But whoever is
4906 interested in the new classes/program may already use it.
4907
4908 * mhflux/MAlphaFitter.[h,cc]:
4909 - added option to choose the minimization value
4910
4911 * mhflux/MHAlpha.cc:
4912 - replaced significance by minimization value
4913
4914 * mhflux/MHEffectiveOnTime.cc:
4915 - use E-Option when fitting to improve error calculation
4916 by using Minos technique
4917
4918
4919
4920 2005/02/04 Markus Gaug
4921
4922 * mjobs/MJCalibration.cc
4923 - found a "the `impossible' happened" when running callisto with
4924 a pure signal extractor --> MExtractTimeFastSpline has some
4925 problems with the management of the internal arrays. Replaced it
4926 by MExtractTimeHighestIntegral as default which is as good.
4927
4928 * callisto.rc
4929 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
4930 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
4931 now tested and checks for the positions of the pulse within the
4932 DAQ-window.
4933
4934
4935
4936 2005/02/04 Thomas Bretz
4937
4938 * Makefile.rules:
4939 - fixed creation of main MDep.d
4940
4941 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
4942 - added commandline option --version
4943
4944 * mbase/MFilter.cc:
4945 - changed default for 'GetRule'
4946
4947 * mbase/MParContainer.cc:
4948 - simplified GetNewObject
4949
4950 * mfbase/MF.cc:
4951 - if no conditional sign is found try to create
4952 MFilter-object
4953
4954 * mraw/MRawEvtData.cc:
4955 - fixed the initialization of fABFlags in case maxid==0 which
4956 is the default. This caused MRawEvtPixelIter::HasABFlag
4957 to do unallowed access to memory for old root-files without
4958 the AB flag, because it assumed (due to size==1) that the
4959 data contains the ab flag
4960
4961 * mraw/MRawEvtPixelIter.[h,cc]:
4962 - removed some obsolete debug comments
4963 - simplified HasABFlag
4964
4965 * manalysis/MCerPhotPix.h:
4966 - removed the `!` again. It gave problems with the Mars
4967 display. We agreed that this is a minor problem because
4968 the structure of MCerPhot* will chnage soon in any case.
4969
4970
4971
4972 2005/02/04 Abelardo Moralejo
4973
4974 * macros/starmc2.C
4975 - added to output missing container MConcentration.
4976
4977
4978
4979 2005/02/03 Thomas Bretz
4980
4981 * mfbase/MFilterList.[h,cc]:
4982 - added new function AddToList(TCollection&)
4983
4984 * mhbase/MFillH.cc:
4985 - print a warning if 'same'-option given without
4986 a corresponding existing tab
4987
4988 * mhflux/MHAlpha.[h,cc]:
4989 - made time bins settable by user
4990
4991 * mfileio/MWriteRootFile.cc:
4992 - fixed ReInit and a warning output when writing to memory
4993
4994
4995
4996 2005/02/03 Markus Gaug
4997
4998 * mcalib/MCalibColorSet.[h,cc]
4999 - implement possibility to set colour explicitely (e.g. for MC).
5000
5001 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5002 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
5003
5004 * mjobs/MJPedestal.cc
5005 - in case, extractor is used, put the extractor into the tasklist,
5006 otherwise ranges do not get initialized correctly (wrong memory
5007 usage!). Use an event selector, however to not skip the Process.
5008 This is as fast as before and now safe for any kind of extractor
5009
5010 * mcalib/MCalibrationCam.h
5011 * mcalib/MCalibrationTestCam.h
5012 * mcalib/MCalibrationTestCam.cc
5013 - initialize a missing array in InitAverageAreas
5014
5015 * mraw/MRawEvtHeader.h
5016 - introduced Setter() of cal. pattern for Abelardo
5017
5018
5019
5020 2005/02/02 Markus Gaug
5021
5022 * mcalib/MCalibrationChargeCam.cc
5023 - fixed small bug in the display of mean charges when low-gain was
5024 used.
5025
5026 * msignal/MExtractor.cc
5027 - print the missing overlap between high-gain and low-gain
5028 in the Print() function
5029 - remove setting of fHiLoLast in PreProcess, otherwise cloned
5030 extractors do not work any more with windows exceeding the
5031 high-gain range.
5032
5033 * mhcalib/MHCalibrationTestCam.[h,cc]
5034 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5035 - set proper probability limits for the fits
5036
5037 * mcalib/MCalibrateData.cc
5038 - catch the case in which no interlaced cal. events are being sent
5039 by the pulser box.
5040
5041 * mjobs/MJCalib.[h,cc]
5042 - put the data type enum in a new base class
5043
5044 * mjobs/MJCalibTest.[h,cc]
5045 - re-name old class MJExtractCalibTest to MJCalibTest and make it
5046 compatible with the sequence-files.
5047
5048 * mjobs/MJExtractCalibTest.[h,cc]
5049 - removed
5050
5051 * mjobs/MJCalibrateSignal.cc
5052 - put a compiler warning about the default cal. to photo-electrons
5053
5054 * callisto.cc
5055 - add new flag "--use-test" to enable the MJCalibTest facility
5056 (default: not used)
5057
5058
5059
5060 2005/02/01 Raquel de los Reyes
5061
5062 * mjobs/MSequence.h
5063 - Added "Get" functions for the TArrays variables.
5064
5065
5066
5067 2005/02/01 Markus Gaug
5068
5069 * mjobs/MJPedestal.[h,cc]
5070 * mjobs/MJCalibration.[h,cc]
5071 * mjobs/MJCalibrateSignal.[h,cc]
5072 * callisto.rc
5073 - put enum for data type. Can now set the data type (mc, raw, root)
5074 without running the data check.
5075
5076 * mhcalib/MHCalibrationCam.cc
5077 - return kTRUE in PostProcess if GetNumExecutions is 0
5078
5079 * mcalib/MCalibrationChargeCalc.cc
5080 - return kTRUE in PostProcess if GetNumExecutions is 0
5081
5082
5083
5084 2005/02/01 Daniel Mazin
5085
5086 * MPointingPosInterpolate.cc:
5087 - fixed bug to match the units of Ra and Decl in MPointingPos
5088 - fixed bug in handling of events with times outside of times from
5089 MDrive tree
5090
5091
5092
5093 2005/02/01 Thomas Bretz
5094
5095 * showplot.cc:
5096 - another fix to make the batch mode working (you can use the batch
5097 mode to convert a root-file into another format)
5098
5099
5100
5101 2005/01/31 Thomas Bretz
5102
5103 * mbase/MStatusDisplay.cc:
5104 - fixed handling of batch mode in GetCanvas(const TString &name)
5105 - don't skip already existing tabs in Display()
5106
5107
5108
5109 2005/01/31 Raquel de los Reyes
5110
5111 * mjobs/MSequence.h
5112 - Added "Get" functions for some of the sequence.txt file
5113 parameters.
5114
5115
5116
5117 2005/01/31 Markus Gaug
5118
5119 * mjobs/MJob.[h,cc]
5120 * mjobs/MJCalibrateSignal.[h,cc]
5121 * mjobs/MJCalibration.[h,cc]
5122 - move file type enum to base class
5123
5124 * mjobs/MJCalibrateSignal.[h,cc]
5125 - allow also for direct setting of an MRunIter (not used in
5126 callisto).
5127
5128 * mcalib/MCalibrationChargeCalc.[h,cc]
5129 - test also for pulser strength changes additionally to changes in
5130 colour.
5131
5132
5133
5134 2005/01/31 Abelardo Moralejo
5135
5136 * mpointing/MSrcPosCalc.cc
5137 - Create only one instance of MAstroSky2Local for the
5138 transformations, instead of two identical ones, as it was before.
5139
5140
5141
5142 2005/01/30 Markus Gaug
5143
5144 * mjobs/MJCalibration.cc
5145 * mjobs/MJPedestal.cc
5146 * mjobs/calibrationref_Nov04.rc
5147 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
5148 - updated correct display of reference lines
5149
5150
5151
5152 2005/01/29 Markus Gaug
5153
5154 * msignal/MExtractFixedWindowSpline.[h,cc]
5155 - fixed a bug occurring with overlapping windows between high-gain
5156 and low-gain
5157
5158 * msignal/MExtractFixedWindowPeakSearch.cc
5159 - take out call to fSignals->Clear() which is already done in
5160 MTaskList.
5161
5162 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
5163 - new extractor reducing the bias and solving the problem with the
5164 jumping pulse readout.
5165
5166
5167
5168 2005/01/28 Abelardo Moralejo
5169
5170 * mpointing/MSrcPosCalc.cc
5171 - updated. Make it work as desired: obtain for each event the x,y
5172 position on the camera of a source whose celestial coordinates
5173 (J2000) have been set by the user in the container "MSourcePos"
5174 of type MPointingPos, added to the parameter list. If the
5175 container MSourcePos is not found, the center of the camera (or
5176 other fixed position x,y set in the parameter list by the user -
5177 in MSrcPosCam) is used as source position for all the events in
5178 the loop.
5179
5180
5181
5182 2005/01/28 Thomas Bretz
5183
5184 * mjobs/MJCalibrateSignal.cc:
5185 - fixed that extract1,2,3 haven't been deleted if loop failed.
5186 - print tasklist also if loop failed.
5187 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
5188 the event processing tasklist
5189
5190 * callisto.rc:
5191 - added comments about "FinalFantasy" into call
5192 - added comment for obsolete resources as discussed yesterday
5193 evening: TimeUpperLimit
5194
5195 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
5196 mpedestal/MPedPhotPix.h:
5197 - replaced TruncatePrecision by ReducePrecision (its simply a better
5198 name)
5199
5200 * mbase/MParList.cc:
5201 - added a check to make 200%(!) sure that the container added
5202 to the list is a MParContainer (everything else could crash
5203 almost everything in Mars!)
5204
5205 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
5206 mjobs/MJPedestal.cc:
5207 - simplified the code in the WriteResult functions by using
5208 the new WriteContainer in MJob
5209 - removed the TObjArray from the MParList! It is NOT a MParContainer
5210 there are a lot of circumstance how this can crash Mars. I don't
5211 know why the compiler allowed for this.
5212 - unified WriteResult and WriteHists
5213 - split GetOutputFile into two functions for simplification
5214
5215 * mjobs/MJCalibration.h:
5216 - copy the extractorcam name when copying the contents
5217
5218 * mjobs/MJob.[h,cc]:
5219 - new member function WriteContainer to simplify code in derived
5220 classes
5221
5222 * mpointing/MSrcPosCalc.[h,cc]
5223 - fixed the header according to Abelardo's changes
5224 - added the initialization of the pointers to the constructor
5225
5226
5227
5228 2005/01/28 Markus Gaug
5229
5230 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5231 - introduce a security check for the time fine adjustment in case,
5232 it is too large.
5233
5234 * mcalib/MCalibConstCam.[h,cc]
5235 * mcalib/MCalibConstPix.h
5236 - new classes to allow display of changing cal. constants with the
5237 interlaced cal. events
5238
5239 * mcalib/MCalibrationChargeCalc.cc
5240 - removed stopping of PostProcess in case that the evtloop is
5241 finished with interlaced cal. events
5242
5243 * mcalib/MCalibrateData.[h,cc]
5244 - fill MCalibConstCam with update results (once per calib. consts
5245 update == every 10 sec.)
5246 - introduce check for size of calibration constant. In case, it is
5247 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
5248
5249 * mjobs/MJCalibrateSignal.cc:
5250 - display one MHCamera more with changing conv. factors (only for
5251 interlaced cal. events)
5252
5253 * mpedestal/MPedCalcFromLoGain.cc
5254 - set default for MExtractWinFirst from 15 to 17 because of the
5255 late cosmics signals in December
5256
5257
5258 2005/01/28 Abelardo Moralejo
5259
5260 * mtemp/mpadova/macros/trainsubsample.C
5261 - added # of events to be written in the output (instead of
5262 fraction of total). Moved MSrcPosCam in output from RunHeaders
5263 to Events tree.
5264
5265
5266
5267 2005/01/27 Daniel Mazin and Markus Gaug
5268
5269 * mcalib/MCalibrateData.[h,cc]
5270 - derive this class from MCamEvent in order to be able to display
5271 evolution of conversion factors in case of interlaced cal.
5272 events
5273
5274 * mpointing/MInterpolatePointingPos.[h,cc]
5275 - new class to interpolate pointing positions, adapted from a class
5276 by Marcos Lopez
5277
5278 * mjobs/MJCalibrateSignal.[h,cc]
5279 - enabled the calibration of data with interlaced calibration events
5280
5281 * msignal/MArrivalTime.[h,cc]
5282 * mcalib/MCalibrateRelTime.cc
5283 - removed Error of calibrated arrival time, as agreed on the last
5284 software calibration meeting yesterday
5285
5286 * mjobs/MJCalibrateSignal.cc
5287 - add display to show histogramming of conversion factors
5288 - modify default calibration to equiv. photo-electrons
5289 - allow for setting of MC, Raw or Root-file type in callisto.rc
5290
5291 * callisto.rc
5292 - updated conf. file
5293
5294
5295 2005/01/27 Thomas Bretz
5296
5297 * callisto.cc:
5298 - don't display starting pedestals when calibrating the signal
5299
5300 * callisto.rc:
5301 - added some comments
5302
5303 * star.rc:
5304 - according to Daniel M. we have agreed to change the default
5305 cleaning level to adapt it roughly to the new pedestal
5306
5307 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
5308 - as agreed in the current calibration meeting we truncate the
5309 precision of the stored floating point values to roughly 0.5%
5310 to gain storage space in the calibrated data (the gzip
5311 algorithm compresses this stuff nicely - we gain roughly 15%)
5312
5313 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
5314 - added a comment
5315
5316 * mjobs/MJCalibrateSignal.cc:
5317 - changed title of unsuitable plot
5318 - removed plot for calibrated fundamental pedestal as agreed in the
5319 current calibration meeting (we may change this to an option)
5320
5321 * mjobs/MJPedestal.[h,cc]:
5322 - changed the name of the "PedDiff" plot to be consistent with the
5323 other tab-name
5324 - changed the options for the display
5325 - removed the dependancy of fDisplayType and the SetDataCheck
5326 option
5327 - added option kDisplayNone
5328 - renamed enums from k*Display to kDisplay*
5329
5330 * mhist/MHCamEvent.cc:
5331 - trying to get rid of the Err_%p workaround.
5332
5333 * manalysis/MCerPhotEvt.[h,cc]:
5334 - added some '!' signs in the comment line. This is quick hack
5335 to gain I/O speed and storage space. We will soon have new
5336 containers for the calibrated data and image cleaning
5337 information.
5338 - changed version number to 6
5339
5340 * mhist/MHCamera.cc:
5341 - added member function SetAllUsed
5342
5343
5344
5345 2005/01/26 Abelardo Moralejo
5346
5347 * macros/mccalibrate.C
5348 - removed creation and writing out of MSrcPosCam. It is more
5349 flexible to add it in starmc2.C if needed (for wobble mode for
5350 instance).
5351
5352 * mtemp/mpadova/macros/RanForestDISP.C
5353 - added possibility to set the number of hadrons read in for the
5354 training. Added some missing containers to output.
5355 - Fixed rule concerning the DISP, by adding parentheses. Remember
5356 that MHMatrix::AddColumn does not respect the usual precedence
5357 of operations!
5358
5359 * mtemp/mpadova/macros/resize.C
5360 - added to output missing container MRawEvtHeader
5361
5362 * macros/starmc2.C
5363 - added missing container MImagePar. Added possibility to set the
5364 source position on the camera (for the wobble mode).
5365
5366
5367
5368 2005/01/25 Abelardo Moralejo
5369
5370 * macros/starmc2.C
5371 - modified to allow double (train / test) output, for g/h
5372 separation studies. Added several missing containers to output.
5373
5374
5375
5376 2005/01/25 Thomas Bretz
5377
5378 * mcalib/MCalibrationIntensityChargeCam.cc:
5379 - fixed a lot of 'default argument'-warnings to make to code
5380 compile
5381
5382 * mbase/MParContainer.[h,cc]:
5383 - moved the empty Reset() function into the source file and
5384 added a lot of comments
5385 - implemented new helper-functions: GetNewObject
5386
5387 * mbase/MContinue.[h,cc]:
5388 - allow to use MFilter-classes as filter in ReadEnv
5389
5390 * mbase/MTaskEnv.cc:
5391 - replaced some code by GetNewObject
5392
5393 * mhbase/MFillH.cc:
5394 - handle DrawOption "same" to be able to draw to the same pad
5395
5396 * mhbase/MH.[h,cc]:
5397 - added same-argument to DrawSame
5398
5399 * mhbase/MH3.cc:
5400 - removed some obsolete comments
5401 - remove own drawing options before calling fHist->Draw
5402
5403 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
5404 - first try of implementing 'same' drawing option
5405
5406
5407
5408 2005/01/25 Markus Gaug
5409
5410 * mcalib/MCalibrationPattern.[h,cc]
5411 * mcalib/MCalibrationPatternDecode.[h,cc]
5412 - New Decoder task for the calibration pattern from the
5413 digital modules
5414
5415 * mraw/MRawEvtHeader.[h,cc]
5416 - remove decoding from this class
5417
5418 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
5419 - remove, because one needs anyhow much more than one data file
5420 to get a reasonable conversion factor
5421
5422 * mcalib/MCalibCalcFromPast.[h,cc]
5423 - remove MCalibrationIntensityHiLoCam
5424
5425 * mbadpixels/MBadPixelsPix.h
5426 * mbadpixels/MBadPixelsCam.cc
5427 - changed one function name to GetUnsuitableCalLevel()
5428
5429 * mjobs/MJCalibration.cc
5430 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
5431 "FADC slices" by "FADC sl.", otherwise they range out of the
5432 canvas.
5433
5434 * mcalib/MCalibrationChargeCalc.cc
5435 - ensure to set the color correctly in MCalibrationBlindCam
5436
5437 * callisto.rc
5438 - put space for
5439 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
5440 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
5441
5442
5443 2005/01/24 Abelardo Moralejo
5444
5445 * manalysis/MMcCalibrationUpdate.cc
5446 - Adapted to changes in MCalibrateData from 2005/01/16: moved
5447 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
5448 this, for the last week you may have found trouble running
5449 starmc.C and mccalibrate.C.
5450
5451
5452
5453 2005/01/24 Thomas Bretz
5454
5455 * callisto.cc:
5456 - removed non-existing option from output
5457
5458 * manalysis/MEnergyEstimate.[h,cc]:
5459 - added ReadEnv member function
5460
5461 * mbase/MContinue.[h,cc]:
5462 - implementes AllowEmpty option to support doing nothing
5463 defined in resource file
5464 - added a first draft to allow usage of class-filters instead of
5465 rules
5466
5467 * mbase/MMath.[h,cc]:
5468 - implemented a function suggested by Florian Goebel which reduces
5469 the precision of a float to ~0.5% which is usefull for data
5470 compression by gzip
5471
5472 * mdata/MDataChain.[h,cc]:
5473 - implemented ReadEnv member function
5474
5475 * mfbase/MF.cc:
5476 - a small enhancement to the output in ReadEnv
5477
5478 * mhbase/MH3.cc:
5479 - fixed call to FindObject in Paint which caused a profile to be
5480 displayed incorrectly in case it was read from a file
5481
5482 * mhflux/MHFalseSource.[h,cc]:
5483 - removed old obsolete unsused Significance functions
5484 - implemented ReadEnv member function
5485 - set false source binning only if BinningFalseSource is not default
5486 - check parlist for BinningAlpha
5487
5488 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
5489 mjobs/MJPedestal.cc:
5490 - added an additional check and output if output-file could
5491 not be opened
5492
5493 * mjobs/MJob.h:
5494 - added some Getter
5495
5496 * mhbase/MBinning.[h,cc].
5497 - added nen member functions
5498 + SetEdgesRaw
5499 + ReadEnv
5500 + Print
5501
5502 * mhflux/MAlphaFitter.[h,cc]:
5503 - added new member function ReadEnv
5504
5505 * mhflux/MHAlpha.cc:
5506 - fixed a problem when fitting without off-data
5507
5508 * mbase/MStatusDisplay.cc:
5509 - implemented a further fix in DrawClonePad to make sure
5510 that the X-stuff doesn't get confused while still
5511 GetDrawOption returns the correct value
5512
5513
5514
5515 2005/01/24 Markus Gaug
5516
5517 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5518 - introduced security check for the times fine-tuning to catch
5519 outliers because of deviating pulse forms.
5520
5521 * msignal/MExtractTime.cc
5522 * msignal/MExtractor.cc
5523 - lowered default high-gain saturation limit to 250
5524 - removed Clear() for two results containers at beginning of Process()
5525
5526 * msignal/MExtractor.h
5527 - Take fHiLoLast into the Clone()
5528
5529 * msignal/MExtractedSignalPix.cc
5530 - change sign of default initializer to negative.
5531
5532
5533
5534 2005/01/23 Markus Gaug
5535
5536 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5537 - updated to new logain switch setting in MExtractTimeAndCharge
5538 - extract also high-gain vs. low-gain time difference
5539
5540 * mhcalib/MHCalibrationCam.[h,cc]
5541 * mhcalib/MHCalibrationChargeCam.[h,cc]
5542 - updated reading of conf. values in ReadEnv
5543
5544 * mhcalib/MCalibrationHiLoCam.[h,cc]
5545 * mhcalib/MCalibrationHiLoPix.[h,cc]
5546 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
5547 - updated accordingly
5548
5549 * mbadpixels/MBadPixelsCam.cc
5550 - removed some bugs in the Print() function
5551
5552
5553
5554 2005/01/22 Markus Gaug
5555
5556 * mhcalib/MHCalibrationRelTimeCam.cc
5557 - display in the averaged times display the event-by-event averaged
5558 absolute arrival times instead of the rel. ones which do not make
5559 much sense.
5560
5561 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5562 * mhcalib/MHCalibrationTestCam.[h,cc]
5563 - update to the latest changes in analysis chain.
5564
5565 * mjobs/MJExtractCalibTest.[h,cc]
5566 - update to the latest changes in analysis chain.
5567
5568 * mjobs/MJCalibration.cc
5569 - replace title of that times-averageing Tab from "RelTimes" by
5570 "Times".
5571
5572 * macros/calibration.C
5573 - update to changes in MJExtractCalibTest
5574
5575
5576
5577 2005/01/21 Markus Gaug
5578
5579 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5580 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5581 * msignal/MExtractTimeAndChargeSpline.cc
5582 - use the max. bin content for low-gain extraction
5583
5584 * callisto.rc
5585 - add place for LoGainSwitch
5586
5587
5588
5589 2005/01/21 Florian Goebel
5590
5591 * mfbase/MF.cc:
5592 - include a (TString) cast to make it compilable with gcc2.95.3
5593
5594
5595
5596 2005/01/21 Thomas Bretz
5597
5598 * mpointing/MSrcPosFromModel.cc:
5599 - fixed crash in Process if no pointing model available
5600
5601 * mpointing/MPointingPosCalc.h:
5602 - added missing initialization of data members
5603
5604 * mastro/MObservatory.[h,cc]:
5605 - added ReadEnv member function
5606
5607 * mbase/MTaskEnv.h:
5608 - added (=0) default to SetDefault
5609
5610
5611
5612 2005/01/20 Markus Gaug
5613
5614 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
5615 - added function to display fluctuations of a variable
5616
5617 * mcalib/MCalibrationPix.cc
5618 - fixed small bug in High-gain mean error.
5619
5620 * msignal/MExtractTimeAndCharge.[h,cc]
5621 - introduced high-gain maximum limit before extracting the low-gain
5622
5623
5624
5625 2005/01/20 Thomas Bretz
5626
5627 * mbase/MContinue.[h,cc]:
5628 - added ReadEnv member function to support resource files
5629
5630 * mbase/MEvtLoop.[h,cc]:
5631 - added a second arguemtn to reading of the resource file by name
5632 - added some checks when reding the resource file and the
5633 parameter list hasn't been setup
5634
5635 * mbase/MParList.cc:
5636 - removed an obsolete output from ReadEnv
5637
5638 * mfbase/MF.[h,cc]:
5639 - added ReadEnv member function to support resource files
5640 - added kAllowEpty flag to support skipping by resource files
5641
5642 * mfbase/MFilterList.cc:
5643 - added a comment
5644
5645 * mbase/MStatusDisplay.[h,cc]:
5646 - fixed Write to be compatible with root 4.02/00
5647 - worked around a problem with reading the DrawOption correctly
5648 from a stored status display
5649
5650
5651
5652 2005/01/19 Thomas Bretz
5653
5654 * mbase/MMath.cc:
5655 - added a comment to SignificanceLiMa, made by Daniel Mazin
5656 - also check for b==0
5657
5658 * mhflux/MAlphaFitter.[h,cc]:
5659 - fixed significance calculation in case of on-off data
5660 - added fScaleFactor
5661
5662 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
5663 - handle scale factor in case of on-off observations
5664
5665 * mjobs/MJPedestal.cc:
5666 - aligned screen output to 80col rule
5667
5668 * mtrigger/MFTriggerPattern.[h,cc]:
5669 - assigned correct integers to enum
5670 - made sure that the enum is correctly handled in all function by
5671 applying a r-value to the condition
5672
5673
5674
5675 2005/01/19 Abelardo Moralejo
5676
5677 * mtrigger/MFTriggerPattern.[cc,h]
5678 - Changed Bool_t arguments of all setters to new type Prescale_t
5679 defined by N. Galante (see below)
5680
5681
5682
5683 2005/01/19 Nicola Galante
5684
5685 * mtrigger/MFTriggerPattern.[cc,h]
5686 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
5687 kPrescaled = kTRUE };
5688
5689 - fixed a bug in Process, both fMaskRequiredUnprescaled and
5690 fMaskRequiredPrescaled are checked simultaneously.
5691
5692
5693
5694 2005/01/18 Markus Gaug
5695
5696 * mcalib/MCalibColorSet.cc
5697 - fixed the remaining day of data without colour in project name
5698 neither in digital modules bits.
5699
5700 * mpedestal/MPedCalcPedRun.[h,cc]
5701 - catch the continuous light runs with MRawRunHeader::fRunType
5702 == kRTCalibration to be recognized as effective pedestal runs.
5703
5704
5705 2005/01/18 Thomas Bretz
5706
5707 * mbase/MMath.cc:
5708 - added a check for s==0 in SignificanceLiMa, because otherwise the
5709 result is NaN
5710
5711 * mfbase/MF.cc:
5712 - removed an obsolete debugging output from the latest changes
5713
5714 * mhflux/MHAlpha.cc:
5715 - reset fHTime, too
5716
5717
5718
5719 2005/01/18 Nicola Galante
5720
5721 * mtrigger/MFTriggerPattern.cc:
5722 - added parentesis to ensure bitwise operators priority
5723 with respect to logical operators.
5724
5725
5726 2005/01/17 Thomas Bretz
5727
5728 * manalysis/MEnergyEstimate.[h,cc]:
5729 - changed to be more general. Energy is now estimated from a rule
5730 (MDataChain) The default behaviour is still the same as before
5731 to copy the energy from MMcEvt
5732
5733 * mbase/MTask.cc:
5734 - changed to write out the descriptor istead of the task-name only
5735 in Pre/PostProcess
5736
5737 * mhbase/MH.cc:
5738 - initialize fSerialNumber and fNumExecutions in constructor
5739
5740 * mhflux/MHFalseSource.cc:
5741 - according to a suggestion by Markus Mayer I have changed
5742 \\sigma_{max}=f to S_{max}=f\\sigma
5743
5744 * mjobs/MJCalibrateSignal.cc:
5745 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
5746 call.
5747
5748 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
5749 mtrigger/MTriggerPatternDecode.cc:
5750 - added some comment about file version
5751
5752 * mbase/MFilter.h:
5753 - implemented new virtual function GetDataMember like in MData
5754
5755 * mbase/MTask.[h,cc]:
5756 - when filter is added ass GetDataMember to branch list (should be
5757 obsolete, because filter is in the tasklist, but it should not hurt)
5758
5759 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
5760 mfbase/MFilterList.[h,cc]:
5761 - implemented new function GetDataMember
5762
5763
5764
5765 2005/01/17 Markus Gaug
5766
5767 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5768 - remove a situation where the high-gain signal can be 0.
5769
5770 * mtrigger/MTriggerPattern.h
5771 - fixed a bug in defining the trigger bit pattern (Have to start
5772 from 0 instead of 1)
5773
5774 * mjobs/MJPedestal.cc
5775 * mjobs/MJCalibrateSignal.cc
5776 - fixed default extraction ranges.
5777
5778 * callisto.rc
5779 - fixed default weights files for pedestal extraction for cosmcis
5780
5781 * mcalib/MCalibrationChargeCalc.cc
5782 - removed program exit on occurrance of multiple colours without
5783 intensity calibration
5784
5785
5786
5787 2005/01/17 Nadia Tonello and Markus Gaug
5788
5789 * mcalib/MCalibrationChargeCam.cc
5790 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
5791
5792
5793
5794 2005/01/16 Markus Gaug
5795
5796 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
5797 mhcalib/MHCalibrationChargeCam.[h,cc]
5798 - put overflow management and results camera initialization into
5799 base class
5800
5801 * mcalib/MCalibrateData.[h,cc]
5802 - added possibility to re-normalize signal to equiv. photo-electrons
5803 ( SetSignalType(MCalibrateData::kPhe) ).
5804 Default is old version in photons
5805 - speed up Process by storing pre-calculated calibration constants
5806 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
5807 - added new pointer to different MCalibrationChargeCam used for
5808 updates
5809 - added possibility to update the conversion factors using the
5810 MCalibrationChargeCam stored in fCalibUpdate.
5811 - added Print() function
5812
5813 * mcalib/MCalibCalcFromPast.[h,cc]
5814 - committed final version, now also in the Makefile
5815
5816 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
5817 - committed final version, now able to calibrate interlaced cal.
5818 events.
5819
5820
5821
5822 2005/01/14 Hendrik Bartko
5823
5824 * msignal/calibration_weights_UV.dat
5825 - fixed a small bug in the noise autocorrelation of the AB-noise
5826
5827 * msignal/calibration_weights_blue.dat
5828 - new weights file for blue calibration pulses
5829
5830 * cosmics_weights.dat
5831 - fixed a small bug in the noise autocorrelation of the AB-noise
5832
5833
5834
5835 2005/01/14 Markus Gaug
5836
5837 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5838 - added a small acceleration of the program, tested by Hendrik and
5839 me.
5840
5841 * mpedestal/MPedCalcFromLoGain.cc
5842 - fixed one warning output which was not a real warning.
5843
5844 * mcalib/MCalibrationChargeCam.cc
5845 - improved the function to calculate a mean conversion factor over
5846 the whole camera including a fit to the values.
5847
5848 * mpedestal/MPedCalcPedRun.[h,cc]
5849 - undo some changes introduced by TB on 2/12/04 which had made the
5850 use of interlaced pedestal events impossible again.
5851 - Use now the new class MTriggerPattern directly to recognize an
5852 interlaced pedestal event.
5853
5854
5855
5856 2005/01/14 Thomas Bretz
5857
5858 * callisto.cc:
5859 - fixed a typo in output
5860
5861 * manalysis/MGeomApply.cc:
5862 - removed some old code already in comments
5863 - added possibility to switch off automatic processing (used
5864 if two different geometries around)
5865
5866 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
5867 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
5868 mtools/MSimulatedAnnealing.h:
5869 - added include of TVector because in newer root version it is
5870 not included from TMatrix anymore
5871
5872 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
5873 - to stick to the convention of TMath in newer root versions MMath
5874 changed from a class to a namespace
5875
5876 * mbase/MEvtLoop.[h,cc]:
5877 - to support newer root version added a second Write-function
5878 with a const qualifier.
5879
5880 * mdata/MDataChain.cc:
5881 - changed access to TMath for newer root versions
5882
5883 * mfileio/MChain.[h,cc]:
5884 - implemented a workaround for teh changed LoadTree definition
5885 in newer root-versions
5886
5887 * mfileio/MReadTree.cc:
5888 - fixed a bug in CheckBranchSize caused some warning to be
5889 displayed
5890
5891 * mhflux/MHAlpha.cc:
5892 - removed check for fResult in PostProcess (it is always there)
5893
5894 * msignal/MExtractTimeFastSpline.cc:
5895 - fixed delete --> delete[]
5896
5897 * mbadpixels/MBadPixelsCalc.cc:
5898 - slight change to some output
5899
5900 * mbase/MTaskEnv.h:
5901 - set name of default task when pointer is given
5902
5903 * mjobs/MJCalibrateSignal.cc:
5904 - fixed handling of extraction range for various cases
5905 - fixed handling in case no arrival times are calculated
5906
5907 * mjobs/MJCalibration.cc:
5908 - write at least a default arrival time calibration container
5909 to make further processing easier
5910
5911 * mjobs/MJPedestal.[h,cc]:
5912 - fixed handling of extraction range for various cases
5913
5914
5915
5916 2005/01/14 Abelardo Moralejo
5917
5918 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
5919 - added. Two macros used in the analysis of real wobble mode data.
5920
5921
5922
5923 2005/01/14 Daniela Dorner
5924
5925 * macros/sql/filldotrun.C
5926 - added new arehucas-verions and changed code accordingly
5927
5928
5929
5930 2005/01/13 Abelardo Moralejo
5931
5932 * macros/starmc.C
5933 - Added (commented) lines for the case of gamma MC source off-axis
5934 (wobble mode). Changed default extractor to
5935 MExtractFixedWindowPeakSearch.
5936
5937
5938
5939 2005/01/13 Raquel de los Reyes
5940
5941 * callisto.rc
5942 - introduced several configuration lines
5943 (format: "class".DataCheck: No) to allow callisto
5944 to run with rawfiles. Necessary for the datacheck.
5945
5946
5947
5948 2005/01/13 Markus Gaug
5949
5950 * mcalib/MCalibColorSet.cc
5951 - fixed runs 45605-45609
5952
5953 * msignal/MExtractor.h
5954 - take out the variable fHiLoLast from the streamer. Will be
5955 initialized in the ReInit(), if needed
5956
5957 * msignal/MExtractor.cc
5958 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
5959 the same extractor may have that variable set to a certain
5960 value, even if not desired. The ReInit() fixes fHiLoLast, if
5961 different from 0.
5962
5963 * mpedestal/MExtractPedestal.cc
5964 * mpedestal/MPedCalcPedRun.cc
5965 * mpedestal/MPedCalcFromLoGain.cc
5966 - fix the output of the print to the correct value for the case
5967 that the extractor is used.
5968
5969
5970 2005/01/13 Thomas Bretz
5971
5972 * callisto.rc:
5973 - fixed some typos
5974
5975 * mbase/MLog.cc:
5976 - unset DEBUG defined unintentionally
5977
5978 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
5979 - removed printing Weights in InitArrays, because otherwise
5980 the output of a full data calibration is totally crowded
5981 with numbers. Having the weights-file name on the display
5982 is perfectly enough.
5983
5984
5985
5986 2005/01/12 Markus Gaug
5987
5988 * mcalib/MCalibrationIntensityRelTimeCam.cc
5989 - added fit to improve averageing of the obtained results
5990
5991
5992
5993 2005/01/12 Thomas Bretz
5994
5995 * manalysis/MMatrixLoop.cc:
5996 - changed name to MRead because it now derives from MRead
5997
5998 * mbase/MEvtLoop.[h,cc]:
5999 - implemented an option not to cascade the status display to the
6000 parameter list in PreProcess
6001
6002 * mhflux/MHAlpha.cc:
6003 - changed name of "Significance" to "MinimizationValue"
6004 - return -significance to have a value being minimized
6005
6006 * mhist/MHCamera.cc:
6007 - fixed output of text in legend
6008
6009 * mhist/MHEvent.[h,cc]:
6010 - implemented new options for calibrated pedestals
6011
6012 * mmain/MEventDisplay.cc:
6013 - fixed to support latest changes in MJCalibrateSignal
6014
6015 * mpedestal/MPedPhotCam.cc:
6016 - added new options in GetPixelContent (4 and 5) to support
6017 a correct camera display
6018
6019 * mjobs/MJCalibrateSignal.cc:
6020 - fixed display of calibrated pedestal and pedestal rms
6021 - changed order of plots. Now all interpolated values
6022 (means all calibrated values which are bad-pixel treated)
6023 are displayed behind the unsuitable pixels.
6024
6025 * mjobs/MJ*.cc:
6026 - corrected all wrong %06d to %08d to fit the number of
6027 digits in run-numbers
6028
6029
6030
6031 2005/01/11 Abelardo Moralejo
6032
6033 * mjobs/Makefile
6034 - added missing include -I ../mtrigger
6035
6036
6037
6038 2005/01/11 Thomas Bretz
6039
6040 * callisto.cc, callisto.rc:
6041 - changed such, that all three kinds of pedestals are calcualted
6042 (usefull for studies)
6043
6044 * manalysis/MMatrixLoop.[h,cc]:
6045 - derived from MRead
6046 - implemented some basic functions from MRead
6047
6048 * mfilter/MFCosmics.[h,cc]:
6049 - allow setting of name of MPedestalCam
6050
6051 * mhbase/MBinning.[h,cc]:
6052 - added SetEdges taking MParList as input
6053
6054 * mhflux/MHAlpha.cc:
6055 - use new function from MBinning
6056
6057 * mjobs/MJCalibrateSignal.[h,cc]:
6058 - changed to calculate all three kinds of pedestals
6059 - added filters for trigger pattern and illuminated events
6060
6061 * mjobs/MJPedestal.cc:
6062 - give different names to tabs with different pedestals
6063
6064 * mjobs/MJStar.cc:
6065 - on request changed used pedestal from "FromExtractor" to
6066 "FromExtractorRndm"
6067
6068 * mtrigger/MTriggerPattern.h:
6069 - added Reset function
6070
6071 * mtrigger/MTriggerPatternDecode.[h,cc]:
6072 - added using file format version number
6073
6074
6075
6076 2005/01/11 Markus Gaug
6077
6078 * mbadpixels/MBadPixelsPix.cc
6079 - updated documentation
6080
6081 * mcalib/MCalibrationChargeCalc.cc
6082 - make pixels with deviating number of phes unreliable instead of
6083 unsuitable (this was already thought so, but missed to modify
6084 at one place).
6085
6086 * mhcalib/MHCalibrationCam.[h,cc]
6087 - add possible flag 'kInterlaced': default: kFALSE (like before)
6088 - added pointer to MRawEvtHeader to deny cosmics events in case
6089 of 'interlaced' flag is set. No changes for 'normal' calibration
6090
6091
6092
6093 2005/01/10 Benjamin Riegel
6094
6095 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
6096 - added two classes for implementing starguider-data
6097
6098 * mreport/ReportLinkDef.h
6099 - added class MReportStarguider to be linked:
6100 #pragma link C++ class MReportStarguider+;
6101
6102 * mreport/Makefile
6103 - added file MReportStarguider.cc
6104
6105 * merpp.cc
6106 - added two containers ( MReportStarguider, MTimeStarguider ) and
6107 added MReportStarguider to the list:
6108 w->AddContainer("MReportStarguider", "Starguider");
6109 w->AddContainer("MTimeStarguider", "Starguider");
6110 r->AddToList("MReportStarguider");
6111
6112
6113
6114 2005/01/10 Markus Gaug
6115
6116 * mcalib/MCalibColorSet.cc
6117 - return kFALSE for CL-run instead of kTRUE
6118
6119 * mcalib/MCalibrationChargeCalc.cc
6120 - stop program in case that multiple colours are found in same file
6121 without intensity calibration
6122
6123 * mbadpixels/MBadPixelsPix.h
6124 - added two new possible UnCalibrated_t flags for the hi-lo
6125 calibration
6126
6127 * macros/calibration.C
6128 - add the calls to:
6129 MArray::Class()->IgnoreTObjectStreamer();
6130 MParContainer::Class()->IgnoreTObjectStreamer();
6131 in main.
6132
6133 * msignal/MExtractor.h
6134 - added Getter for fOffsetLoGain (was still missing)
6135
6136 * mhcalib/MHCalibrationChargeCam.[h,cc]
6137 - remove pixels with histogram overflow only if their percentage
6138 passes a certain limit (default: 0.5%). Before, every overflow
6139 lead to an unsuitable pixel.
6140
6141 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
6142 - implemented changes suggested by T.B. to speed up calculations
6143 - take fNameWeightsFile into the streamer, otherwise the Clone()
6144 will always create an extractor with cosmic's weights.
6145 - set fOffsetLoGain to a slighly higher value. The DF seems to
6146 have a different offset since it uses different pulse shapes
6147 and thus sightly different time definitions.
6148
6149
6150
6151 2005/01/10 Thomas Bretz
6152
6153 * mhvstime/MHVsTime.cc:
6154 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
6155
6156 * callisto.cc:
6157 - changed such, that the calculated pedestal is not random
6158 anymore
6159 - added code to calculate the pedestal also with randomization,
6160 but this code is for the moment commented out.
6161
6162 * callisto.rc:
6163 - fixed naming of pedestal calculation
6164
6165 * mbadpixels/MBadPixelsCalc.cc:
6166 - added a second check which compares the pedestal rms with
6167 the variance of the pedestal rms in the same sector
6168
6169 * mjobs/MJCalibrateSignal.[h,cc]:
6170 - changed to calculate the pedestal from extractor without
6171 randomization
6172 - added code to calculate the pedestal also with randomization,
6173 but this code is for the moment commented out.
6174
6175 * mjobs/MJCalibration.cc:
6176 - made sure that pedcam always has the correct name
6177 (FIXME? Print a warning if it has the wrong name)
6178
6179 * mjobs/MJPedestal.[h,cc]:
6180 - changed such, that it allows the calculation of pedestals
6181 in three different ways (fundamental, fromextractor,
6182 fromextractorrndm)
6183 - therefor removed SetExtractorResolution and added
6184 + void SetExtractionFundamental()
6185 + void SetExtractionWithExtractorRndm()
6186 + void SetExtractionWithExtractor()
6187
6188 * mjobs/MJStar.cc:
6189 - changed/fixed the input name of the MPedPhotCam used in the
6190 image cleaning
6191
6192 * mraw/MRawFileRead.[h,cc]:
6193 - changed return type of OpenNextFile
6194 - in some cases return kERROR in OpenNextFile to abort the Processing
6195 with an error
6196
6197 * mraw/MRawRunHeader.cc:
6198 - call a wrong file format version ERROR now
6199
6200 * mhflux/MAlphaFitter.[h,cc]:
6201 - make sure that resetted values are returned if fit failed
6202 - set default scaling too kOffRegion
6203
6204 * mhflux/MHAlpha.cc:
6205 - some small fixes to handling of MHAlphaOff
6206
6207 * mhflux/MHFalseSource.[h,cc]:
6208 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
6209 - updated display accordingly
6210 - updated fit accordingly
6211 - removed catalog temporarily from plots until I found the
6212 reason for the strange crashes
6213
6214 * mbadpixels/MBadPixelCalc.[h,cc]:
6215 - implemented the possibility to check the pedestal rms against the
6216 variance of the pedstal rms, too. The option is curretly switched
6217 off.
6218 - enahanced informal output in PreProcess
6219
6220 * mbase/MTaskList.cc:
6221 - a little change to some output
6222
6223
6224
6225 2005/01/10 Wolfgang Wittek
6226
6227 * mfbase/MFEventSelector2.cc
6228 - check whether filter exists before calling
6229 filter->CallPreProcess(parlist)
6230
6231
6232
6233 2005/01/08 Markus Gaug
6234
6235 * mhcalib/MHCalibrationHiLoCam.[h,cc]
6236 * mcalib/MCalibrationHiLoCam.[h,cc]
6237 * mcalib/MCalibrationHiLoPix.[h,cc]
6238 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
6239 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
6240 mcalib/CalibLinkDef.h
6241 - new classes for calibration of conversion high-gain vs. low-gain
6242
6243 * msignal/MExtractedSignalPix.[h,cc]
6244 - added data member fChisquare, set to -1. by Clear() and Reset()
6245 - raised version number by 1
6246
6247 * msignal/MExtractedSignalCam.[h,cc]
6248 - added data member fNdf, set to -1 by default
6249 - new function: GetProb(const Int_t pixidx) to be called to
6250 calculate the joint probability of Chisquare of pixel "pixidx"
6251 and fNdf
6252 - added documentation of data members
6253 - raised version number by 1
6254
6255 * mhcalib/MHCalibrationChargeCam.cc
6256 - strengthened default histogram limits a bit, should accelerate
6257 the calibration by 20%.
6258
6259 * mjobs/MJCalibrateSignalFromOutside.cc
6260 - fixed two lines to compile MCalibrateData with the recent changes
6261 by TB
6262
6263 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6264 - fixed two bugs introduced yesterday by TB.
6265
6266 * msignal/MExtractTimeAndChargeSpline.cc
6267 * msignal/MExtractTimeAndChargeSlidingWindow.cc
6268 - adopt part of TB's speed accelerations into these classes
6269
6270 * msignal/MExtractTimeAndCharge.cc
6271 - fix the low-gain extraction window for the case that the high-gain
6272 is saturated. Was skipped so far.
6273
6274
6275
6276 2005/01/07 Markus Gaug
6277
6278 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
6279 - catch the case that more than 90% of the pixels have saturated
6280 signals and fix the extraction window from the occurrance of
6281 saturation, then. Important for high-intensity calibration events.
6282
6283
6284 * msignal/MExtractor.cc
6285 * msignal/MExtractTime.cc
6286 * msignal/MExtractTimeAndCharge.cc
6287 - added some documentation
6288
6289 * msignal/MExtractTime.[h,cc]
6290 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
6291 the header-file.
6292
6293
6294
6295
6296 2005/01/07 Abelardo Moralejo
6297
6298 * mbase/MLog.h
6299 - Added #include "TSystem.h", otherwise gSystem is not recognized
6300 in Mac OSX.
6301
6302 * manalysis/MMakePadHistograms.cc
6303 - Changed badcalc.SetNamePedPhotContainer to
6304 badcalc.SetNamePedPhotCam
6305
6306
6307
6308 2005/01/07 Thomas Bretz
6309
6310 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
6311 - replaced PedPhotContainer by PedPhotCam for consistency
6312
6313 * mbase/MLog.[h,cc]:
6314 - return *this in Seperator()
6315
6316 * mbase/MPrint.[h,cc]:
6317 - use new separator manipulator in PreProcess
6318 - fixed a type: separator instead of seperator
6319
6320 * mfileio/MReadTree.[h,cc]:
6321 - added a check for branch->IsAutoDelete() in Notify()
6322
6323 * mpedestal/MExtractPedestal.[h,cc]:
6324 - added new option 'fRandomCalculation' be used to switch on-/off-
6325 randomization in extractors, the default should be like before
6326 - added Process() calling Calc()
6327
6328 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
6329 - renamed Process() to Calc()
6330
6331 * Makefile:
6332 - removed macros/calibration.C, which seems to have been
6333 unintantionally introduced.
6334
6335 * manalysis/Makefile:
6336 - removed unintantionally introduced wrong include
6337
6338 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
6339 - a small acceleration discussed with Hendrik by replacing a
6340 counter in a loop by pointer arithmetics
6341
6342 * mraw/MRawEvtPixelIter.cc:
6343 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
6344 read one byte behind the end of the array
6345 - fixed HasLoGain() which really did weired things, means accessing
6346 sometimes memory somewhere. This could theoretically result
6347 in assigning the wrong lo-gains to the wrong pixels.
6348
6349 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
6350 mtrigger/MFTriggerPattern.[h,cc]:
6351 - added
6352
6353 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
6354 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
6355
6356 * manalysis/MEnergyEstParam.h:
6357 - added a new function SetVariables calling SetCoeff
6358
6359 * mcalib/MCalibrateData.[h,cc]:
6360 - removed data members for container names
6361 - added new lists for container names
6362 - allow to calibrate more than one pedestal container at the same
6363 time
6364
6365 * mjobs/MJCalibrateSignal.cc:
6366 - changed accordingly
6367
6368
6369
6370 2005/01/05 Thomas Bretz
6371
6372 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
6373 mhcalib/MHCalibrationRelTimeCam.cc:
6374 - made some output lines fit into convinience window of 80 col
6375
6376 * mhist/MHCamEvent.cc:
6377 - make sure that x-axis has correct title
6378
6379 * msignal/MArrivalTimePix.cc:
6380 - init error to -1 which is a obviously non valid value
6381 - fixed IsValid() which gave wrong results
6382
6383 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
6384 - made sure that LoGain is flagged non-valid if no lo-gain exists
6385 - push time back at the edge of the allowed limits if outside
6386
6387 * mbase/MGList.[h,cc]:
6388 - introduced new functions Delete and DeletePictures
6389 - SetBit(kMustCleanup) in constructor. Otherwise it is not
6390 correctly removed from ListOfCleanups
6391
6392 * mbase/MLog.cc:
6393 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
6394 from the list
6395
6396 * mbase/MParContainer.[h,cc]:
6397 - replaced return type of GetDescriptor by TString. The old version
6398 was terribly wrong! The returned memory wasn't removed as soon
6399 as the function returned.
6400
6401 * mbase/MStatusDisplay.[h,cc]:
6402 - for security (thread safty) replaced all Form() by MString::Form()
6403 - implemented a more secure scheme of Closing (Clone()) this was
6404 a hint given by valgrind
6405 - set kMustCleanup for all new object in ClonePad not only kCanDelete
6406 - fixed some lines in pulldown-menus
6407 - add TPads to ListOfCleanups in ClonePad (workaround!)
6408
6409 * mbase/MString.[h,cc]:
6410 - implemented a new static Form() function returning a copy of
6411 the result
6412
6413 * mbase/MTask.[h,cc]:
6414 - replaced return type of GetDescriptor by TString. The old version
6415 was terribly wrong! The returned memory wasn't removed as soon
6416 as the function returned.
6417 - Made GetDescriptor thread safe using MString::Form
6418
6419 * mfileio/MWriteRootFile.cc:
6420 - Use GetDescriptor().Data() when using any kind of printf function
6421
6422 * mhbase/MFillH.cc:
6423 - replaced string concatenation in all constructors by a Form
6424 (also suggested by valgrind)
6425
6426 * mhcalib/MHCalibrationRelTimeCam.cc:
6427 - made some output fit into 80col boundary
6428
6429
6430
6431
6432 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
6433
6434 * mfht:
6435 - added new directory for hexagonal fourier transformation
6436
6437 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
6438 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
6439 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
6440 mhft/Makefile:
6441 - added
6442
6443 * macros/extendcam.C:
6444 - added: tutorial for MGeomCamExtend
6445
6446 * macros/hft.C:
6447 - added: tutorial for MHexgonalFTCalc
6448
6449 * macros/dohtml.C:
6450 - updated
6451
6452 * macros/rootlogon.C:
6453 - updated
6454
6455 * Makefile:
6456 - mhft added
6457
6458 * mbase/MParContainer.cc, mbase/MLog.cc:
6459 - added a pre-compiler option for destructor debugging
6460
6461 * mbase/MTaskList.[h,cc]:
6462 - added new function Replace
6463
6464 * mdata/MDataChain.cc, mfbase/MF.cc:
6465 - shortened some output
6466
6467 * mdata/MDataArray.[h,cc]:
6468 - added new function FindRule
6469
6470 * mfileio/MReadTree.[h,cc]:
6471 - enhanced functionality to be able to read a TTree stored in memory
6472 instead of a file. Therefor introduced fTree which is now the pointer
6473 used and replaced fChain where TTree and TChain have common behaviour.
6474 Where they behave uncommon new code for the new case has been added.
6475
6476 * mfileio/MWriteRootFile.[h,cc]:
6477 - enhanced functionality to be able to write a TTree into memory
6478 instead of a file. This were maily bugfixes for the case fOut==0, which
6479 must be handled correctly. Becarefull a tree filles without a file
6480 is not deleted automatically!
6481
6482 * mhbase/MBinning.h:
6483 - added copy constructor
6484 - fixed buggy SetEdges(MBinning&) which didn't work
6485
6486 * mhbase/MHMatrix.cc:
6487 - when adding a new rule check first if the same rule already exists
6488
6489 * mhflux/MAlphaFitter.[h,cc]:
6490 - added new functionality to support on-off analysis
6491 - didn't touch existing code
6492
6493 * mhflux/MHAlpha.[h,cc]:
6494 - added new functionality to support on-off analysis
6495 - replaced Fit() calls by newer function calls
6496 - added DrawAll - PRELIMINARY
6497 - fixed a bug when projecting - may be the reson for some strange
6498 crashes
6499
6500 * mcalib/MCalibColorSet.cc:
6501 - fixed a stupid bug introduced last year, which caused MCalibColorSet
6502 in some circumstances to stop the eventloop when it shouldn't
6503
6504 * mjobs/MSequence.cc:
6505 - expand path names
6506
Note: See TracBrowser for help on using the repository browser.