source: trunk/MagicSoft/Mars/Changelog@ 7202

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