source: trunk/MagicSoft/Mars/Changelog@ 7214

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