source: trunk/MagicSoft/Mars/Changelog@ 7216

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