source: trunk/MagicSoft/Mars/Changelog@ 7189

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