source: trunk/MagicSoft/Mars/Changelog@ 7196

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