source: trunk/MagicSoft/Mars/Changelog@ 7194

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