source: trunk/MagicSoft/Mars/Changelog@ 8791

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