source: trunk/MagicSoft/Mars/Changelog@ 7190

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