source: trunk/MagicSoft/Mars/Changelog@ 8792

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