source: trunk/MagicSoft/Mars/Changelog@ 8704

Last change on this file since 8704 was 8704, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 108.0 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
21
22 2007/08/24 Thomas Bretz
23
24 * mdata/MDataMember.cc:
25 - added a sanity check in GetValue()
26
27 * mdata/MDataPhrase.[h,cc]:
28 - Allow to use MDataPhrase also with variables x,y,z and t
29 - Allow evaluation of the function with given x,y,z,t
30
31 * mjobs/MJSpectrum.h:
32 - commented IntermediateLoop, was unused
33
34 * mjoptim/MJOptimize.cc:
35 - added two comments
36
37 * mjtrain/MJTrainDisp.cc:
38 - added new MHn to display more information about the test
39 - improved result-histogram
40 - added PreTasks, PostTasks and TestTasks to testing tasklist
41 - some fixes if the user closed the display
42
43 * mjtrain/MJTrainEnergy.cc
44 - added new MHn to display more information about the test
45 - allow to set fTrainParameter and fResultFunction from
46 outside, this allows to train on whatever you like
47 - added TestTasks to testing tasklist
48 - added new member functions to set Train parameter and
49 evaluation function: SetTrainLog/Log and SetTrainFunc
50
51 * mranforest/MRanForestCalc.[h,cc]:
52 - changed evaluatio function-type from TF1 to MDataPhrase
53
54 * mraw/MRawEvtData.cc:
55 - initialize fNumBytesPerSample with 1
56
57 * mraw/MRawRunHeader.[h,cc]
58 - set default FADC type to 1 (Siegen)
59 - it turned out that we use 1/2 and not 0/1 as expected
60
61
62
63
64
65 2007/08/23 Thomas Bretz
66
67 * mhbase/MH3.[h,cc]:
68 - added new data members fBins, allowing to set bins from the outside
69 - removed obsolete SetColors
70 - set palette automatically if it is a 2D histogram (more flexible
71 solution pending)
72
73 * mhbase/MHn.cc:
74 - added comments
75 - allow setting of binning without parlist
76 - added functions to set Scale, Log, AutoRange and Sumw2
77 - delete obsolete pads, if any
78
79 * mjoptim/MJOptimizeBase.h:
80 - added new data meber fTestTasks to be executed only for testing
81 - added comments
82
83 * mjtrain/MJTrainRanForest.cc:
84 - removed obsolete code already in comments
85
86 * mranforest/MRanForestCalc.[h,cc]:
87 - added the possibility to set a function which converts the
88 result of the rf. eg "pow(10, x)"
89
90 * mraw/MRawRunHeader.[h,cc]:
91 - replaced fNumSignificantBits by fFadcResolution for compatibility
92 - replaced fFreqSampling by fSamplingFrequency for compatibility
93 - increased ClassVersion to 9
94
95 * mraw/MRawEvtData.cc:
96 - initialize fNumBytesPerSample to 1 to make it compatible with reading
97 old MC files.
98
99 * mjobs/MJSpectrum.cc:
100 - added control plot for the residual of Energy
101 - fixed the "Overflow-Bug". It was a loop from o to <n, while histogram
102 bins are from 1 to ==n
103
104
105
106 2007/08/22 Thomas Bretz
107
108 * mbase/MEnv.cc:
109 - changed title print out for untouched resources
110
111 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
112 - added new class MHn
113
114 * mhbase/MH.[h,cc]
115 - changed start bin to search for GetRange
116 - added GetRangeX and GetRangeY member functions
117 - added GetRangeUserX and GetRangeUserY member functions
118 - added default to SetPalette
119
120 * mhbase/MH3.[h,cc]:
121 - chnaged to tokenize the name allowing to have different
122 Binning names for all axes
123 - added a style bit which allow to auto scale an axis if the
124 histogram is finally filled
125 - replaced 9999 with -1 in ProfileX/Y
126 - moved SetLog from Paint to Draw
127 - increased class version
128
129 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
130 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
131 mreflector/MHReflector.cc:
132 - replaced 9999 with -1 in ProjectionX/Y/Z
133 - replaced 9999 with -1 in ProfileX/Y
134
135 * mhflux/MMcSpectrumWeight.cc:
136 - tiny change to output of Print
137
138 * mjobs/MJCut.cc:
139 - added a new Tab CuT displaying VsSize a second time, but with a
140 user definable cut "CutT" applied
141
142 * mjobs/MSequence.[h,cc]:
143 - added "Comment" to resources
144 - increased class version nimber
145
146 * mmuon/MHMuonPar.cc:
147 - enable all grids
148
149 * mimage/MNewImagePar.cc:
150 - Set fConcCOG to 0 if smaller 0. This produces at least a defined
151 value (-inf) when the logarithm is calculated, which is better
152 than an undefined one (NaN).
153
154
155
156 2007/08/22 Markus Meyer
157
158 * datacenter/macros/fillstar.C
159 - changed reference values for muon analysis according to
160 the large muon sample with old image cleaning (Mars-1.2) and
161 smaller integration region (0.75 to 1.2)
162
163 * resources/calibration.rc
164 - changed correction coefficients due to new reference values
165
166 * resources/calibration_spline.rc
167 - changed correction coefficients for MUX
168
169 * mmuon/MHMuonPar.cc
170 - changed FHistBraod from ArcWidth/Radius vs. Radius to
171 ArcWidth vs. Radius
172
173 * datacenter/macros/fillstar.C
174 - changed reference values for muon analysis again according to
175 the large muon sample with time image cleaning (for new release)
176 with integration region 0.75 to 1.2
177
178
179
180 2007/08/22 Stefan Ruegamer
181
182 * datacenter/scripts/runcallisto
183 - modified staging of files
184
185 * datacenter/scripts/runstar
186 - corrected server and added logfile entry for staging of files
187
188
189
190 2007/08/21 Thomas Bretz
191
192 * mpointing/MHSrcPosCam.[h,cc]:
193 - we now buffer the events instead of average them. This removes
194 strange (fake) events near the camera center in wobble mode
195
196
197
198 2007/08/21 Markus Meyer
199
200 * datacenter/macros/fillstar.C
201 - changed reference values for muon analysis according to
202 the large muon sample with time image cleaning and smaller
203 integration region (0.8 to 1.2)
204
205 * mmuon/MHMuonPar.cc
206 - changed fgIntegralLoLim from 0.7 to 0.8
207
208
209
210 2007/08/21 Stefan Ruegamer
211
212 * datacenter/scripts/movingrawfiles_OK
213 - removed rmdir -p option
214
215 * datacenter/scripts/runcallisto
216 - added staging of files
217
218
219
220 2007/08/20 Stefan Ruegamer
221
222 * datacenter/scripts/setup
223 - changed number of allowed processes
224
225 * datacenter/scripts/movingrawfiles
226 - changed login server from apollo to dc09
227 - removed lines for moving files from fromlapalma as the transfer
228 is not working anymore with finished files
229 - added comment
230
231 * datacenter/scripts/movingrawfiles_OK
232 - script for moving files according to the new "_OK" structure in
233 the fromlapalma folder
234
235 * datacenter/scripts/checkmd5sum
236 - added automatic detection of the L number
237 - added check for already existing output files
238 - added description
239
240 * resources/calibration_spline.rc
241 - added factors for period 56 and 57 (same value as for 55)
242
243
244
245 2007/08/20 Thomas Bretz
246
247 * .rootrc:
248 - added some comments about defaults
249 - set the ShowEventStatus for the canvases to yes as default
250
251 * sponde.cc:
252 - removed the refill option (it was just a dummy)
253 - removed the accurate option. It didn't give more accurate
254 results at all
255
256 * mbase/MStatusDisplay.[h,cc]:
257 - added an update option to SetProgressBarPosition
258
259 * mhflux/MMcSpectrumWeight.[h,cc]:
260 - allow to give a container name to GetFormula*
261 - changed default for spectral slope from -9 to -99
262 - allow to give integral range to GetSpec*Integral
263 - added a new member function CompeleteEnergySpectrum which completes
264 a simulated spectrum starting at an energy fEnergyMin down to
265 an energy emin.
266 - added two options ("new" and "old") to Print function
267 - do not stop anymore if lower energy boundary changes
268
269 * mjobs/MJSpectrum.[h,cc]:
270 - cleaned the code in general
271 - removed fRefill (was not used in the code at all)
272 - added MJSpectrum to global ListOfCleanups to handle
273 the display more properly
274 - removed reading of the first (it was the second!)
275 MMcCorsikaRunHeader. It is now read for each file individually
276 - The read monte carlo events are now weighted with the mc
277 production area (events per area)
278 - incomplete (to lower energies) spectra are completed
279 - removed accurate mode, it was not more accurate
280 - we fit the spectrum now from the first to the last bin
281 - for comparison crab and 1553 are plotted
282 - changed the processing such that first the MCs are processed
283 and then the spectrum is refilled
284 - now the MC distribution from OriginalMC is read only once
285 - added new tab showing the basic event distribution
286
287 * callisto.cc, star.cc, ganymed.cc, sponde.cc, mars.cc, showplot.cc:
288 - some improvements in case of wrong number of arguments
289
290
291
292 2007/08/19 Thomas Bretz
293
294 * mbase/MStatusDisplay.cc:
295 - fixed the fix of the strange crashes. Now fBatch is added to
296 the ListOfCleanups instead of removing the newly created canvas
297 from the global list of canvases
298
299 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
300 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
301 - enables a lot of grids
302
303 * mhbase/MBinning.[h,cc]:
304 - addec constructor with a TArrayD
305
306 * mhbase/MH.[h,cc]:
307 - added two new member functions GetRange and GetRangeUser
308
309 * mjoptim/MJOptimizeDisp.[h,cc]:
310 - added new option UseThetaSq
311
312 * mjoptim/MJOptimizeEnergy.[h,cc]:
313 - added possibility to use also logarithmic fits
314
315 * mmc/MMcCorsikaRunHeader.cc:
316 - improved Print function
317
318 * msignal/MExtractTimeAndChargeSpline.cc:
319 - initialize rise and fall time as suggested by valgrind
320
321 * mtools/MChisqEval.[h,cc]:
322 - implemented the possibility to use weights
323
324
325
326
327 2007/08/18 Thomas Bretz
328
329 * sponde.cc:
330 - added new option --force-theta
331
332 * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
333 - GetName noe returns only the filename not the whole path. The
334 old behaviour made it impossible to access the container from
335 the file.
336 - GetRcName now returns the whole path/name.
337 - Print now outputs also path and file-name
338
339 * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
340 - fixed typos in comments
341
342 * mhflux/MHCollectionArea.cc:
343 - reset fCorsikaVersion to 0 in PreProcess
344 - print old and new Cosika version if mismatch is found
345
346 * mhflux/MMcSpectrumWeight.cc:
347 - replaced the %.16f by %.16e. This is more accurate in cases
348 with high exponents
349 - added some sample/test code to weight the Zenith Angle
350 according to the sin-distribution produced by Corsika.
351 Currently not in use
352
353 * mjobs/MJSpectrum.cc:
354 - removed the simple/accurate mode. There is now reason why
355 the previous "accurate"-mode should be more accurate at all.
356 It is only slower
357 - Reading the OriginalMC tree now is done such that the
358 events are properly weighted by the production area. This
359 allowes to use different impact paramters from dfferent files.
360 - a check has been implemented which compared the zenith angle
361 distribution of the data and the resulting monte carlo data.
362 Execution of the program can be forced with a new option.
363 - write more information to output file.
364 - added a new tab showing the vent distribution without weights
365
366
367
368 2007/08/17 Thomas Bretz
369
370 * sponde.cc:
371 - removed switch for simple and accurate mode
372
373 * mbase/MMath.cc:
374 - fixed a problem in LiMaExc which could result in NaN
375 (if signal and background is 0)
376
377 * mbase/MStatusDisplay.cc:
378 - remove canvases in batch-mode from the global list of canvases,
379 this could result in crahses if two canvases in the display
380 had the same name
381
382 * mhflux/MHCollectionArea.[h,cc]:
383 - output the maximum impact found in Finalize
384
385 * mhflux/MHEnergyEst.cc:
386 - made the y-axis in the Eest vs Emc plot logarithmic
387
388
389
390 2007/08/16 Markus Meyer
391
392 * resources/calibration.rc:
393 - update of muon calibration factors for the periods 41 to 50
394
395
396
397 2007/08/15 Thomas Bretz
398
399 * mhflux/MHEnergyEst.cc:
400 - exchanged x- and y-contents of Eest vs Emc hist. It turned out
401 that it was wrong.
402
403 * mjobs/MDataSet.[h,cc]:
404 - added member functions AddFiles filling a MDirIter
405
406 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
407 - updated the disp-parametrization after fixing the lo-gain bug
408 - fixed a bug in the quality cuts (all showers with saturating
409 hi-gains were removed)
410
411 * mhbase/MH3.cc:
412 - allow to split the histogram name and the binning name
413 - set a different line color in case of the "same" option
414
415 * mjobs/MJCut.cc:
416 - show distribution of observation time for on and off data
417
418 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
419 mjoptim/MJOptimizeEnergy.cc:
420 - added display to output
421
422 * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
423 macros/optim/optimwobble.C:
424 - added example how to write output file
425
426
427
428 2007/08/13 Thomas Bretz
429
430 * mjobs/MJSpectrum.cc:
431 - fixed reading of Binning* from ganymed*.file
432
433
434
435 2007/08/11 Thomas Bretz
436
437 * mhflux/MHAlpha.cc:
438 - on special request omega has been removed from the nice plot
439
440
441
442 2007/08/10 Thomas Bretz
443
444 * msignal/MExtractTimeAndCharge.cc:
445 - fSaturationLimit must be multiplied with GetScale() not with
446 GetMax()... grmpf.
447
448 * mjobs/MJCut.cc:
449 - fixed a bug which caused nonsense effective on-time values
450 for real data since three weeks.
451
452
453
454 2007/08/06 Thomas Bretz
455
456 * mcalib/CalibLinkDef.h, mcalib/Makefile:
457 - removed obsolete MMcCalibrationCalc
458
459 * mhbase/MH.[h,cc]:
460 - adde ApplyBinning member functions for two- and three-dim hists
461
462 * mimage/MHHillasExt.[h,cc]:
463 - removed plot for max dist
464 - added plot for SlopeL
465 - increased class version number
466
467 * mjobs/MJCut.cc:
468 - added BinningSlope to list of binnings
469 - added BinningM3Trans to list of binnings
470 - added BinningM3Asym to list of binnings
471 - removed BinningMaxDist from list of binnings
472
473 * mjtrain/MJTrainDisp.cc:
474 - renamed TrainDist to Train
475
476 * mpointing/MHSrcPosCam.cc:
477 - changed default palette from glow1 to pretty
478
479 * mpointing/MSrcPosCam.h:
480 - added a function to return the distance to the camera center
481
482 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
483 - updated binnings
484 - replaced old spark-cut by a new one
485
486 * mfilter/MFMagicCuts.[h,cc]:
487 - increased version number to 2
488
489 * mjobs/MJStar.cc:
490 - replaced the old spark-cut with a new one
491
492 * mimage/MHVsSize.cc:
493 - changes some comments
494
495 * mmuon/MHSingleMuon.cc:
496 - skip the "error estimation" step. It is just a multiplication
497 with a fixed value. This doesn't influence enaything. And the
498 absolute avlue of the error is not used at all.
499
500
501
502 2007/08/03 Thomas Bretz
503
504 * macros/optim/optimdisp.C:
505 - adapted to new parametrization
506
507 * mjtrain/MJTrainDisp.[h,cc]:
508 - some small fixes and changes.
509 - added code (as comment) for training a ghostbuster
510
511
512
513 2007/08/02 Thomas Bretz
514
515 * mjobs/MJSpectrum.[h,cc]:
516 - made it compile again
517
518
519
520 2007/07/29 Thomas Bretz
521
522 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
523 - reordered pre-cuts
524 - removed conc1-spark cut
525 - changed cut coefficients to new algorithm
526
527 * mars.rc, star.rc:
528 - switched to use new image cleaning
529
530
531
532 2007/07/28 Thomas Bretz
533
534 * mjobs/MJSpectrum.[h,cc]:
535 - added CutQ
536 - added some checks for the Zenith angle distribution
537
538
539
540 2007/07/26 Daniela Dorner
541
542 * scripts/dospectrum:
543 - bugfix (variable for outpath for ganymed was wrong)
544
545
546
547 2007/07/26 Thomas Bretz
548
549 * mfilter/MFMagicCuts.cc:
550 - implemented new disp-parametrization
551 - implemented new ghostbusting
552 - implemented possibility to use an external ghostbuster
553 - implemented possibility to use an external disp calculator
554
555 * mimage/MImgCleanStd.[h,cc]:
556 - implemented the cleaning in a recursive way. It should be
557 a little bit faster
558 - implemented post-cleaning using timing information
559 - implemented new options how to treat the removed single
560 core pixels
561
562 * mjobs/MJCut.cc:
563 - write an external ghostbuster to the output file if available
564
565 * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
566 - set display name of MRanForestCalc as title instead of name
567
568 * mranforest/MRanForestCalc.cc:
569 - set fTitle as eventloop name instead of fName
570
571 * mimage/MNewImagePar.[h,cc]:
572 - removed the fInner-stuff. It was never good for anything
573 only for space- and time-consumption
574 - increased class-version number by one
575
576
577
578 2007/07/25 Thomas Bretz
579
580 * scripts/merppupdate:
581 - small fixes
582
583
584
585 2007/07/24 Thomas Bretz
586
587 * mbase/MEvtLoop.cc:
588 - removed the "Status Display" in front of the window name
589
590 * mcalib/MCalibrationChargeCalc.cc:
591 - initialized some more variables in the constructor as suggested
592 by valgrind
593
594 * mjobs/MJCut.cc:
595 - reset number of off-source positions in on-/off-mode to one
596
597 * mjobs/MJob.[h,cc]:
598 - added many comments
599 - simplified the functions for setting a new resource file
600 - replaced some repeated code by new function CombinePath
601 - added new member function HasWritePermission
602
603 * mjoptim/MJOptimize.cc:
604 - set title as window title of eventloop
605
606 * mjoptim/MJOptimizeCuts.cc:
607 - stop if filter is set and it is not MFMagicCuts
608
609 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
610 mjoptim/MJOptimizeEnergy.cc:
611 - set window title of status display
612
613 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
614 mjtrain/MJTrainSeparation.cc:
615 - set window title of status display
616 - check for write permission of the output file
617
618 * mjtrain/MJTrainDisp.[h,cc]:
619 - implemented new plots showing the result in a more
620 convinient way
621 - allow to set a different result value than dist
622
623 * mranforest/MRanForest.[h,cc]:
624 - improvement to output when training. Moved code to a
625 new member function
626
627 * mranforest/MRanForestCalc.cc:
628 - set window title of status display
629
630 * mtools/MTFillMatrix.[h,cc]:
631 - implemented setting name and title in the constructor
632 - set window title when wvent loop is started to title
633
634
635
636 2007/07/19 Thomas Bretz
637
638 * mjobs/MJCut.cc:
639 - added a sanity check for one off-position in on/off-mode
640
641 * mjoptim/MJOptimize.[h,cc]:
642 - moved the functions and data-members to set cuts etc to new
643 base class
644 - added setting of pre- and post-tasks to reading the data
645
646 * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
647 - added new MJOptimizeBase
648
649 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
650 mjtrain/MJTrainSeparation.cc:
651 - changed to use fDebug and WriteDisplay from the new base class
652
653 * mjtrain/MJTrainRanForest.[h,cc]:
654 - moved all data members and setting of pre-/posttasks/-cuts
655 to new base class
656
657 * mjtrain/Makefile:
658 - added include of mjoptim for new base class
659
660 * mjoptim/MJOptimizeBase.[h,cc]:
661 - new base class for optimization and training classes
662
663
664
665
666 2007/07/18 Thomas Bretz
667
668 * mpointing/MPointingDevCalc.cc:
669 - changed limit for starguide calibration from 87751 to 85240
670
671 * mbase/MContinue.cc:
672 - changed some debug output
673 - fixed a bug if the filter already decided to be skiped
674
675 * mbase/MEvtLoop.cc:
676 - changed RecursiveRemove to use the newly implemented scheme
677
678 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
679 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
680 - improved debug output
681 - added RecursiveRemove member function
682 - removed screen output from Remove function
683 - call RecursiveRemove when something is removed from the list
684
685 * mbase/MStatusDisplay.h:
686 - aaded a new enum kLastElement
687
688 * mbase/MTask.cc:
689 - set kMustCleanup for fFilter
690
691 * mbase/MTaskList.cc:
692 - added debugg code
693
694 * mfileio/MWriteRootFile.cc:
695 - always set kMustCleanup when a TFile is created
696 - make sure RecursiveRemove is called in the correct way
697
698 * mmain/MEventDisplay.h:
699 - fixed the starting index for the first gui element
700
701 * msignal/MExtractor.cc:
702 - added some initializations in the constructor suggested by
703 valgrind
704
705 * mcalib/MCalibrateData.cc:
706 - improved output
707
708
709
710 2007/07/17 Thomas Bretz
711
712 * mjobs/MDataSet.cc:
713 - fixed a typo
714
715
716
717 2007/07/17 Daniela Dorner
718
719 * scripts/dospectrum:
720 - added comments
721 - adapted variables to changes in preparemc
722 - new path for condor submit and dag files (the new condor path in
723 Mars)
724
725 * scripts/preparemc:
726 - added comments
727 - added checks
728
729 * condor:
730 - added (directory to store condor submit files)
731
732 * condor/processds.submit:
733 - added (condor submit file to run ganymed for a dataset, used in
734 scripts/dospectrum)
735
736 * condor/processsponde.submit:
737 - added (condor submit file to run sponde for a dataset, used in
738 scripts/dospectrum)
739
740
741
742 2007/07/15 Thomas Bretz
743
744 * mdata/MDataPhrase.[h,cc]:
745 - fixed a problem with predefined variables (such as used for
746 disp optimization [0])
747 - added a debug member function GetRuleRaw()
748
749 * mhflux/MHAlpha.[h,cc]:
750 - allow to set the watermark from the DrawNice menu entry
751
752 * mjobs/MDataSet.cc:
753 - allow to set the default sequence- and data-path from
754 the dataset file
755
756 * mjobs/MJCut.cc:
757 - set the number of random off-source position for the on-data
758 - fixed a "&", should have been a logical And
759 - make sure that even for MCs the source position is always
760 calculated (this is necessary for more than one wobble position)
761
762 * mjoptim/MJOptimizeDisp.cc:
763 - fixed a typo which made the optimtrain.C fail (kDegToRad does
764 not exist)
765
766 * mjtrain/MJTrainEnergy.cc:
767 - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
768
769 * mpointing/MSrcPosCalc.[h,cc]:
770 - added a random off-source position calculation to make the
771 more-than-one-off-source-position analysis symmetric in case of
772 on-source
773 - added lots of comments
774
775
776
777 2007/07/14 Thomas Bretz
778
779 * mpedestal/MPedestalSubtract.[h,cc]:
780 - fixed the buggy Memcpy function introduced with the last change
781 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
782 The MUX and old FADC data got copied correctly because they are
783 stored in the hi-gain array only, so that the number of hi-gain
784 samples returned in Process is 30/80.
785
786 * mpedestal/MExtractPedestal.cc:
787 - some cosmetics
788
789 * mfilter/MFMagicCuts.cc:
790 - changed some comments
791
792 * mjobs/MJCut.cc:
793 - some cosmetics. Simplified the setting of the scale factor
794
795 * macros/train/traindisp.C, macros/train/trainenergy.C,
796 macros/train/trainseparation.C:
797 - added some more helpfull comment
798
799
800
801 2007/07/03 Thomas Bretz
802
803 * mmain/MEventDisplay.[h,cc]:
804 - changed default size
805 - added two butons to switch of the display of the image
806 parameters
807
808
809
810 2007/06/30 Thomas Bretz
811
812 * msignal/MExtractTimeAndCharge.cc:
813 - when splitting the extraction of the maximum position and the
814 maximum value into two functions (after the last release)
815 an error in extracting the time of a saturating lo-gain pixel
816 was introduced. fixed.
817
818 * resources/starguider.txt:
819 - starguider calbration file added
820
821
822
823 2007/06/29 Daniela Dorner
824
825 * datacenter/db/sources.php:
826 - fixed bug (test-sources where displayed although 'incl. test
827 sources was not checked)
828 - added input field for source name (regular expressions)
829 - adapted link for source name from sequinfo.php to
830 sequinfo-aio.php
831
832 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
833 - moved init of limits (setting of know values) from
834 builddatasets.php to menu.php (function InitFindOffData), so that
835 the values are also available in sequinfo-aio.php
836
837 * scripts/dospectrum:
838 - completely new version using condor dag
839
840 * scripts/preparemc:
841 - new version
842 - adapted path
843 - giving mars not needed anymore
844 - adapted to 8 digit run numbers for MC
845
846
847
848 2007/06/29 Thomas Bretz
849
850 * mimage/MHillasExt.[h,cc]:
851 - added new timing parameters fSlopeTrans and fSlopeLong
852 - removed never used parameter fMaxDist
853 - increased accordingly the class version number by 1
854 - replaced the old calculation of the third moments by a
855 numerically more accurate one, by avoiding to calculate
856 to many differences too often.
857
858 * mfilter/MFMagicCuts.[h,cc]:
859 - added the usage of the new SlopeLong parameter for ghostbusting
860
861 * mjobs/MJStar.cc:
862 - preselect events for muon analysis not only by size but also
863 by fConcCOG.
864
865 * mmuon/MMuonSearchPar.[h,cc]:
866 - added a new member function to return the dist (sqrt(x^2+y^2))
867 - to create outliers which are outling as much as possible we
868 let the fit change x and y to infinity.
869
870 * mmuon/MHSingleMuon.cc:
871 - adapted the histogram binning from Siegen slices to ns.
872 - adapted the par limits for the fit to ns
873 - adapted the starting value for the rms to ns
874 - removed the fit range, it was anyhow identical to the histogram
875 - changed the condition of the pixel index into a condition
876 of the pixel size
877
878 * scripts/merppupdate:
879 - the second argument was silently ignored
880
881 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
882 - updates to the latest changes
883
884
885
886 2007/06/28 Thomas Bretz
887
888 * mars.cc:
889 - added new options to use a sequence file instead of a run
890
891 * mhbase/MFillH.h:
892 - added new member function to reset weights
893
894 * mmain/MEventDisplay.[h,cc]:
895 - added path argument to allow to give an input path
896 - added to allow to setup a sequence file for reading
897
898 * mmain/Makefile:
899 - added inlcude of mjobs for MSequence
900
901 * mbadpixels/MBadPixelsTreat.cc:
902 - we assume now that the maximum arrival time difference
903 is calibrated already in nanoseconds
904
905 * mcalib/MCalibrateRelTimes.[h,cc]:
906 - the arrival time is now converted from slices into nanoseconds
907
908 * mfilter/MFSoftwareTrigger.cc:
909 - the arrival time is now assumed to be in nanoseconds.
910 the default is changed accordingly from 0.5 to 1.7
911
912 * mjobs/MJCalibrateSignal.cc:
913 - changed axis label of PulsePos plot (now in nanosec)
914
915 * mpointing/MSrcPosCalc.[h,cc]:
916 - allow to set a tasklist as callback to now which n-th
917 pass of the same task list it is
918
919 * mbase/MTaskList.[h,cc]:
920 - added some code to allow the execution of one task list more
921 than once. This is for example necessary to process three
922 different off-source regions.
923
924 * mjobs/MJCut.[h,cc]:
925 - use the new feature in MTaskList to setup a tasklist
926 processing the off-source calculation tasklist more than once
927 - added a new data meber fNumOffSourcePos
928 - added a new resource option NumOffSourcePositions
929 - added a new CutQ before Cut0 which takes place before all
930 source posisiton dependant stuff
931
932 * ganymed_onoff.rc:
933 - renamed Cut0 to CutQ
934
935
936
937 2007/06/27 Thomas Bretz
938
939 * mfilter/MFMagicCuts.cc:
940 - added the missing include of MHillas.h
941
942 * mhist/Makefile, mhist/HistLinkDef.h:
943 - removed obsolete MHFadcCam
944 - removed obsolete MHFadcPix
945
946 * msignal/MExtractPINDiode.cc:
947 - commented out some non-compiling code which is not used at all.
948
949 * Makefile:
950 - removed compmux program which entered by chance
951
952
953
954 2007/06/26 Thomas Bretz
955
956 * mmain/Makefile:
957 - added inlclude path for mfilter
958
959 * mmain/MEventDisplay.cc:
960 - added MFEvtNumber to choose selected preselected events
961
962
963
964 2007/06/25 Daniel Hoehne
965
966 * datacenter/scripts/linkmc:
967 - implemented execution of fillcamera.C, now first a mc camera file
968 is linked and then fillcamera.C runs for this file
969
970 * datacenter/macros/fillcamera.C:
971 - bugfix: the macro doesn't giva a seg-fault anymore
972 (thanks to Thomas)
973 - arranged the structure more clearly
974
975
976
977 2007/06/23 Thomas Bretz
978
979 * mbadpixels/MBadPixelsCam.cc:
980 - fixed some Print output
981
982 * mhflux/MHAlpha.cc:
983 - added the missing include of MHillas.h
984 - removed the obsolete ClassImp(MAlphaFitter)
985
986 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
987 - added the missing include MHillas.h
988
989 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
990 - removed obsolete include of MHillas.h
991
992 * mpointing/MPointingDevCalc.[h,cc]:
993 - added the real starguider calibration using a pointing model
994 for the strguider. The dates for which the model is valid
995 can still be tuned.
996
997 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
998 - added some comment
999
1000
1001
1002 2007/06/23 Thomas Bretz
1003
1004 * mpointing/MPointing.cc:
1005 - improved output
1006
1007
1008
1009 2007/06/23 Daniela Dorner
1010
1011 * datacenter/db/index.html:
1012 - added link to showplots-seq.php
1013 - added link to builddatasets.php
1014
1015 * datacenter/db/showplots-seq.php:
1016 - added (analog to shoeplots-ds, but instead of dataset number a
1017 sequence range and/or a source name can be chosen)
1018
1019 * datacenter/db/plotinclude.php:
1020 - added function to print pull-down menu for type in showplots*.php
1021
1022 * datacenter/db/showplots.php:
1023 - moved getting of plotname out of if-clauses
1024
1025 * datacenter/db/showplots-ds.php:
1026 - added check if datasetfile is existing
1027
1028 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
1029 - added comments
1030 - added home-button
1031 - added reset-button
1032 - changed choosing of type from input field to pull-down menu and
1033 implemented function for this pulldown
1034
1035
1036
1037 2007/06/22 Thomas Bretz
1038
1039 * mhflux/MHThetaSqN.cc:
1040 - fixed optimization (it just didn't work)
1041
1042 * mpointing/MPointing.[h,cc]:
1043 - added some checks in Load
1044 - fixed a problem with the constructors (the pointers MUST be
1045 initialized to 0)
1046 - renamed fNumPar to fgNumPar
1047 - Load and Save now return kTRUE or kFALSE
1048
1049
1050
1051 2007/06/22 Daniela Dorner
1052
1053 * datacenter/db/builddatasets.php:
1054 - fixed typo
1055
1056
1057
1058 2007/06/21 Thomas Bretz
1059
1060 * mjobs/MJCut.cc:
1061 - fixed a problem with the Wobble MCs (the could not be processed
1062 anymore because they needed MTime for MHSrcPos)
1063
1064
1065
1066 2007/06/20 Thomas Bretz
1067
1068 * msql/MSQLMagic.[h,cc]:
1069 - added a new function InsertUpdate
1070
1071
1072
1073 2007/06/20 Daniela Dorner
1074
1075 * datacenter/db/showplots.php:
1076 - implemented different number of tabs for muxdata for
1077 signal*.root
1078
1079
1080
1081 2007/06/19 Thomas Bretz
1082
1083 * callisto.rc, callisto_Dec04Jan05.rc:
1084 - changed the default values (commented out anyhow) to the real
1085 values.
1086
1087 * mbase/MEnv.h:
1088 - allow printing contents from the context menu
1089
1090 * mcalib/MCalibrationRelTimeCalc.cc:
1091 - replaced kDeviatingTimeResolution by new
1092 kDeviatingRelTimeResolution
1093
1094 * mhcalib/MHCalibrationPulseTimeCam.cc:
1095 - automatically scale the saturation limit to the fadc range
1096
1097 * mjobs/MJCalibrateSignal.cc:
1098 - save resource file into signal*.root file
1099 - added some code (still commented) for saving the calibration
1100 results
1101 - do not fill the bad-pixel plots with MCs
1102
1103 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
1104 mjobs/MJSpectrum.cc:
1105 - save resource file into signal*.root file
1106
1107 * mjobs/MJPedestal.cc:
1108 - clarified output for "mean pulse time" further
1109
1110 * mjobs/MJob.cc:
1111 - made write container more flexible to allow easier calles
1112 if fPathOut contains the file name already
1113
1114 * mpedestal/MExtractPedestal.cc:
1115 - automatically scale the maximum variation and the
1116 maximum value to fit the FADC range
1117
1118 * msignal/MExtractor.cc:
1119 - removed the reset of the saturation limit. Maybe the user
1120 wants to switch off saturation detection.
1121 - removed a lot of old code (in comments)
1122
1123 * msignal/MExtractTimeAndCharge.cc:
1124 - scale the saturation limit from the maximum of
1125 the FADC range to 256
1126 - use the maximum value of the raw position as the input for
1127 half the signal height in GetSaturationTime again
1128 - calculate maxposhi only if needed
1129 - calculate maxrawlo only if needed
1130
1131 * mraw/MRawRunHeader.[h,cc]:
1132 - implemented new format version 9
1133 - increased version number by one
1134 - added some comments in the header
1135 - added a function returning the maximum value of the FADC
1136 - changed the GetScale from a calculation to a switch
1137 (faster and easier to understand)
1138
1139 * callisto_mux.rc:
1140 - replaced saturation and lower signal limit in
1141 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
1142
1143 * mbase/MMath.[h,cc]:
1144 - added a function to do a InterpolParab assuming that the
1145 x-coordinates are -1, 0, 1
1146
1147
1148
1149 2007/06/18 Thomas Bretz
1150
1151 * mbadpixels/Makefile:
1152 - added include of mraw
1153
1154 * mbadpixels/MBadPixelsTreat.[h,cc]:
1155 - added some comments
1156 - check for MRawRunHeader
1157 - calculate max time difference from time in ns
1158
1159 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
1160 - changed old value for time difference to 3.0
1161 - use the default value (3.0) in all files
1162
1163 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
1164 mcalib/MCalibrationChargeCalc.cc:
1165 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
1166
1167 * mbase/MMath.cc:
1168 - improved (according to the numerical recipes) the calculation
1169 of the one value solution. This should also accelerate
1170 execution a bit
1171
1172
1173
1174 2007/06/17 Thomas Bretz
1175
1176 * mpedestal/MExtractPedestal.[h,cc],
1177 mpedestal/MPedestalSubtract.cc,
1178 mpedestal/MPedestalSubtractedEvt.[h,cc]:
1179 - changed USample_t finally from Byte_t to UShort_t
1180 - adapted Memcpy accordingly
1181
1182 * mraw/MRawEvtData.[h,cc]:
1183 - increased class version to 7
1184 - added fNumBytesPerSample for simplification
1185 - take fNumBytesPerSample into account
1186 - changed draw and print option accordingly
1187 - changed reading of pixel information (in fact it is a
1188 simplification allowed by the flexible storage format)
1189 - added a private GetSample member function to be used in
1190 data access for drawing a pixel
1191 - added returning of the scale (2^((numbytes-1)*8))
1192 - FIXME: GetPixelContent must be reimplemented!
1193
1194 * mraw/MRawEvtPixelIter.[h,cc]:
1195 - changed according to changes in MRawEvtData to support
1196 flexible daza format
1197 - removed a lot of old, obsolete and unsused member functions
1198
1199 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
1200 - changed to use USample_t instead of Byte_t
1201 - ToBeFIXED! The saturation limits are still around 2^8
1202
1203 * callisto_mux.rc:
1204 - removed obsolete LoGainSwitch statement
1205
1206
1207
1208 2007/06/16 Thomas Bretz
1209
1210 * mbase/MGList.cc:
1211 - added some sanity checks
1212
1213 * mbase/MMath.cc:
1214 - don't start caluclation if x<mean in GaussProb
1215
1216 * mpedestal/MExtractPedestal.[h,cc]:
1217 - added new data member for the absulte max signal fMaxSignalAbs
1218 - replaced Byte_t for a sample by USample_t set in the header
1219 to Byte_t
1220 - in the case of random pedestal calculation the MaxPos is
1221 not calculated anymore
1222 - scale the pedestal and pedestalrms according to the sample
1223 size in the data (the scale is retrieved from the run-header)
1224
1225 * mpedestal/MPedestalSubtract.[h,cc]:
1226 - replaced build-in memcpy by a new Memcpy function which is more
1227 flexible depending on the input data format
1228 - scale the signal into the range 0-256 according to the
1229 scale given by the event header
1230 - replaced Byte_t by USample_t
1231
1232 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1233 - replaced Byte_t by USample_t and set it accordingly to Byte_t
1234
1235 * mraw/MRawRunHeader.h:
1236 - added returning of the scale (2^((numbytes-1)*8))
1237
1238
1239
1240 2007/06/15 Thomas Bretz
1241
1242 * mpedestal/MPedestalSubtractedEvt.cc:
1243 - fixed a bug in the determination of the maximum slice. Only
1244 each second slice was checked. This has been introduced with
1245 the last change four weeks ago.
1246
1247
1248
1249 2007/06/15 Daniela Dorner
1250
1251 * datacenter/db/index-footer.html:
1252 - adapted path of validator picture
1253
1254 * scripts/processsequence:
1255 - added sequence number (get it from sequence file) to path name
1256 in case only a sequence file is given
1257 - added two new command line options: the callisto and star rc can
1258 be given now
1259
1260
1261
1262 2007/06/14 Daniela Dorner
1263
1264 * scripts/processsequence:
1265 - bugfix (getting of runno didn't work in case the outpath
1266 contained a _)
1267
1268
1269
1270 2007/06/13 Thomas Bretz
1271
1272 * mimage/MImgCleanStd.cc:
1273 - print name of MPedPhotCam only if used
1274
1275
1276
1277 2007/06/13 Daniela Dorner
1278
1279 * datacenter/db/plotdb.php:
1280 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
1281 sequences of one dataset)
1282
1283 * datacenter/db/showplots.php:
1284 - implemented variable for number of tabs (calib*.root,
1285 signal*.root and star*.root) to simplify future changes
1286 - adapted number of tabs for signal*.root
1287
1288
1289
1290 2007/06/12 Thomas Bretz
1291
1292 * mbase/MTime.[h,cc]:
1293 - added new constant kDaySec
1294 - use kDaySec where possible
1295 - added second argument to SetUnixTime and allow using it ;-)
1296 - use SetUnixTime in Set(timeval)
1297
1298 * mhcalib/MHCalibrationChargeCam.cc:
1299 - made sure that Draw doesn't crash if the hi-gains
1300 have saturated but the lo-gains don't exist
1301
1302 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1303 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
1304 - accordingly increased class version number
1305
1306
1307
1308 2007/06/12 Daniela Dorner
1309
1310 * datacenter/db/ganymed.php:
1311 - added comment
1312
1313 * datacenter/db/tabs.php:
1314 - corrected tabs for ganymed for wobble
1315
1316
1317
1318 2007/06/11 Thomas Bretz
1319
1320 * sponde.cc:
1321 - added check for validity of resource file
1322
1323 * mbase/MMath.cc:
1324 - small speed improvement to calclation of three solutions
1325 for the third order pol.
1326 - for a second order pol. set x1 and x2 if it has only one
1327 solution
1328
1329 * mbase/MMath.h:
1330 - speed improvement using ::cbrt instead of pow(x, 1/3)
1331
1332 * mcalib/MCalibrationChargeCalc.cc:
1333 - improved output
1334
1335 * mextralgo/MExtralgoSpline.cc:
1336 - speed improvement by using a look up table for often used
1337 and identical coefficients
1338 - use MMath::SolvePol2 to get the null-points of the first
1339 derivative (EvalDerivEq0)
1340 - removed a lot of old an obsolete comments
1341 - fixed the newly introduced EvlInteg(int, int) -- must
1342 return 0 explicitly if a==b
1343 - fixed the upward search
1344
1345
1346
1347 2007/05/25 Thomas Bretz
1348
1349 * callisto.cc, star.cc:
1350 - removed obsolete check whether config file exists
1351
1352 * sponde.cc:
1353 - aded check for validity of config file (returns 0xfe if not)
1354
1355 * mbase/MEnv.[h,cc]:
1356 - removed obsolete fName workaround
1357 - made sure that also ~ paths are correctly expanded and used
1358
1359 * mjobs/MJob.cc:
1360 - one more sanity check if MEnv is not valid
1361
1362 * Makefile:
1363 - first compile the programs source code and then link the library
1364 this make it much faster to debug the code of the program sources.
1365
1366
1367
1368 2007/05/22 Daniel Hoehne
1369
1370 * datacenter/macros/fillcamera.C:
1371 - added (macro to fill mc parameters into the db)
1372
1373
1374
1375 2007/05/22 Thomas Bretz
1376
1377 * mmuon/MMuonSearchPar.cc:
1378 - tiny speed improvement in the fit function
1379
1380
1381
1382 2007/05/22 Daniela Dorner
1383
1384 * datacenter/scripts/sourcefile:
1385 - adapted the function finish to avoid removing of non existing
1386 files in case the variable lockfile is empty
1387
1388 * steps.rc:
1389 - fixed typo
1390
1391 * datacenter/scripts/checkscriptrunning:
1392 - added (script to check if a script is runnning, including
1393 command line option, to allow for several jobmanagers and
1394 zipscripts of one Mars Version)
1395
1396
1397
1398 2007/05/21 Daniela Dorner
1399
1400 * datacenter/db/showplots-ds.php:
1401 - also off-sequences are plottet now
1402 - by plotting the link to the plot in colour, it is marked, whether
1403 a on sequence (green) or a off sequence is plotted
1404
1405
1406
1407 2007/05/21 Daniel Hoehne
1408
1409 * datacenter/tools/resetdataset:
1410 - re-implemented fAllFilesAvail=NULL
1411
1412 * datacenter/macros/fillstar.C:
1413 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
1414
1415
1416
1417 2007/05/21 Thomas Bretz
1418
1419 * msignal/MSignalPix.h:
1420 - added missing arrival time in Copy function
1421 - added copy constructor
1422
1423 * msignal/MSignalCam.[h,cc]:
1424 - added a function to compare cleanigngs of two objects
1425 - added a function to compare the islands in two objects
1426 - adde Copy function
1427
1428 * mjobs/MJStar.cc:
1429 - added MHEffictiveOnTime to parlist to get access from the
1430 resource file
1431
1432 * mjobs/Makefile:
1433 - added include of mhflux
1434
1435
1436
1437 2007/05/18 Daniela Dorner
1438
1439 * datacenter/scripts/runcorsika:
1440 - added (script to run corsika automatically)
1441
1442 * datacenter/scripts/runreflector:
1443 - added (script to run reflector automatically)
1444
1445 * datacenter/scripts/runcamera:
1446 - added (script to run camera automatically)
1447
1448 * datacenter/scripts/jobmanager:
1449 - added possibility to start separate jobmanager for the MC
1450 processing by giving 'mc' as command line option
1451
1452 * datacenter/scripts/setup:
1453 - added setting for MC production steps
1454
1455 * datacenter/scripts/sourcefile:
1456 - added fail codes for MC production steps
1457
1458 * steps.rc:
1459 - added settings for MC production steps
1460 - removed timer table information (this was only neede by the
1461 macro getdolist.C in case of day-wise processing of data)
1462
1463
1464
1465 2007/05/17 Thomas Bretz
1466
1467 * metralgo/MExtralgoSpline.h:
1468 - improved the speed of the integration by simplifying the evaluated
1469 term. It has been checked that the result is identical.
1470
1471
1472
1473 2007/05/17 Daniela Dorner
1474
1475 * scripts/processsequence:
1476 - added -v5 to all commands
1477
1478 * datacenter/scripts/sourcefile:
1479 - adapted in function makedir if-clause to avoid removing of non
1480 existing files in case todofile is empty or todfile or lockfile is
1481 missing
1482
1483 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
1484 datacenter/scripts/runstar:
1485 - adapted comment (was still about old way to get from the database
1486 what has to be done)
1487
1488
1489
1490 2007/05/16 Daniel Hoehne
1491
1492 * datacenter/tools/resetdataset:
1493 - several bugfixes (mainly typos, for wobble datasets there was one
1494 colon too much due to no off sequences)
1495
1496
1497
1498 2007/05/16 Thomas Bretz
1499
1500 * callisto.cc:
1501 - switch of storage of job2 only in movie mode
1502
1503 * mjobs/MJCalibrateSignal.[h,cc]:
1504 - do not write the interlaced containers anymore
1505 they have no real meaning if only the ones of the last
1506 calibration are written
1507 - removed obsolete references to MCalibrationPulseTimeCam
1508 - changed default writingmode for the signal file to UPDATE
1509
1510 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
1511 - write display by adding it to the array
1512
1513 * mjobs/MJPedestal.[h,cc]:
1514 - added const qualifier to argument of DisplayResult
1515 - removed obsolete WriteResult
1516 - added a new function WritePulsePos
1517 - call WritePulsePos if PulsePosCheck is enabled
1518
1519 * mjobs/MJob.[h,cc]:
1520 - removed automatic writing of fDisplay from WriteContainer
1521 - added a new function WriteDisplay
1522
1523 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
1524 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
1525 - replaced GetMax by GetMaxPos
1526
1527 * mhcalib/MHCalibrationPulseTimeCam.cc:
1528 - use new GetMax returning position and height at once
1529
1530 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1531 - devided the old function GetMax into GetMax and GetRawMax
1532
1533 * msignal/MExtractTimeAndCharge.cc:
1534 - GetSaturationTime now uses the real maximum as reference not
1535 the maximum of the raw-date
1536 - adapted the use of GetMax
1537
1538 * mextralgo/MExtralgoSpline.h:
1539 - added a function which allows the outside world to access the
1540 spline
1541 - removed Align from EvalInteg, it is done in EvalPrimitive already
1542
1543 * macros/test/extralgospline.C:
1544 - added a macro to test the spline
1545
1546
1547
1548 2007/05/14 Stefan Ruegamer
1549
1550 * datacenter/scripts/checkmd5sum
1551 - added this script which makes an md5sum check of files that have
1552 been copied from tape to the directory
1553 /magic/datacenter/fromtape. This script will run later auto-
1554 matically before movingrawfiles.
1555
1556
1557
1558 2007/05/14 Daniela Dorner
1559
1560 * datacenter/scripts/checkfilesforsequenceavail:
1561 - added missing 'set -C'
1562
1563 * scripts/processsequence:
1564 - added option (now callisto rc can be giving in a command line
1565 option)
1566
1567
1568
1569 2007/05/14 Daniel Hoehne
1570
1571 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1572 - implemented new columns fUnsuitableMax and fDeadMax
1573
1574
1575
1576 2007/05/14 Thomas Bretz
1577
1578 * RELEASE 1.2
1579
1580
1581
1582 2007/05/14 Thomas Bretz
1583
1584 * callisto_mux.rc:
1585 - cleanup of some comments
1586
1587 * mjobs/MJCalibration.cc:
1588 - fixed the unintentionally removed setting of pedestal
1589 for MPedestalSubtract
1590
1591 * mpedestal/MPedestalSubtract.cc:
1592 - improved output for debugging purpose
1593
1594 * msignal/MExtractor.[h,cc]:
1595 - according to the last changes the version number has been
1596 increased to 9
1597
1598 * mcalib/MCalibrationCam.cc:
1599 - added code to GetPixelContent from MCalibrationPedCam
1600
1601 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1602 - removed obsolete MCalibrationPedCam
1603
1604 * mhcalib/MHPedestalCam.cc:
1605 - Removed references to MCalibrationPedCam use a MCalibrationCam
1606 with the name MCalibrationPedCam instead
1607
1608 * mjobs/MJCalibration.cc:
1609 - changed background color in Defects to be able to read
1610 the yellow text color
1611
1612 * mjobs/MJPedestal.cc:
1613 - removed obsolete include of MCalibrationPedCam
1614
1615 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
1616 - removed some obsolete Add functions already contained in
1617 the base class
1618
1619 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
1620 mcalib/MCalibrationIntensityQECam.[h,cc],
1621 mcalib/MCalibrationIntensityTestCam.[h,cc]:
1622 - removed
1623
1624
1625
1626 2007/05/11 Daniela Dorner
1627
1628 * scripts/processsequence:
1629 - added information about the created paths to the output of
1630 Usage()
1631 - adapted regular expressions
1632 - bugfix in getting date for cc and caco file
1633 - bugfix (subsystempath was missing)
1634 - exit instead of break, if cc or caco file is missing
1635 - merpplogdirectory is created after finding of files now
1636 - improved logging
1637
1638 * datacenter/scripts/setup:
1639 - adapted number of processes
1640 - removed datacheck
1641
1642
1643
1644 2007/05/11 Thomas Bretz
1645
1646 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
1647 msignal/MExtractBlindPixel.cc:
1648 - replaced the call to GetTotalEntries by the product
1649 of the number of slices with the number of events of the
1650 individual pixel
1651
1652 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
1653 mpedestal/MPedCalcFromLoGain.[h,cc]:
1654 - unified the summing part of Process() into a new function
1655 CalcPixel in the base class
1656 - in MPedCalcPedRun individual pixels could be skipped due to
1657 high variations, but it was still divided by the number of events
1658 procesed. This let to a pedestal which was a tiny amount too
1659 small and gave an small positive offset of the randomly extracted
1660 pedestal.
1661 - unified the loops over the individual pixels to calculate the
1662 pixel-, area-, and sector-defaults for the whole camera into
1663 the base-class
1664 - moved fNumEventsUsed into the base-class and removed obsolete
1665 fUsedEvents
1666 - removed obsolete fTotalCounter, use the product of the number
1667 of slices and the number of events stored in each individual
1668 pixel instead
1669 - added some sanity checks not to calculate average and/or rms
1670 values if the statistics is too low (division by zero)
1671 - for calculating min and/or max values at most places now
1672 an int is used. This increases the range for further
1673 upgrade to 16bit samples.
1674
1675 * mpedestal/MPedestalCam.[h,cc]:
1676 - removed obsolete fTotalEntries and replaced by fNumSlices
1677 because the number of total entries depends on the number of
1678 events used for each individual pixel
1679 - adapted GetPixelContent accordingly
1680 - increased class version to 2
1681
1682 * manalysis/MCameraData.cc:
1683 - added include of TArrayI (previously included from MPedestalCam)
1684
1685 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
1686 - fixed GetPixelContant to give more proper output
1687 - reformatted GetPIxelContent code
1688 - added const-qualifiers
1689
1690 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1691 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
1692 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
1693 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
1694 - removed data members fPedestal and fPedestalsIn respectively,
1695 and all referencing functions because it was never used at all
1696
1697 * mextralgo/MExtralgoDigitalFilter.[h,cc],
1698 mextralgo/MExtralgoSpline.cc
1699 msignal/MExtractTimeAndChargeDigitalFilter.cc:
1700 - made the noise extraction completely random and automatic
1701 - gave the noise extraction completely into the hand of
1702 the extractors
1703
1704
1705
1706 2007/05/10 Daniela Dorner
1707
1708 * datacenter/scripts/runcallisto:
1709 - bugfix (typo in getting date for finding cc and cacofile)
1710
1711 * scripts/merppupdate:
1712 - added (script to merpp update already calibrated files)
1713 - added possibility to give outpath and regular expression for
1714 filename as command line options
1715
1716
1717
1718 2007/05/10 Thomas Bretz
1719
1720 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
1721 - cleanup of some comments
1722
1723 * mbase/MMath.cc:
1724 - removed the usage of a storage space for the index in
1725 GetMedianDev because the index is reacalculated anyhow
1726
1727 * mbase/MStatusArray.cc:
1728 - if several objects of the same name (but different class
1729 types) are in a pad we don't stop searching if an object
1730 with the right name has been found
1731
1732 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
1733 mcalib/MCalibrationRelTimeCalc.cc:
1734 - updated output
1735
1736 * mhist/MHCamera.[h,cc]
1737 - added two new member functions to count the number of bins
1738 above or below a threshold
1739
1740 * mjobs/MJCalibrateSignal.cc:
1741 - added a new Tab to show the time development of the unsuitable
1742 pixels
1743 - added a new tab showing the eveloution of the number of
1744 dead pixels
1745
1746 * mjobs/MJCalibration.cc:
1747 - updated texts in bad pixel display
1748
1749 * datacenter/macros/fillsignal.C:
1750 - replaced CalcUnsuitable by the new members of MHCamera
1751 - also fill the maximum number of unsuitable pixels
1752 - and fill the maximum number of dead pixels
1753
1754 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
1755 mimage/MCameraSmooth.cc:
1756 - removed obsolete calls to GetPixById
1757
1758 * msignal/MSignalCam.[h,cc]:
1759 - removed obolete function to access the MSignalPix'
1760 - removed obsolete GetPixById
1761 - added new function returning the number of unmapped pixels
1762 - a little code cleanup
1763
1764
1765
1766
1767 2007/05/09 Daniela Dorner
1768
1769 * scripts/makemovie:
1770 - added comment
1771 - removed not needed lines
1772
1773 * datacenter/scripts/buildsequenceentries,
1774 datacenter/scripts/checkfilesforsequenceavail,
1775 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
1776 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
1777 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1778 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1779 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1780 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1781 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
1782 datacenter/scripts/findnotseqruns,
1783 datacenter/scripts/insertdatasets,
1784 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
1785 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1786 datacenter/scripts/mcsequences,
1787 datacenter/scripts/movingsubsystemfiles,
1788 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1789 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1790 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
1791 datacenter/scripts/setup, datacenter/scripts/sourcefile,
1792 datacenter/scripts/webupdate-callisto,
1793 datacenter/scripts/webupdate-ganymed,
1794 datacenter/scripts/webupdate-sinope,
1795 datacenter/scripts/webupdate-star,
1796 datacenter/scripts/writedatasetfiles,
1797 datacenter/scripts/writesequencefiles,
1798 datacenter/scripts/zipscript:
1799 - change time for 'Software-Developement'
1800
1801 * datacenter/scripts/buildsequenceentries,
1802 datacenter/scripts/checkfilesforsequenceavail,
1803 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1804 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1805 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1806 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1807 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1808 datacenter/scripts/writedatasetfiles,
1809 datacenter/scripts/writesequencefiles:
1810 - removed variable needed only for setstatusroot
1811 - adapted variable needed for setstatus
1812 - adapted comment
1813
1814 * datacenter/scripts/writedatasetfiles:
1815 - added missing 'setstatus "start"'
1816
1817 * datacenter/scripts/correcttime:
1818 - improved regular expressions
1819
1820 * datacenter/macros/findcacofiles.C:
1821 - added algorithm for searching missing caco files and inserting
1822 the according runnumber to the database
1823 - adapted comment
1824
1825 * datacenter/scripts/filesondisk:
1826 - removed algorithm for finding missing caco files (done by
1827 findcacofiles.C no)
1828 - adapted comment
1829 - added removing of files conaining the run lists
1830
1831 * datacenter/scripts/zipscript:
1832 - added possibility to start several zipscripts giving a commanline
1833 option
1834 - added locking of callisto
1835 - removed not needed lines
1836 - removed old code
1837 - fixed bug (filename for chmod was wrong)
1838
1839 * datacenter/scripts/runcallisto:
1840 - added locking of sequence for zipping
1841 - reduced find for cc and caco file to the directory of the date,
1842 where the files are stored (date taken from callisto filename)
1843 - improved regular expressions
1844
1845 * steps.rc:
1846 - added fNotZipping to Needs of fCallisto to allow for the locking
1847 of callistos by the zipscript
1848
1849 * datacenter/scripts/sourcefile:
1850 - removed functions setstatusroot and getdolistroot
1851 - renamed variable in setstatus
1852 - added function sendquery
1853 - adapted if-clause to avoid removing of non existing files in
1854 case todofile is empty
1855
1856 * datacenter/scripts/scriptlauncher:
1857 - fixed bug (in case condor_submit failed, the scriptlauncher was
1858 waiting for the not submitted job, until it was killed)
1859
1860 * datacenter/scripts/jobmanager:
1861 - added algorithm to increase sleeping time in case condor failed
1862 several times in a row
1863
1864 * datacenter/scripts/setup:
1865 - renamed errorsleeptime for usage in algorithm in jobmanager
1866
1867 * datacenter/scripts/dodatacheck:
1868 - added query for date to reduce the find to the directory of the
1869 date, where the rawfile is stored
1870 - removed not needed lines
1871
1872 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
1873 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
1874 datacenter/scripts/movingsubsystemfiles,
1875 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
1876 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
1877 - changed indentation to 3 spaces, where it was different
1878
1879 * datacenter/scripts/copyscript:
1880 - added sort and uniq to find for dates
1881 - removed not needed lines
1882 - adapted find for catalogue files such that only the directories
1883 of the last 31 days are searched with find and not the whole
1884 central control path
1885
1886 * datacenter/db/sequinfo.php:
1887 - show ranges menu on first loading of page
1888
1889 * datacenter/db/menu.js:
1890 - adapted functions to show ranges menu on first loading of the
1891 page and hide it, when a query is done
1892 - commented functions
1893
1894 * scripts/processsequence:
1895 - restricted find for cacofile to directory of date
1896
1897 * scripts/merppupdate:
1898 - added (script to do merpp update for already calibrated files)
1899
1900
1901
1902 2007/05/09 Thomas Bretz
1903
1904 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1905 callisto_mux.rc:
1906 - changed ArrTimeRmsLimit in all cases to default 5.0
1907 because of the new meaning
1908
1909 * showplot.cc:
1910 - changed that it closes automatically if the file cannot
1911 be read
1912
1913 * datacenter/macros/fillstar.C:
1914 - commented the output of the query
1915
1916 * datacenter/macros/plotdb.C:
1917 - adapted ranges to MUX data values
1918 - added plots for new unsuitable columns
1919
1920 * mbadpixels/MBadPixelsPix.h:
1921 - added a new member function IsUncalibrated
1922 - further adapted the usuitable levels
1923
1924 * mcalib/MCalibrationChargeCalc.[h,cc]:
1925 - changed the meaning of ArrTimeRmsLimit such that it is now
1926 the deviation from the average rms expressed in significance
1927 levels
1928 - the new check is done similar to the check for the relative
1929 arrival time (to be unified!)
1930 - removed FinalizeArrivalTimes
1931 - removed calibration levels for first and last bin, this
1932 has to be redone more properly taken the extractor properties
1933 into account
1934 - some updates to the output
1935 - some simplifications to the code
1936
1937 * mcalib/MCalibrationRelTimeCalc.cc:
1938 - when calculating the median check for UnsuitableRun not
1939 unsuitable in general
1940 - small changes to output
1941 - calculate upper and lower limits only once
1942
1943 * mhvstime/MHVsTime.[h,cc]:
1944 - added fMinimum and fMaximum data members similar to
1945 MHSectorVsTime
1946 - to be unified with MHSectorVsTime
1947 - fixed draw/paint
1948 - increased version number
1949
1950 * mjobs/MJCalibration.cc:
1951 - removed the bad pixel levels for first and last bins
1952
1953 * msignal/MExtractTimeAndChargeSpline.[h,cc],
1954 mextralgo/MExtralgoSpline.cc:
1955 - changed to allow setup of the extraction type and the
1956 relative or absolute height for arrival
1957 - if the height is set < 0 and extraction type is set to
1958 relative integral the maximum is used instead of the leading edge.
1959 - accordingly increased version number by one
1960
1961 * mjobs/Makefile:
1962 - added mextralgo to includes
1963
1964
1965
1966 2007/05/08 Daniel Hoehne
1967
1968 * datacenter/macros/fillsignal.C:
1969 - implemented new variables fUnsuitable50 and fUnsuitable01
1970
1971 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1972 - implemented new columns fUnsuitable50 and fUnsuitable01
1973
1974
1975
1976 2007/05/04 Thomas Bretz
1977
1978 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1979 - removed writing MBadPixelsCam. It now gives trouble
1980 because the etReadyToSave flag is set at an unproper time.
1981 It is not used anyhow.
1982
1983 * datacenter/macros/fillsignal.C:
1984 - small simplification
1985
1986
1987
1988 2007/05/04 Daniela Dorner
1989
1990 * scripts/makemovie:
1991 - added (script to produce movies)
1992
1993
1994
1995 2007/05/03 Daniel Hoehne
1996
1997 * datacenter/macros/fillsignal.C:
1998 - fixed bug which made fillsignal fail for the new MUX data:
1999 for sequences > 200000 hilooff and hilocal are not needed anymore
2000
2001
2002
2003 2007/04/28 Daniela Dorner
2004
2005 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
2006 - moved temporary directory for pstoimg to /tmp
2007
2008 * datacenter/scripts/copyscript:
2009 - moved file with diff for magic_favorites to /tmp
2010
2011 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2012 datacenter/db/menu.js :
2013 - implemented possibility to plot datasets by inserting dataset
2014 number as Set1
2015
2016 * datacenter/db/plot.php:
2017 - implemented variables for colours
2018
2019 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2020 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
2021 datacenter/db/ganymed.php, datacenter/db/sequence.php:
2022 - removed header and footer for print version
2023
2024 * datacenter/db/runinfo-aio.php:
2025 - fixed small bug
2026
2027 * datacenter/db/magicdefs.php:
2028 - added fMEanPUlsePosInner to alias
2029
2030 * datacenter/db/ganymed.php:
2031 - added observation mode
2032
2033
2034
2035 2007/04/27 Daniela Dorner
2036
2037 * datacenter/scripts/jobmanager:
2038 - improved logging
2039
2040 * datacenter/scripts/scriptlauncher:
2041 - redirect of error messages of condor_submit to errorlogfile
2042 - in case condor_submit does not work (i.e. pid empty) an error
2043 message is written to the processlogfile
2044
2045 * datacenter/db/showplots-ds.php:
2046 - adapted maxwidth of input field
2047
2048 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2049 datacenter/db/menu.js :
2050 - implemented possibility to give range for 2 additional values
2051 - implemented possibility to give only upper or lower limit
2052 - fixed bug, that ranges are not accepted before plotting once
2053
2054
2055
2056 2007/04/27
2057
2058 * RELEASE 1.1
2059
2060
2061
2062 2007/04/27 Daniel Hoehne
2063
2064 * datacenter/scripts/runcallisto:
2065 - modified the ccfile and cacofile search to not find ccfiles
2066 twice if one runnumber is part of a higher runnumber (as 23456
2067 and 223456)
2068
2069
2070
2071 2007/04/27 Thomas Bretz
2072
2073 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2074 - removed obsolete MCalibrationIntensityCam
2075 - removed obsolete MCalibrationIntensityChargeCam
2076
2077 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2078 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
2079 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2080 MCalibrationChargeCam
2081
2082 * mcalib/MCalibrationChargeCalc.[h,cc]:
2083 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2084 MCalibrationChargeCam
2085 - to realize the difference between continous and single calibration
2086 a new data member fContinousCalibration has been introduced
2087 - consequently increased version number to 6
2088 - do not set any exclusion in ReInit. it is nonsense not to fill
2089 histograms which might give (or give not) correct result,
2090 if the checks are all executed anyhow
2091
2092 * mcalib/MCalibrationRelTimeCalc.cc:
2093 - do not set any exclusion in ReInit and if a pixel is unsuitable.
2094 it is nonsense not to fill histograms which might give (or give
2095 not) correct result, if the checks are all executed anyhow
2096 - switched on the check for outliers
2097 - outliers are now set unsuitable rather than unreliable
2098 - some code simplification of the checks
2099
2100 * mcalib/MCalibrationChargeCam.cc:
2101 - added a comment in the Clear member function
2102
2103 * mcalib/MCalibrationRelTimeCam.cc:
2104 - some fixes of looong Form statements
2105 - a small cosmetic change to GetPixelContent
2106 - replaced the old check of the average time resolution by
2107 a more accurate check using the median and deviation
2108
2109 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
2110 - removed data member fReferencePixel and corresponding code
2111 - use the median of pixels with area index 0 as reference instead of
2112 an artificial pixel
2113
2114 * mhcalib/MHCalibrationCam.[h,cc]:
2115 - finally removed all dependencies on the intensity cams and replaced
2116 them by the direct cam
2117 - if the lo-gain histogram is empty this is not a reason for an
2118 uncalibrated pixel. At least in case of extracted properties (charge
2119 and time) it is ok.
2120
2121 * mjobs/MJCalibration.[h,cc]:
2122 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
2123 otherwise almost all unsuitable pixels have deviating
2124 relative arrival resolution.
2125 - added new level for deviating time reolution to plot of bad pixels
2126 - changed reference lines for timr resolution plots
2127 - removed data member fRefTimeOffsetInner, it is now 0 by definition
2128
2129 * mjobs/MJCalibrateSignal.cc:
2130 - finally removed all dependencies of Intensity cams
2131 - enable ContinousCalibration in MCalibrationChargeCalc instead
2132 - switched on interleaved relative time calibration
2133
2134 * mbadpixels/MBadPixelsPix.h:
2135 - adapted to new unsuitable flag kDeviatingTimeResolution
2136
2137 * callisto_mux.rc:
2138 - removed the obsolete resource statement about the level
2139 for the relative arrival time check.
2140
2141 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
2142 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
2143 - changed time resolution references accordingly
2144
2145 * resources/calibration_spline.rc:
2146 - added muon calibration factors up to period 55... to be corrected.
2147
2148 * mjobs/MJCut.[h,cc]:
2149 - reanimated the use of an energy estimator in ganymed for the
2150 purpose of having it as additional cut value if looking
2151 for events after cuts
2152
2153 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2154 - added a corresponding example
2155
2156
2157
2158 2007/04/26 Thomas Bretz
2159
2160 * mjobs/MJPedestal.cc:
2161 - inverted the default of the CalibFilter for the case of no
2162 pattern available as the filter was inverted 4.3.07.
2163
2164 * callisto.rc:
2165 - fixed typos in examples for movie encoding
2166
2167
2168
2169 2007/04/25 Daniel Hoehne
2170
2171 * datacenter/scripts/runcallisto:
2172 - removed obsolete option -raw from command line for callisto
2173
2174
2175
2176 2007/04/25 Thomas Bretz
2177
2178 * mbadpixels/MBadPixelsCam.cc:
2179 - removed obsolete code from Print() which tried to align the
2180 output
2181
2182 * mhcalib/MHCalibrationChargeCam.cc:
2183 - increased the shown binning range further
2184
2185 * mhcalib/MHCalibrationPulseTimeCam.cc:
2186 - unimportant changes
2187
2188 * mjobs/MJPedestal.cc:
2189 - changed a comment
2190
2191 * mpedestal/MPedestalSubtractedEvt.h:
2192 - fixed a bug of preset upper limits. The last slice is
2193 fNumSamples-1 not fNumSamples
2194
2195
2196
2197 2007/04/24 Thomas Bretz
2198
2199 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
2200 - fixed typos in examples for movie encoding
2201
2202 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
2203 - missing commit from yesterday :-(
2204
2205 * mmovie/MMovieWrite.cc:
2206 - changed resource Filename according to the other resources
2207 to FileName
2208
2209 * ganymed.cc:
2210 - enable dataset mc-mode if "-mc" is specified
2211 - removed obsolete call to EnableMonteCarloMode
2212 - removed EnableWobbleMode but use the setting of the dataset
2213 instead
2214
2215 * mjobs/MDataSet.[h,cc]:
2216 - renamed fIsWobbleMode to fWobbleMode
2217 - added setter for fWobbleMode
2218 - added fMonteCarlo which determins the default paths to be used
2219 if not overwritten
2220 - replaced the static variables for the paths by member functions
2221 which depend on the new fWobbleMode data member
2222 - some simple reordering inthe constructor was necessary
2223 - increased class version number accordingly to 2
2224
2225 * mjobs/MJCut.[h,cc]:
2226 - repaired On-only mode
2227 - removed data member fIsMonteCarlo, use the data-set getter instead
2228 - removed data member fIsWobbleMode, use the data-set getter instead
2229
2230 * sponde.cc:
2231 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
2232
2233 * mjobs/MJCalibrateSignal.cc:
2234 - do not write signal*.root in movie mode
2235
2236
2237
2238 2007/04/23 Thomas Bretz
2239
2240 * callisto.cc, star.cc:
2241 - removed "-raw" and "-root" option
2242 - replaced inflating sequence path by new InflatePath
2243 function
2244 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
2245 instead
2246
2247 * mhcalib/MHCalibrationChargeBlindCam.cc,
2248 mhcalib/MHCalibrationHiLoCam.cc,
2249 mhcalib/MHCalibrationPulseTimeCam.cc:
2250 - removed obsolete include of MCalibrationIntensityCam
2251
2252 * mhcalib/MHPedestalCam.cc:
2253 - removed obsolete usage of fIntensCam
2254
2255 * mhist/MHEvent.cc:
2256 - replacedcompilation of description string by new
2257 MMcEvt::GetDescription memeber function
2258
2259 * mjobs/MJCalib.[h,cc]:
2260 - removed fDataFlag and corresponding member functions and
2261 handling
2262
2263 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2264 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
2265 - replaced IsUseRawData and IsUseRootData by
2266 MSequence::IsMonteCarlo
2267 - use fSequence to determin whether it is MC sequence or not
2268
2269 * mjobs/MJCalibrateSignal.cc:
2270 - renamed movie encoding task list
2271 - do not write output files if encoding movie
2272
2273 * mjobs/MSequence.[h,cc]:
2274 - removed "merpp"-path
2275 - monte carlo files now always have 8digits run numbers
2276 - added new resource "MonteCarlo"
2277 - added new static member function InflatePath
2278 - increased version number to 2
2279
2280 * mmc/MMcEvt.[hxx,cxx]:
2281 - added new member function GetDescription
2282
2283 * mmovie/MMovieWrite.[h,cc]:
2284 - added a sanity check for strange rms values
2285 - search for MMcEvt in the parlist and improve output
2286 in case of monte carlo data
2287 - fixed some typos in the comments of ReadEnv
2288
2289 * mmovie/Makefile:
2290 - added mmc search path
2291
2292 * mraw/MRawRunHeader.cc:
2293 - set new defaults of fTelescopeNumber, fCameraVersion,
2294 fFreqSampling and fNumSignificantBits for old MC data
2295
2296
2297
2298 2007/04/23 Daniela Dorner
2299
2300 * datacenter/scripts/linkmc:
2301 - removed workaround for 5-digit runnumbers
2302
2303 * datacenter/scripts/mcsequences:
2304 - added line 'MonteCarlo: Yes' to output to sequence file
2305
2306 * datacenter/scripts/runganymed:
2307 - adapted chosing of ganymed rc-file
2308 - added output of ganymed command line
2309
2310
2311
2312 2007/04/20 Daniel Hoehne
2313
2314 * datacenter/macros/filldotrun.C:
2315 - implemented new Arehucas version
2316
2317
2318
2319 2007/04/20 Thomas Bretz
2320
2321 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
2322 - propagate option in Clear member function
2323 - the default is now to keep the previously excluded flag and
2324 set the unsuitable-run flag accordingly
2325
2326 * mcalib/MCalibrationChargeCalc.cc:
2327 - if the lower limit for the measured number of phe is calculated
2328 to be less than one phe it is artificially reset to one phe
2329
2330 * mhist/MHCamEvent.cc:
2331 - call SetFrameBorder(0) for all subpads explicitly
2332
2333 * mhist/MHCamera.cc:
2334 - removed the obsolete definition of kItemsLegend
2335
2336 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
2337 - removed obsolete reference in comment to MCalibrationINtensityQECam
2338
2339 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2340 - removed obsolete MCalibrationIntensityQECam
2341 - removed obsolete MCalibrationIntensityBlindCam
2342 - removed obsolete MCalibrationIntensityRelTimeCam
2343 - removed obsolete MCalibrationIntensityTestCam
2344
2345 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2346 mcalib/MCalibrateData.[h,cc]:
2347 - replaced data member fIntensQE by fQECam
2348 - removed references to obsolete MCalibrationIntensityQECam
2349 - added some comments
2350 - replaced obsolete reference to MCalibrationIntensityBlindCam
2351 by reference to MCalibrationBlindCam
2352
2353 * mcalib/MCalibrationChargeCalc.[h,cc]:
2354 - replaced references to fIntensQE by direct access to fQECam
2355 - adde some comments
2356 - removed data member fIntensQECam
2357 - replaced obsoilete reference to MCalibrationIntensityBlindCam
2358 by reference to MCalibrationBlindCam
2359
2360 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
2361 - removed obsolete references to MCalibrationIntensityQECam
2362 - removed obsolete references to MCalibrationIntensityBlindCam
2363
2364 * mbase/MTask.cc:
2365 - added some unexecuted code to debug which taks are processed
2366
2367 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
2368 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
2369 - removed obsolete MCalibrationIntensityRelTimeCam
2370
2371 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
2372 mhcalib/MHCalibrationRelTimeCam.cc:
2373 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
2374 by referencing MCalibrationRelTimeCam
2375
2376 * mhcalib/MHCalibrationChargeBlindCam.cc:
2377 - replaced obsolete reference to MCalibrationIntensityBlindCam
2378 by referencing MCalibrationBlindCam
2379
2380 * mhcalib/MHCalibrationHiLoCam.cc:
2381 - replaced obsolete reference to MCalibrationIntensityHiLoCam
2382 by referencing MCalibrationHiLoCam
2383
2384 * mhcalib/MHCalibrationPulseTimeCam.cc
2385 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
2386 by referencing MCalibrationPulseTimeCam
2387
2388 * mcalib/MCalibrationTestCalc.cc
2389 - replaced obsolete reference to MCalibrationIntensityTestCam
2390 by referencing MCalibrationTestCam
2391
2392
2393
2394 2007/04/12 Daniela Dorner
2395
2396 * datacenter/db/showplots-ds.php:
2397 - added (script to plot all plots of a data set)
2398
2399 * datacenter/db/showplots.php:
2400 - added 'previous' and 'next' button
2401
2402 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
2403 - moved two function from showplots.php to plotinclude.php, as they
2404 are also used in showplots-ds.php
2405
2406 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
2407 datacenter/db/indes-header.html, datacenter/db/indes.html,
2408 datacenter/db/menu.js, datacenter/db/reference.html,
2409 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
2410 datacenter/db/sequinfo-aio.html:
2411 - adapted paths of images and mars.css
2412
2413 * datacenter/db/index.html:
2414 - added link to showplots-ds.php
2415
2416
2417
2418 2007/04/18 Thomas Bretz
2419
2420 * Makefile:
2421 - added suffixes .hxx and .cxx
2422 - added new subdir mmovie
2423
2424 * mjobs/Makefile:
2425 - added path to mmovie
2426
2427 * mmovie/MMoviePrepare.[h,cc]:
2428 - changed access to MCalibrateData to access to MCalibConstCam
2429
2430 * mmovie/MMovieWrite.cc:
2431 - fixed some typos in comments
2432
2433 * mjobs/MJCalibrateSignal.cc:
2434 - removed dependenca on obsolete MCalibrationIntensityConstCam
2435
2436 * mjobs/MJCalibration.[h,cc]:
2437 - for simplification removed all dependencies of unused intensity
2438 calibration
2439
2440 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
2441 callisto_mux.rc:
2442 - removed line for switching on intensity calibration
2443 - added expample lines for movie encoding
2444
2445 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
2446 - removed obsolete MBadPixelsIntensityCam
2447
2448 * mcalib/MCalibCalcFromPast.[h.cc]:
2449 - do not store fIntensRelTime (it is not used at all) as data member
2450
2451 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
2452 - instead of creating of a new MBadPixelsCam into the intensity array
2453 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
2454 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2455 * mcalib/MCalibrationTestCalc.[h,cc]:
2456 - removed empty Process function
2457
2458 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
2459 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
2460 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
2461 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
2462 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
2463 mhcalib/MHPedestalCam.cc:
2464 - removed obsolete references to MBadPixelsIntensityCam, replaced
2465 by MBadPixelsCam
2466
2467 * mhcalib/MHCalibrationCam.cc:
2468 - set reason for uncalibrated pixels by SetUncalibrated
2469
2470 * mjobs/MJCalibrateSignal.cc:
2471 - removed obsolete references to MBadPixelsIntensityCam
2472 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
2473 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
2474 (TO BE FIXED)
2475
2476 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2477 - added MFEvtNumber
2478
2479 * mfilter/MFEvtNumber.[h,cc]:
2480 - added
2481
2482
2483
2484 2007/04/17 Stefan Ruegamer
2485
2486 * datacenter/scripts/filesondisk:
2487 - modified the ccfile search to not find ccfiles twice if one
2488 runnumber is part of a higher runnumber (as 23456 and 223456)
2489
2490 * datacenter/scripts/movingrawfiles:
2491 - added moving of rawfiles from the directory /magic/datacenter/
2492 fromtape/rawdata/muxdata, which is the default rawfile folder of
2493 the new muxtapes, to /magic/datacenter/fromtape/rawdata
2494
2495 * datacenter/scripts/runcallisto:
2496 - added condition for the linking of the .rc-file for muxdata
2497
2498 * datacenter/scripts/makecallistolinks:
2499 - commented reason2 out
2500
2501
2502
2503 2007/04/17 Thomas Bretz
2504
2505 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2506 - removed obsolete MCalibrationIntensityConstCam
2507
2508 * mcalib/MCalibCalcFromPast.[h,cc]:
2509 - removed obsolete depedency on MCalibrationIntensityConstCam
2510
2511 * mcalib/MCalibConstCam.[h,cc]:
2512 - added a possibility to veto bad pixels in GetPixelContent by
2513 setting a MBadPixelsCam
2514 - removed obsolete fRunNumber
2515 - increased class version number by 1
2516
2517 * mcalib/MCalibrateData.[h,cc]:
2518 - removed obsolete dependency on MCalibrationIntensityConstCam
2519 - removed some obsolete comments with code from old pedestal
2520 treatment
2521
2522
2523
2524 2007/04/15 Thomas Bretz
2525
2526 * callisto.cc:
2527 - added an option to write a movie
2528
2529 * mjobs/MJCalibrateSignal.[h,cc]:
2530 - added the code to write a movie
2531 - added new option (fIsMovieMode) to switch it on and off
2532
2533 * mmovie/MMovieData.h:
2534 - added data member fMedianPedestalRms
2535
2536 * mmovie/MMoviePrepare.[h,cc]:
2537 - added calculation of median pedestal rms
2538
2539 * mmovie/MMovieWrite.[h,cc]:
2540 - added comments
2541 - added return value to SetPalette
2542 - delete palette entries after usage
2543 - get median pedestal rms from MMovieData
2544
2545
2546
2547 2007/04/12 Daniela Dorner
2548
2549 * datacenter/scripts/sourcefile:
2550 - added if-clause to avoid removing of non existing files
2551
2552 * datacenter/db/db.php:
2553 - adapted host
2554
2555 * datacenter/db/plotdb.php:
2556 - adapted usage of function GetQuery
2557
2558 * datacenter/db/plotinclude.php:
2559 - added init of variables
2560
2561 * datacenter/db/runinfo-aio.php:
2562 - adapted building of query for the case, that fRunMin=0
2563
2564 * datacenter/macros/filloptical.C:
2565 - adapted such, that files from telescopes in Tuorla can also be
2566 handeled
2567 - return 3 in case the coordinates of an object are not available
2568 in the database
2569
2570 * datacenter/scripts/copyscript:
2571 - added case for return code 3 for filloptical.C
2572
2573 * datacenter/macros/setupdb.C:
2574 - added table OpticalData
2575
2576 * datacenter/tools/fillobjects.C:
2577 - added comment
2578
2579 * datacenter/tools/fillobjects2.C:
2580 - adapted comment
2581 - adapted reading to new format of file (different object name
2582 convention)
2583
2584 * datacenter/resources/TeVsources.txt:
2585 - added (file containing the positions of the objects observed by
2586 the Tuorla Observatory and KVA)
2587
2588 * datacenter/resources/good_compstars.txt:
2589 - added (file containing the magnitudes and colour of the objects
2590 observed by the Tuorla Observatory and KVA)
2591
2592 * datacenter/resources/compstars.txt:
2593 - added (like good_compstars, but containing more data, which
2594 has been left out in the other file, as it is not accurate
2595 enough)
2596
2597
2598
2599 2007/04/12 Thomas Bretz
2600
2601 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
2602 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
2603 movie/MovieIncl.h:
2604 - added
2605
2606 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
2607 mbase/MArrayS.h:
2608 - added Reset() member function or improved performance of it
2609
2610 * mcalib/MCalibrationChargeCalc.cc:
2611 - fixed the alignment in an output
2612
2613 * mhbase/MBinning.h:
2614 - added operator[] member function
2615
2616 * mhist/MHCamera.cc:
2617 - changed such that it is allowed to use palettes with a different
2618 number of contours.
2619 - fixed the number of ticks written on the axis to 25
2620 - use MBinnig to calculate the legend color boxes
2621 - fixed a minor bug in the assignment of the color levels, which
2622 gave visibly wrong result if the transition between two colors
2623 was important but was not noticable in normal circumstances
2624
2625 * mjobs/MDataSet.h, mjobs/MSequence.h:
2626 - increased class version to 1 to make it writable
2627 - added Print to the context menu
2628
2629 * mgeom/MGeomCam.[h,cc]:
2630 - removed fNumSectors
2631 - removed fNumAreas
2632 - added fNumPixInSector
2633 - added fNumPixWithAidx
2634 - changed CalcSectors and CalcArea to fill new data members
2635 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
2636 (the range was to wide by 1 at the upper edge)
2637 - increased class version from 4 to 5
2638
2639
2640
2641 2007/04/11 Thomas Bretz
2642
2643 * mjobs/MJCalibrateSignal.cc:
2644 - added a lot of comments
2645 - added some code for future use
2646
2647 * mcalib/MCalibCalcFromPast.cc:
2648 - if update of calibration constants via MCalibrateData fails an
2649 error is raised
2650
2651 * mcalib/MCalibrateData.cc:
2652 - if update of calibration constants done set the ReadyToSaveFlag
2653 accordingly
2654
2655
2656
2657 2007/04/04 Thomas Bretz
2658
2659 * mbase/MLogHtml.cc:
2660 - the closing parenthesis was missing for setting to green color
2661
2662
2663
2664 2007/04/03 Thomas Bretz
2665
2666 * mjobs/MDataSet.cc:
2667 - added processing of RunTime and Name resource
2668
2669 * mgeom/MGeomCamDwarf.cc:
2670 - removed an unused variable
2671
2672 * msignal/MSignalPix.h, msignal/MSignalCam.h:
2673 - commented out obsolete AddNumPhotons and Scale
2674 - removed ReducePrecision from setting of arrival time because
2675 it gave artefacts.
2676
2677
2678
2679 2007/03/29 Thomas Bretz
2680
2681 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
2682 - added new member function to return distance to coordinate
2683 origin
2684
2685 * mgeom/MGeomCamDwarf.[h,cc]:
2686 - added
2687
2688 * mgeom/Makefile, mgeom/GeomLinkDef.h:
2689 - added MGeomCamDwarf
2690
2691
2692
2693 2007/03/28 Thomas Bretz
2694
2695 * mraw/MRawRunHeader.cc:
2696 - added Getter for fFreqSampling
2697
2698 * mpointing/MHSrcPosCam.[h,cc]:
2699 - added different binning for wobble mode
2700 - added circle for wobble mode
2701
2702 * mjobs/MJCut.cc:
2703 - store run- and event-number via MParameterCalc in output files
2704 - show histogram of source positions also in wobble mode
2705
2706 * mbase/MEnv.h:
2707 - added member function to touch a resource returning whether
2708 it has contents or not
2709
2710 * mars.rc:
2711 - added examples for MUX data
2712 - fixed the other examples
2713 - changed default cleaning to 8.5/4.0 absolute
2714
2715 * macros/readIPR.C:
2716 - simplified
2717
2718
2719
2720 2007/03/21 Stefan Ruegamer
2721
2722 * datacenter/scripts/runcallisto:
2723 - removed entries for callisto_MarApr05.rc (outdated)
2724
2725 * datacenter/scripts/makecallistolinks:
2726 - updated reason1 because the old reason has been removed in the
2727 Mars Version 1.0, resulting in no more calibration with spline
2728 if DF fails
2729 - added reason2 to run spline after an other error
2730
2731
2732
2733 2007/03/20 Daniel Hoehne
2734
2735 * datacenter/db/db.php, datacenter/scripts/budb,
2736 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
2737 datacenter/scripts/findnewstars,
2738 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
2739 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
2740 sql.rc:
2741 - changed the host from hercules to vela
2742
2743
2744
2745 2007/03/17 Thomas Bretz
2746
2747 * mbase/MTime.[h,cc]:
2748 - added new memeber function to set unix times
2749
2750
2751
2752 2007/03/09 Thomas Bretz
2753
2754 * mjoptim/MJOptimizeCuts.cc:
2755 - implemented printing of input file also in RunOnOffCore
2756
2757
2758
2759 2007/03/08 Markus Meyer
2760
2761 * mpointing/MPointingDevCalc.h:
2762 - changed fNumMinStars from 8 to n (in SetNumMinStars)
2763
2764
2765
2766 2007/03/06 Stefan Ruegamer
2767
2768 * mraw/MRawRunHeader.cc:
2769 - added SwapAssignment for pixels 428 and 429
2770
2771
2772
2773 2007/03/05 Thomas Bretz
2774
2775 * msignal/MExtractTimeAndChargeSpline.cc:
2776 - added a default for the extrator resolution in case no predefined
2777 value is set
2778
2779 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
2780 - removed HiLoCalibration option
2781
2782 * mjobs/MJCalibration.cc:
2783 - use extractor to determine hi-/lo-calibration
2784
2785 * mjobs/MJPedestal.cc:
2786 - do only insist on pedestal events if an extractor without
2787 lo-gains is set
2788
2789 * callisto.rc, callisto_Dec04Jan05.rc:
2790 - removed references to HiLoCalibration
2791
2792 * callisto_mux.rc, resources/calibrationref_mux.rc,
2793 resources/pedestalref_mux.rc:
2794 - added new resource files for MUX data
2795
2796 * mjobs/MSequence.cc:
2797 - another fix to make sure that there is a / between dir and filename
2798
2799 * mpedestal/MExtractPedestal.cc:
2800 - why if fRawData initialized twice? Removed.
2801 - Reset check window without extractor and without lo-gains
2802
2803
2804
2805
2806 2007/03/04 Thomas Bretz
2807
2808 * mhcalib/MHCalibrationChargeBlindCam.cc,
2809 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
2810 - commented out references to MRawEvtPixelIter::GetNum*Samples
2811
2812 * mhcalib/MHCalibrationRelTimeCam.cc:
2813 - updated header
2814
2815 * mjobs/MJCalibrateSignal.cc:
2816 - updated header
2817 - removed references to MHCalibrationPulseTimeCam
2818 - added a check to make sure that extractor1 is initialized
2819 - use new SetRangeFromExtractor function for pedestal
2820 extraction range
2821 - added a new filter to check for pedestal events, used for
2822 pedestal extraction in cases w/o lo-gains and to remove
2823 pedestal events from further analysis
2824 - fill and display hi-/lo-gain histogram only if lo-gain exists
2825
2826 * mjobs/MJPedestal.cc:
2827 - replaced fSequence.GetName by GetFileName
2828 - check for availability of lo-gain in pulse pos check
2829 - Add MHCalibrationPulseTime to parlist to allow resources
2830 file setup
2831 - to fill the MHCalibrationPulseTimeCam deny calibration- and
2832 pedestal-events
2833 - use a pedestal filter to deny calibration events
2834 - use new SetRangeFromExtractor function for pedestal
2835 extraction range
2836
2837 * mhcalib/MHCalibrationPulseTimeCam.cc:
2838 - removed an obsolete return
2839
2840 * mpedestal/MPedCalcFromLoGain.cc:
2841 - if event does not contain lo-gains do not start extraction
2842 at lo-gain offset
2843
2844 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2845 - changed variable naming in GetSaturation from sathi to sat
2846 - changed limit in GetMax from Byte_t to UInt_t
2847
2848 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
2849 - changed max argument in GetMax from Int_t to UInt_t
2850
2851 * msignal/MExtractTimeAndCharge.[h,cc]:
2852 - changed fLoGainSwitch from Byte_t to UInt_t
2853 - increased class version accordingly to 4
2854
2855 * mmain/MEventDisplay.cc:
2856 - took out the display of the slice with the max index
2857 - handle pedestal subtraction more accurate
2858
2859 * mraw/MRawEvtData.cc:
2860 - added number of bytes per sample to GetNumBytes()
2861 - removed contents of GetPixelContent... depricated
2862
2863 * mraw/MRawEvtPixelIter.[h,cc]:
2864 - updated comments
2865 - removed all functions returning informations about single
2866 pixels (should be done through MPedestalSubtractedEvt
2867 instead)
2868
2869 * mhist/MHEvent.cc:
2870 - removed KMaxIdx...depricated.
2871
2872 * msignal/MExtractor.[h,cc]:
2873 - changed type of fSaturationLimit from Byte_t to UInt_t
2874 - increased class version number accordingly to 8
2875 - only reset fSaturationLimit if it is above 0xff and
2876 no lo-gain available
2877
2878 * msignal/MSignalCalc.[h,cc]:
2879 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
2880 - make handling of data without lo-gains possible
2881
2882 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2883 - changed to use pedestal subtracted evt instead of the raw evt
2884 for determination of the arrival time
2885
2886 * mhcalib/MHCalibrationCam.[h,cc]:
2887 - made IsLoGain autodetecting in case fRunHeader is available
2888
2889 * msignal/MExtractPINDiode.cc:
2890 - use MRawRunHeader's GetNumSamplesHi/LoGain
2891
2892
2893
2894 2007/03/03 Thomas Bretz
2895
2896 * mcalib/MCalibrationRelTimeCalc.cc:
2897 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
2898
2899 * mhcalib/MHCalibrationChargeCam.cc,
2900 mhcalib/MHCalibrationPulseTimeCam.cc,
2901 mhcalib/MHCalibrationRelTimeCam.cc:
2902 - added f*RefCharge to Copy function
2903 - added range to calls of GetIdxMaxHi/LoGainSample
2904 - reworked and simplified DrawDataCheckPixel
2905 - reworked and simplified DrawReferenceLine
2906 - fixed call to ReadEnv of base class in ReadEnv
2907
2908 * mhcalib/MHCalibrationRelTimeCam.cc:
2909 - commented filling of lo-gain arrays out.
2910
2911 * mpedestal/MExtractPedestal.[h,cc],
2912 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
2913 - added the SetRangeFromExtractor function
2914
2915 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
2916 - use GetNumSamplesHiGain of MRawRunHeader instead of
2917 MRawEvtPixelIter's
2918
2919 * msignal/MSignalCalc.[h,cc]:
2920 - slightly changed handling of MC run, changed hi-/lo-gain
2921 calibration from 10 to 11.3
2922
2923 * msignal/MExtractTime.cc:
2924 - don't print lo-gain properties if n/a
2925
2926 * msignal/MExtractor.[h,cc]:
2927 - reset logain range and saturation limit if no logains available
2928 - added HasLoGain member function
2929 - don't print lo-gain attributes in Print if no logains
2930
2931 * msignal/MExtractTimeAndCharge.cc:
2932 - reset fLoGainSwitch if logains are not available
2933 - use MRawRunHeader's GetNumSamplesHi/LoGain
2934 - do not use MRawEvtPixelIter to determin availability of lo-gains
2935 use number of lo-gain samples to extract instead.
2936 - don't print lo-gain properties if n/a
2937
2938
2939
2940 2007/03/02 Thomas Bretz
2941
2942 * mraw/MRawRunHeader.h:
2943 - added GetNumBytesPerSample() member function
2944
2945 * mraw/MRawRead.cc:
2946 - splitted ReadPixel and setting ab-flag into function calls
2947 - fixed skipping pixels if bps>1
2948
2949 * mraw/MRawEvtData.[h,cc]:
2950 - removed last argument from AddPixel
2951 - split reading pixel data and setting ab-flag into two functions
2952 - increased version number from 5 to 6
2953 - adapted Print function
2954 - adapted Draw function
2955 - adapted ReadPixel function
2956
2957 * manalysis/MMcCalibrationUpdate.[h,cc]:
2958 - made sure that Process is not executed in case of MC files
2959 - minor changes to includes
2960
2961 * mextralgo/MExtralgoSpline.h:
2962 - removed obsolete include iostream
2963
2964
2965
2966 2007/03/01 Thomas Bretz
2967
2968 * mmain/MEventDisplay.cc:
2969 - didn't show callisto output anymore because of missing fundametal
2970 pedestal
2971
2972 * mbadpixels/MBadPixelsTreat.cc:
2973 - added more informative output
2974
2975 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
2976 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
2977 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
2978 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
2979 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
2980 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
2981 - replaced SetNbins/First/Last by SetBinning
2982
2983 * mhcalib/MHCalibrationChargeCam.cc:
2984 - improved output in case arrival time is out of range
2985
2986 * mhcalib/MHCalibrationPulseTimeCam.cc:
2987 - the values can only have discrete valuesno need to set a bin-width
2988 different from 1
2989 - set binning automatically by using the number of samples
2990 - fixed ReadEnv
2991 - directly use maxpos, no cast necessary
2992
2993 * mraw/MRawRunHeader.h:
2994 - added new member function GetNumSamples
2995
2996 * mpedestal/MPedCalcFromLoGain.cc:
2997 - fixed ReadEnv
2998
2999 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
3000 - implemented reading new mux format 8
3001
3002 * mraw/MRawRunHeader.[h,cc]:
3003 - implemented reading of new file format 8
3004 - added new data members fNumBytesPerSample, fFreqSampling
3005 and fNumSignificantBits
3006 - increased file format version from 5 to 6
3007
3008 * mraw/MRawEvtPixelIter.[h,cc]:
3009 - made aware of handling the new and old format
3010 - added range to GetIdxMax*
3011
3012 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
3013 - removed obsolete data members fSumhiarea and fSumhisector
3014 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
3015 - according to this the lower signal limit has been decresed
3016 by 15
3017 - changed "saturation" limit accordingly from 254 to 245
3018
3019 * mpedestal/MPedestalsubtractedEvt.h:
3020 - added a shortcut for GetSaturation
3021
3022 * mjobs/MJPedestal.cc:
3023 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
3024 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
3025
3026
3027
3028 2007/02/28 Thomas Bretz
3029
3030 * macros/tutorials/mirrordelay.C:
3031 - fixed the formula for the spherical mirror
3032 - fixed the calculation of the time-delay
3033
3034 * mastro/MObservatory.[h,cc]:
3035 - added constructors and functions to set the observatory location
3036 manually
3037
3038 * mbase/MTime.[h,cc]:
3039 - added constructor to construct MTime by date
3040 - added AsDouble for new root streamers (allowing to view MTime in
3041 a TBrowser)
3042 - added GetRootDatime to return TDatime object
3043
3044 * mcalib/MCalibrateData.cc:
3045 - added more meaningful output in case a conversion factor exceeds a limit
3046
3047 * datacenter/macros/plotdb.C:
3048 - added plot for spark rate
3049
3050
3051
3052 2007/02/26 Daniela Dorner
3053
3054 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
3055 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
3056 datacenter/db/include.php, datacenter/db/menu.php, :
3057 - bugfix: the stopdate was not choses properly in case of reset
3058 when there was no data past midnight
3059 - a new function (GetStopDate) has been implemented
3060 - bugfix in PrintNightRange (table Sequences was used in all cases)
3061
3062
3063
3064 2007/02/26 Daniel Hoehne
3065
3066 * datacenter/macros/fillstar.C:
3067 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
3068 a surplus "s" in the variable "sparkrate")
3069
3070 * datacenter/db/magicdefs.php, menu.php:
3071 - added fSparkRate
3072
3073
3074
3075 2007/02/16
3076
3077 * RELEASE 1.0
3078
3079
3080
3081 2007/02/16 Thomas Bretz
3082
3083 * macros/starvisyear.C:
3084 - changed default observator to magic
3085 - fixed some typos in comments
3086
3087 * mastro/MAstro.[h,cc]:
3088 - added a new function to estimate the time of culmination
3089 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
3090
3091 * mastro/MObservatory.cc:
3092 - fixed the Print() output
3093
3094 * mbase/MMath.h:
3095 - removed conversion factor to and from Hours
3096
3097 * mjobs/MSequence.cc:
3098 - added a / behind the date (for the output in case of failure)
3099
3100 * mmc/MMcFadcHeader.[hxx,cxx]:
3101 - added fElecNoiseName for compatibility with camera program
3102 - increased ClassVersion by 1
3103
3104 * mraw/MRawRunHeader.[h,cc]:
3105 - increased class version by 1 for compatibility with output
3106 of newer camera versions
3107
3108 * resources/sequences.rc:
3109 - changed the sequence.rc file to support new MUX data
3110
3111
3112
3113 2007/02/15 Thomas Bretz
3114
3115 * macros/tutorials/mirrordelay.C:
3116 - added a macro plotting the delay between a spherical and a
3117 parabolic mirror
3118
3119 * mjobs/MJStar.cc:
3120 - implemented new plots for IPR vs. Time and DT
3121
3122
3123
3124 2007/02/13 Thomas Bretz
3125
3126 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
3127 - added new resource files for hi-/lo-gain calibration.
3128
3129 * resources/hiloconv-*.root:
3130 - added hi-/lo-gain calibration constants
3131
3132 * callisto_Dec04Jan05.rc:
3133 - changed input file name for hi-/lo-gain calibration constants
3134
3135 * mreflector/MHReflector.[h,cc]:
3136 - added histogram class for reflected photons
3137
3138 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
3139 - added MHReflector and necessary include paths
3140
3141 * mbase/MLog.h:
3142 - fixed a bug in Separator which could cause a crash if the contents
3143 are too long
3144
3145 * manalysis/MParameterCalc.cc:
3146 - check for HasValidRule instead of IsValid in ReadEnv
3147
3148 * mdata/MDataPhrase.h:
3149 - added HasValidRule member function
3150
3151 * mfileio/MReadRflFile.[h,cc]:
3152 - allow also reading of gzip-compressed files
3153 - output more header information
3154 - don't use a const qualified TString with gSystem->ExpandPathName
3155
3156 * mjobs/MJPedestal.cc:
3157 - readin bad pixels from ascii file later
3158
3159 * mmc/MMcEvtBasic.h:
3160 - added a static member function GetEnergyStr to convert
3161 GeV into MeV and TeV
3162
3163 * mpointing/MPointingDevCalc.h:
3164 - increased size of fSkip by one
3165
3166 * mextralgo/MExtralgoSpline.h:
3167 - fixed acompiler warning
3168
3169
3170
3171 2007/02/09 Daniel Hoehne
3172
3173 * datacenter/scripts/linkmc
3174 - adapted to new montecarlo directory structure (/magic/montecarlo
3175 instead of /montecarlo)
3176
3177
3178
3179 2007/02/09 Thomas Bretz
3180
3181 * star.rc:
3182 - added new options
3183 - reordering
3184
3185 * mbase/MStatusDisplay.cc:
3186 - updated from 2006 to 2007
3187
3188 * mfbase/MFDataPhrase.cc:
3189 - fixed ReadEnv to correctly return true/false
3190
3191 * mjobs/MJStar.cc:
3192 - added new tabs "Spakless" and "Sparks" dividing the average
3193 signal tab into two distributions by a SparkCut
3194 - replaced all MF by MFDataPhrase
3195
3196 * mjobs/MJCalibrateSignal.cc:
3197 - changed the extraction range used in the lo-gains from the
3198 hi-gain range to the lo-gain range
3199
3200 * datacenter/macros/fillstar.C:
3201 - added filling the spark rate into the database
3202 - the rate after cleaning is now without sparks!
3203
3204
3205
3206 2007/02/06 Thomas Bretz
3207
3208 * mpointing/MPointingDevCalc.cc:
3209 - included check for monitoring flag
3210
3211 * mextralgo/MExtralgoSpline.[h,cc]:
3212 - implemented the possibility to determine the pulse width at
3213 maxheight/2
3214
3215
3216
3217 2007/02/04 Daniela Dorner
3218
3219 * datacenter/scripts/sourcefile:
3220 - added if-clause to avoid that a script is aborted in case a macro
3221 doesn't compile, return code is set to 1 in this case
3222
3223
3224
3225 2007/02/04 Thomas Bretz
3226
3227 * mjobs/MJCalibration.cc:
3228 - implemented Hi-/Lo-Gain calibration for MCs
3229
3230 * mjobs/MJPedestal.cc:
3231 - removed intermediate pedestalstorage from code (its
3232 result is not used at all)
3233
3234 * datacenter/macros/fillsignal.C:
3235 - replaced GetMediandev by GetDev
3236
3237 * callisto.rc, callisto_Dec04Jan05.rc:
3238 - changed ExtractWinLeft/Right according to new scheme
3239
3240 * mhcalib/MHCalibrationChargeCam.[h,cc]:
3241 - removed obsolete data members fFirstHiGain, etc and
3242 replaced by storage of fSignal
3243 - made sure that the average extracted signal position
3244 is at least one slice away from the edges of the
3245 extraction window
3246
3247 * mjobs/MJPedestal.cc:
3248 - reworked the pulse position check. It now better takes
3249 the properties of the extractors into account.
3250 Still to be done: relation between pulse position and
3251 extraction window!
3252
3253 * msignal/MExtractBlindPixel.[h,cc],
3254 msignal/MExtractPINDiode.[h,cc]:
3255 - fixed arguments type of SetRange
3256
3257 * msignal/MExtractTime.cc:
3258 - removed old obsolete code already in comments
3259
3260 * msignal/MExtractTimeAndCharge.h:
3261 - added getter for LoGainStartShift
3262
3263 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
3264 msignal/MExtractTimeAndChargeSpline.[h,cc],
3265 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
3266 - changed the type of LoGainFirst from byte to int
3267 - if necessary increased class version
3268
3269 * mpedestal/MExtractPedestal.cc:
3270 - improved output
3271
3272 * mhcalib/MHCalibrationChargeCam.cc:
3273 - fixed a %3.1 instead of %3.1f
3274
3275
3276
3277 2007/02/03 Thomas Bretz
3278
3279 * mhist/MHCamEvent.[h,cc]:
3280 - added Draw function to context menu
3281 - added GetHist member functions
3282 - added possibility to display the relative error
3283
3284 * mjobs/MJCalibration.cc:
3285 - read the hi-/lo-gain calibration constants from a MHCamEvent
3286 which is stored in a root file given in resources/hilocalib.rc
3287
3288 * msignal/MExtractTimeAndCharge.cc:
3289 - improved the estimation in GetSaturationTime for the cases in
3290 which the saturating pulse is so early, that an normal
3291 interpolation is not appropriate.
3292
3293 * callisto_DecJan04.rc:
3294 - set fall- and rise-time for spline artificially to 0.5
3295
3296 * mhbase/MFillH.cc:
3297 - added comments
3298
3299 * mpedestal/MExtractPedestal.[h,cc],
3300 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
3301 - fixed the range check.In case of the lo-gain extraction
3302 the range could infact leak out of the fadc slices
3303
3304 * msignal/MExtractTimeAndCharge.[h,cc]:
3305 - added somecomments
3306 - forbid the lo-gain signal to be negative
3307 - increased version number for compatibility with last release
3308
3309 * msignal/MExtractTimeAndChargeSpline.cc:
3310 - set the correct numbers for rise- and fall-time as default
3311
3312 * mbase/MStatusArray.[h,cc]:
3313 - improved workaround in Read() and Write() for the Reset
3314 of the kCanDelete bit in TH1
3315
3316 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
3317 - commented out obsolete references to *HiLoCam
3318
3319 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
3320 mcalib/CalibLinkDef.h:
3321 - removed *HiLoCam s
3322
3323
3324
3325 2007/02/02 Thomas Bretz
3326
3327 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
3328 - added new Fill functions allowing to fill photons versus
3329 a z-value, e.g. energy.
3330
3331
3332
3333 2007/02/01 Thomas Bretz
3334
3335 * mhist/MHCamEvent.[h,cc]:
3336 - allow to set a histogram for display from external
3337
3338 * mhist/MHCamera.[h,cc]:
3339 - added functions to calc Median/Dev
3340 - fixed adding a MHCamera with AddCamContent. It now takes also
3341 the errors and binentries correctly into account
3342 - simplified Reset() using TArray::Reset()
3343
3344 * mhvstime/MHSectorVsTime.[h,cc]:
3345 - added option to use median/dev instead of mean/rms
3346 - switched Grid on
3347
3348 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
3349 - small improvements to splitting number rows
3350 - handle possible tabs correctly
3351
3352 * mbase/MStatusArray.[h,cc]:
3353 - improved handling in Read(). We make sure now that Read doesn't
3354 produce a memory leak
3355
3356 * mhist/MHCamera.[h,cc]:
3357 - overwrote Clone function to make sure that a cloned MHCamera
3358 is never added to the current directory
3359
3360 * mcamera/MCameraTH.h:
3361 - added a workaround to get rid of the obsolete discriminator thresholds
3362 for the non-trigger pixels
3363
3364 * mreport/MReportCC.cc:
3365 - added a sanity \o-Terminator to the dicriminator threshold extraction
3366
3367
3368
3369
3370 2007/01/30 Thomas Bretz
3371
3372 * mbadpixels/MBadPixelsCam.[h,cc]:
3373 - added function to return the uncalibrated and unsuitable
3374 pixels as TArrayC (to be used in MHCamera)
3375
3376 * mhcalib/MHCalibrationChargeCam.cc:
3377 - added a FIXME-comment
3378
3379 * mhist/MHCamEvent.[h,cc]:
3380 - added an option to change the kind of error which is displayed
3381 - consequently increased version number by 1
3382
3383 * mhist/MHCamera.[h,cc]:
3384 - added a new bit to allow the error to be switched between
3385 mean and spread
3386
3387 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
3388 - adapted to changes in error display
3389
3390
3391
3392 2007/01/27 Thomas Bretz
3393
3394 * manalysis/MMcCalibrationUpdate.cc:
3395 - fixed a typo in a comment
3396
3397 * mcalib/MCalibrateData.[h,cc]:
3398 - commented out some obsolete currently unused code
3399
3400 * mdata/MDataPhrase.cc:
3401 - added a sanity check
3402
3403 * mpedestal/MMcPedestalCopy.cc:
3404 - Changed output to fit the structure used in all other classes
3405
3406 * mmain/MEventDisplay.cc:
3407 - made sure that MPedestalSubtract dies the right thing
3408 - removed badpixel calculation and treatment until a better
3409 solution was found.
3410
3411 * mfbase/MFDataPhrase.cc:
3412 - fixed a "comparison is always true" warning
3413
3414 * msignal/MExtractTimeAndChargeDigitalFilter.h:
3415 - increased class version number to 3 to account for the removal
3416 of the fTimeShift data members since last release
3417
3418
3419
3420 2007/01/27 Daniela Dorner
3421
3422 * datacenter/db/showplots.php:
3423 - added (tool to click through the calib, signal and star plots of
3424 one sequence)
3425
3426 * datacenter/db/index.html:
3427 - added link to new plot tool
3428
3429 * datacenter/db/ganymed.php:
3430 - added fDataSetName, removed fWobble
3431 - removed mininmum value of 100 for dataset range
3432
3433 * datacenter/db/builddatasets.php:
3434 - added fIsoInLimit2 and fIMCLimit2 in Init
3435 - added check on observation mode
3436
3437
3438
3439 2007/01/26 Thomas Bretz
3440
3441 * mpedestal/MExtractPedestal.cc:
3442 - fixed a bug which caused the pedestal to be set to 0 if the
3443 AB-flag is invalid
3444
3445
3446
3447 2007/01/25 Thomas Bretz
3448
3449 * mreflector/MRflSinglePhoton.h:
3450 - added copy constructor
3451 - added a function to fill a TH2
3452
3453 * mreflector/MRflEvtData.[h,cc]:
3454 - added copy costructor
3455 - added Clone function
3456 - added a function to fill a TH2
3457
3458
3459
3460 2007/01/24 Thomas Bretz
3461
3462 * mhflux/MHCollectionArea.cc:
3463 - fixed a typo in the last change
3464
3465
3466
3467 2007/01/24 Daniel Hoehne
3468
3469 * msignal/*.dat:
3470 - inserted missing third column (0) in all weights files
3471
3472
3473
3474 2007/01/18 Thomas Bretz
3475
3476 * mhflux/MHCollectionArea.cc:
3477 - another fix for the error calculation of the collection area.
3478 The totalarea was inluded in the error calculation as it would
3479 be a wait, but actually it is not.
3480
3481
3482
3483 2007/01/16 Thomas Bretz
3484
3485 * mfileio/MReadMarsFile.cc:
3486 - fixed two "comparison between signed and unsigned integer" warnings
3487
3488 * mhbase/MFillH.cc:
3489 - small update to comments
3490
3491 * mimage/MHHillasExt.cc:
3492 - call SetDirectory(NULL) after SetName
3493
3494 * mjobs/MSequence.[h,cc]:
3495 - commented out obsolete GetFileNames
3496
3497 * msignal/MExtractor.[h,cc]:
3498 - Some small updates
3499 - removed code from Process function
3500 - increased version number to 7
3501
3502 * msignal/MExtractedSignalPix.h:
3503 - some simple reordering in the class header
3504
3505 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3506 - simplified the checks in SetWindowSize
3507
3508 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
3509 - added third column with zeros
3510
3511
3512
3513 2007/01/16 Daniela Dorner
3514
3515 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
3516 datacenter/db/magicdefs.php:
3517 - implemented new variables for datasets
3518
3519
3520
3521 2007/01/15 Thomas Bretz
3522
3523 * mpedestal/MPedestalSubtract.cc:
3524 - added a sanity check tomake sure that the pixel array has the
3525 correct size when filled
3526 - made sure the the number of pixels in the camera nd not the
3527 number of connected pixels is used to initialize the size of
3528 the arrays.
3529
3530 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3531 - allow the initialization of nuber of pixels and samples
3532 independanly.
3533
3534
3535 2007/01/15 Daniela Dorner
3536
3537 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
3538 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
3539 datacenter/db/plotdb.php, datacenter/db/menu.php,
3540 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
3541 datacenter/db/datasetinfo.php:
3542 - fixed bug in init of $_GET
3543
3544
3545
3546 2007/01/12 Stefan Ruegamer
3547
3548 * datacenter/macros/writedatasetfile.C:
3549 - addded #include <errno.h>
3550
3551
3552
3553 2007/01/11 Thomas Bretz
3554
3555 * mbase/MLogManip.cc:
3556 - removed the obsolete include of MLog.h
3557
3558 * mbase/MLogManip.h:
3559 - encapsulated an include in ifdefs
3560
3561 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
3562 - updated log-output
3563
3564 * mhflux/MHEnergyEst.cc:
3565 - replaced difficult to see green by blue
3566
3567 * mjobs/MDataSet.[h,cc]:
3568 - added datat members for path of sequences and path of data files
3569 to be able to store overwritten defaults
3570 - check completeness of dataset files
3571 - store a MSequence object in the list instead of the name and dir
3572 (this is necessary to have all important information for a dataset
3573 file, including the sequence number! - available)
3574 - some changes to the output
3575 - allow to print a perfect copy of the read dataset file to the console
3576 just from the contents of the object
3577
3578 * mjobs/MJStar.cc:
3579 - updated to use MSequence::GetFileName instead of MSequence:GetName
3580
3581 * mjobs/MSequence.[h,cc]:
3582 - keep filename and datapath in header, this has some advantages
3583 for sanity checks
3584 - many improvements of sanity checking in case of missing or
3585 unaccessible files
3586 - Fixed "lightConditions" (was "LightCondition")
3587 - Fixed "No_Moon" (was "NoMoon")
3588 - allow to set the data path as second argument in the constructor
3589 - implemented a check whether the sequence file is complete
3590
3591 * mjobs/MJCut.[h,cc]:
3592 - added some code (still commented out) to display the excess rate
3593 - with the other changes we can now store the original dataset in
3594 the output
3595
3596 * mjoptim/MJOptimize.cc:
3597 - Keep the sequence files in the file list instead of just the
3598 filename and the directory
3599
3600 * mjtrain/MJTrainDisp.cc:
3601 - use return value of MDataSet::AddFilesOn/Off for a sanity check
3602
3603 * mjobs/MJob.[h,cc]:
3604 - removed obsolete fPathData and stuff
3605
3606 * callisto.cc, star.cc:
3607 - removed obsolete calls to MJob::SetPathData
3608
3609 * callisto.rc, star.rc:
3610 - removed obsolete examples for "PathData"-resource
3611
3612 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3613 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
3614 - removed obsolete reference to fPathData
3615
3616
3617
3618 2007/01/11 Daniela Dorner
3619
3620 * datacenter/db/builddatasets.php:
3621 - implemented username (the one who inserts the dataset has to give
3622 his/her username now)
3623 - fixed password query in case user inserted something wrong
3624 - implemented check, if on-sequences have different observations
3625 modes
3626 - implemented check, if user has chosen one sequences as on and off
3627 - adapted text of password prompt
3628
3629 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
3630 runinfo-aio.php, sequinfo-aio.php:
3631 - minor changes in formatting
3632 - added 'alt' for +/- images
3633
3634 * datacenter/db/menu.js:
3635 - added 'alt' for +/- images
3636
3637
3638
3639 2007/01/10 Thomas Bretz
3640
3641 * mhbase/MH.cc:
3642 - fixed a bug in SetBinomialErrors. The errors of the two
3643 histograms were exchanged in the calculation
3644
3645 * mbase/MEnv.[h,cc]:
3646 - added new member function GetNumUntouched
3647
Note: See TracBrowser for help on using the repository browser.