source: trunk/MagicSoft/Mars/Changelog@ 8785

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