source: trunk/MagicSoft/Mars/Changelog@ 8770

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