source: trunk/MagicSoft/Mars/Changelog@ 7193

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