source: trunk/MagicSoft/Mars/Changelog@ 7211

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