source: trunk/MagicSoft/Mars/Changelog@ 7288

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