source: trunk/MagicSoft/Mars/Changelog@ 9100

Last change on this file since 9100 was 9100, checked in by Daniela Dorner, 16 years ago
*** empty log message ***
File size: 66.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 2008/08/05 Stefan Ruegamer
22
23 * datacenter/scripts/movingrawfiles:
24 - added checks for owner of the file
25 - adapted the script to the different pathes
26
27 * datacenter/scripts/zipscript:
28 - added telno and fileno so it works with the new files
29 - added the telno to the calzip-lock file
30
31 * datacenter/scripts/runcallisto:
32 - added the telno to the calzip-lock file
33 - removed the link to callisto_mux_new.rc, it is no longer needed
34
35
36
37 2008/08/05 Thomas Bretz
38
39 * datacenter/macros/fillstar.C:
40 - fixed the case of invalid effective on times
41 - fixed the regular expression to find the MSequence in old files
42 - added information about the dc currents
43
44 * datacenter/macros/fillcondor.C:
45 - added
46
47
48
49 2008/08/05 Daniela Dorner
50
51 * datacenter/tools/resetpriorities:
52 - added (script to reset priorities in the tables RunProcessStatus,
53 SequenceProcessStatus and DataSetProcessStatus)
54
55 * datacenter/scripts/makecallistolinks:
56 - removed not needed output
57
58 * datacenter/scripts/sourcefile:
59 - fixed bug in query of setstatus
60 - improved if-clause to avoid unneccessary output
61
62 * datacenter/db/menu.php:
63 - changed width input fields for ranges from 6 to 8
64
65 * datacenter/scripts/condorstatistic:
66 - fixed logging output
67
68 * datacenter/scripts/dbchk:
69 - added checking of consistency with table SequenceProcessStatus
70
71 * resources/steps.rc:
72 - fixed primaries of DataSetProcessStatus
73
74
75
76 2008/08/04 Daniela Dorner
77
78 * datacenter/scripts/runstar:
79 - removed linking of rc-files and command line argument --config
80 (usage of star_mux.rc not needed anymore)
81
82
83
84 2008/08/04 Thomas Bretz
85
86 * RELEASE V2.1.1
87
88
89
90 2008/08/04 Stefan Ruegamer
91
92 * datacenter/scripts/setup:
93 - added compux/cutslices to the jobmanager queue
94
95 * datacenter/scripts/movingrawfiles:
96 - modified the regex for finding the run number such that it
97 satisfies the new raw file convention
98 - the script now searches for files in /magic and /data, so
99 movingrawfiles2 is obsolete
100
101 * datacenter/scripts/cutslices:
102 - adapted the script for jobmanager use
103 - included some more checks
104
105
106
107 2008/08/04 Thomas Bretz
108
109 * mjobs/MJCalibrateSignal.cc:
110 - added a filter against very bright events cleaning the
111 bad pixel plot
112
113 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
114 - slightly tightened the spark cut in length vs size
115
116 * ganymed_wobble.rc:
117 - now uses the default (still 3) for the number of wobble
118 positions
119
120 * mbase/MParEmulated.[h,cc]:
121 - some improvements to support collection (still not finished)
122
123 * mraw/MRawRunHeader.cc:
124 - Implemented a fix for run-numbers between 1001348 and 1001396
125 which were incorrectly assigned by the cc.
126 - changed order of fix and check
127
128 * resources/calibration_spline.rc:
129 - updated muon calibration constants for the periods 51-57,
130 58-63 and 67-
131
132
133
134 2008/08/04 Daniela Dorner
135
136 * datacenter/scripts/setup:
137 - changed order of scripts (now: ganymed, star, callisto)
138 - adapted number of allowed processes (more CPUs available now)
139 - commented mc jobmanager stuff out, as it is not yet working
140 completely
141
142
143
144 2008/08/03 Daniela Dorner
145
146 * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
147 datacenter/scripts/runreflector:
148 - removed primvar
149
150 * datacenter/scripts/condorstatistics:
151 - added (script calling the macro fillcondor.C to fill condor
152 statistics to the database, tars the condor-statistic files
153 afterwards)
154
155 * datacenter/scripts/dowebplots:
156 - added converting from ps to pdf and removing of ps
157
158
159
160 2008/08/02 Thomas Bretz
161
162 * datacenter/scripts/dbchk:
163 - if the regular expression in sed doesn't find anything
164 nothing is replaced (this case is now handled)
165
166 * mjobs/MJPedestal.cc:
167 - removed the obsolete shift variable in PosePosCheck
168 - do not allow lo-gain starts < 0
169
170 * msignal/MExtractTimeAndCharge.cc:
171 - changed lo-gain stat sift to -1.0 (which is the valie which
172 in use anyway)
173
174 * msignal/MExtractTimeAndCharge.h:
175 - do not add the lo-gain offset wehen setting the start-shift
176
177 * msignal/MExtractor.cc:
178 - make sure Print() prints the class description
179
180 * mpointing/MSrcPosCalc.[h,cc]:
181 - if the MC camera files are new enough the source position on the
182 camera is now calculated from the stored telescope and shower
183 orientation
184
185
186
187 2008/08/01 Thomas Bretz
188
189 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
190 - added starguider calibration 328198
191
192 * resources/starguider00328198.txt:
193 - added
194
195 * datacenter/macros/plotdb.C:
196 - added fMedNumPheInner/outer
197 - added fRelChargeRmsOuter
198
199 * mbase/MStatusDisplay.[h,cc]:
200 - added %%title%% as a possibility in the filename
201 - added some code to write an XML instead of a csv file
202 (still not in-use)
203
204 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
205 - replaced RunNumber by FileId
206
207
208
209 2008/07/31 Daniela Dorner
210
211 * resources/steps.rc:
212 - added missing influences and needs for DataSetProcessStatus
213
214 * datacenter/scripts/checkstardone:
215 - removed breaks
216 - removed not needed variables
217 - changed dataset from string to int in call of macro
218
219 * datacenter/scripts/budb:
220 - added output how to create database MyMagic
221 - added removing of logfiles
222 - some small inprovements
223
224
225
226 2008/07/31 Thomas Bretz
227
228 * merpp.cc:
229 - fixed merpping a single report file
230 - Strip the dir name from MJMerpp's name
231
232 * mreports/MReportCamera.cc:
233 - also allow empty HV Settings file names
234
235 * datacenter/macros/checkstardone.C:
236 - fixed the query
237 - fixed a typo
238
239 * datacenter/macros/fillcalib.C:
240 - changed ouput
241 - get seq-number from sequence instead of file-name
242 - added telescope number
243 - added fRelChargeRmsInner/Outer
244 - added fMedNumPheInner/Outer
245 - don't user TEnv anymore
246
247 * datacenter/macros/fillsignal.C
248 - get seq-number from sequence instead of file-name
249 - added telescope number
250
251 * datacenter/macros/fillstar.C:
252 - changed ouput
253 - get seq-number from sequence instead of file-name
254 - added telescope number
255 - added fTotOnTime
256
257 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
258 - removed obsolete reference to ExtractTime
259
260
261
262 2008/07/30 Thomas Bretz
263
264 * mjobs/MSequence.cc:
265 - fixed a typo in the new Read function
266
267
268
269 2008/07/30 Daniela Dorner
270
271 * resources/steps.rc:
272 - added
273 - adapted to new data structure
274
275 * steps.rc:
276 - removed
277
278 * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
279 datacenter/macros/getdolist.C:
280 - removed
281
282 * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
283 datacenter/db/magicdefs.php, datacenter/db/menu.php,
284 datacenter/db/resetseq.php, datacenter/db/runinfo.php,
285 datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
286 - removed fFailedCodeAdd
287 - changed fFailedCode to fProgramId
288
289 * datacenter/scripts/sourcefile:
290 - adapted path of steps.rc
291 - added new additional primaries to functions setstatus, getstatus
292 gettodo and getdolist
293 - merged function gettodo and getdolist
294 - removed todofile
295 - removed fFailedCodeAdd
296 - changed fFailedCode to fProgramId
297
298 * datacenter/scripts/buildsequenceentries,
299 datacenter/scripts/checkfilesforsequenceavail,
300 datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
301 datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
302 datacenter/scripts/fillganymed,
303 datacenter/scripts/writedatasetfiles,
304 datacenter/scripts/writesequencefiles:
305 - implemented usage of getodo (new merged function)
306 - removed todofile
307 - removed primval
308
309 * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
310 datacenter/scripts/runganymed, datacenter/scripts/runstar:
311 - implemented usage of getodo (new merged function)
312 - removed primval
313
314 * datacenter/scripts/checkstardone
315 - removed comadd
316
317 * datacenter/scripts/runcallisto
318 - append output of stage.C instead of overwriting logfile
319
320 * datacenter/macros/resetcolumn.C:
321 - added return 0 and output, as this macro is not yes adapted to
322 the new data structure for MAGIC II
323
324 * datacenter/scripts/makecallistolinks:
325 - exchanged grepping for reason by db-query (return code 13)
326 - exchanged call of resetcolumn.C by direct db-query
327
328
329
330 2008/07/29 Stefan Ruegamer
331
332 * datacenter/scripts/zipscript
333 - modified the regex for finding the run number such that it
334 satisfies the new raw file convention
335
336
337
338 2008/07/28 Daniela Dorner
339
340 * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
341 datacenter/scripts/dodatacheck:
342 - added exit and output, as these scripts are not adapted to the
343 new data structure for MAGIC II
344
345 * datacenter/scripts/dbchk:
346 - added outputs to processlog
347
348 * datacenter/scripts/doexclusions,
349 datacenter/scripts/writesequencefiles,
350 datacenter/scripts/buildsequenceentries:
351 - added telescope number 1 to call of macro
352
353 * datacenter/scripts/sourcefile:
354 - added priority
355
356
357
358 2008/07/27 Thomas Bretz
359
360 * merpp.cc:
361 - added include of TClass to work with root 5.20
362
363 * mbase/MParEmulated.[h,cc]:
364 - for root 5.20/00 we have to use TVirtualStreamer instead
365 of TStremaer
366
367 * mbase/MStatusDisplay.cc:
368 - the workaround had to be fixed because since we don't change
369 gPad for printing anymore all following line and text drawings
370 reffered to the wrong gPad
371
372 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
373 - also antialias text
374 - save as interlaced png
375
376 * mbase/MThread.h:
377 - use a reinterpret_cast when returning the Thresd's result
378 (this gave a correct warning on 32bit systems)
379
380 * mhbase/MH3.h:
381 - when available return the histogram title as title (without axis)
382 - implemented GetFullTitle member function to return the full title
383
384
385
386 2008/07/25 Thomas Bretz
387
388 * mbase/MStatusDisplay.cc:
389 - expand path name for csv files
390
391 * mfileio/MReadFiles.cc:
392 - print a warning if no file was added
393
394 * mfileio/MReadTree.cc:
395 - updated warning if no file was added
396
397 * mfileio/MReadScanFile.[h,cc]:
398 - for safety add a postprocessing removing the contents
399 from the list
400 - also removing the contents from the list before filling
401
402 * mhbase/MH3.cc:
403 - fixed an output
404
405 * mtools/MTFillMatrix.[h,cc]:
406 - added a maximum number the eventloop is running over
407
408 * mjobs/MSequence.cc:
409 - replaced gFile by gDirectory
410
411
412
413 2008/07/23 Thomas Bretz
414
415 * showplot.cc:
416 - allow to read more than one file
417
418 * datacenter/macros/stage.C:
419 - changed the return type to int
420
421 * mbase/MStatusArray.cc:
422 - added a check for the key in read to supress the root error
423 on the console
424
425 * mbase/MStatusDisplay.[h,cc]:
426 - stop update timer in destructor
427 - added new member function GetNumTabs
428 - we don't need to switch to batchmore when painting canvases
429 anymore
430 - removed an obsolete cout
431
432 * mjobs/MJCalibrateSignal.cc:
433 - changed again the wrong names of the tasklists
434
435 * mjobs/MSequence.[h,cc]:
436 - set default telescope to 1 so that reading old sequence files
437 gives valid sequences.
438 - overwrote Read to allow reading also old sequences which
439 have no default name in the files
440 - removed output of "DataPath" from Print
441
442 * msql/MSQLMagic.[h,cc]:
443 - added a second InsertUpdate
444 - added ExistRow
445
446 * datacenter/scripts/runcallisto:
447 - adapted to all other changes
448 - removed merpping of caco-files
449
450
451
452 2008/07/22 Thomas Bretz
453
454 * mbase/MTime.cc:
455 - do not check the return value of mktime (this would
456 fail for dates before 1970)
457
458 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
459 - distinguish between data-runs and mc-runs for the rate plot
460 - named the tasklist for pedestal and calib extraction
461
462 * mjobs/MJMerpp.cc:
463 - precheck the accessibility of all files if a sequence
464 is processed
465
466 * mjobs/MSequence.cc:
467 - the file number is three digits
468 - the Tag for data runs is DatRuns not DataRuns
469
470 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
471 - added MReadFiles
472 - added MReadScanFile
473
474 * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
475 - added
476
477 * mfileio/MreadRflFile.[h,cc]:
478 - derived from MReadFiles (untested)
479
480 * datacenter/macros/checkfileavail.C:
481 - fixed a type (TSQLRow instead of TSQlRow)
482 - added a missing ;
483
484 * mfileio/MReadTree.[h,cc]:
485 - added some includes
486 - added the IsOwned member function to make sure we don't
487 spoil memory when out pointers are deleted in the destructor
488 - removed some really obsolete workarounds
489 - added a member function to add friends
490 - don't allocate memory in AddFile
491 - implemented the possibility to process also friends
492 - implemented the possibility to read branches from unknown
493 "vendors", i.e. branches for which the class is not available
494 in the dictionary
495 - added a list to hold all parameter containers to be able to
496 call SetReadyToSave more easily than previously
497
498 * mbase/MParEmulated.[h,cc]:
499 - added
500
501 * mbase/Makefile, mbase/BaseLinkDef.h:
502 - added MParEmulated
503
504 * mbase/MParameters.h:
505 - added functions to get the pointer to the values. Handle this
506 with care.
507
508 * mbase/MParConatiner.h:
509 - made GetterMethod virtual to allow MParEmulated to overwrite it
510 - made fgListMethodCall protected to allow MParEmulated to
511 add its new TMethodCalls
512
513 * datacenter/macros/checkfileavail.C:
514 - removed dependence on caco-files.
515 - fixed query
516 - output query in case of failure
517
518 * datacenter/scripts/checkfilesforsequenceavail:
519 - fixed to use new checkfileavail.C
520
521 * mcalib/MCalibrateData.cc:
522 - removed the fixed scale factor for MCs. It is now left open,
523 thus it can be changed from the callisto resource file
524
525 * mdata/MDataMember.cc:
526 - small improvement to error output
527
528 * mfileio/MWriteRootFile.cc:
529 - small change to log-level
530
531 * mbase/MTaskList.cc:
532 - in case of an unknown return value stop event loop
533
534 * mfileio/MRead.cc:
535 - use gSystem->BaseName to get file name
536
537
538
539 2008/07/21 Thomas Bretz
540
541 * mbase/MParContainer.[h,cc]:
542 - adde new static ember functions GetClass
543
544 * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
545 mreport/MReportHelp.cc:
546 - use new GetClass function
547
548
549
550 2008/07/20 Thomas Bretz
551
552 * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
553 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
554 mmain/MEventDisplay.cc:
555 - replaced Setup*Runs by GetRuns
556
557 * datacenter/macros/buildsequenceentries.C:
558 - output if something is deleted
559
560 * datacenter/macros/plotdb.C:
561 - added kGroupByDay option
562 - some small changes
563 - made group by work with "as"
564 - made use of TEnv obsolete
565
566 * datacenter/macros/plotrundb.C:
567 - added telescope number as otpion
568
569 * datacenter/scripts/checkfilesforsequenceavail:
570 - added telescope number 1 to call of checkfileavail.C
571
572 * mbase/MTime.cc:
573 - made SetSqlDateTime more flexible
574
575 * mjobs/MJMerpp.[h,cc]:
576 - added (basically the code from merpp.cc)
577 - enhanced with the possibility to merpp a whole sequence
578
579 * merpp.cc:
580 - use new MJMerpp
581
582 * mjobs/Makefile, mjobs/JobsLinkDef.h:
583 - added MJMerpp
584
585 * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
586 - reduced queries to a single query
587 - take sequence number as argumenet instead of filename
588
589 * datacenter/scripts/checkstardone:
590 - adapted to changes in checkstardone.C
591
592 * mjobs/MSequence.[h,cc]:
593 - a lot of rework to the file-interface
594 - included subsystem (cc) files
595 - some renaming to some functions
596 - improved the interface to the database
597 - unified the Setup*Runs into GetRuns
598 - when inflating a sequence name allow to use [tel:]squence now
599
600 * mjobs/MSequenceSQL.[h,cc]:
601 - adapted to changes in MSequence
602
603 * datacenter/macros/stage.C
604 - added
605
606 * mjobs/MJStar.cc:
607 - changed displayed title according to the other jobs
608 - changed Setup*Runs to GetRuns
609 - unified output when finished
610 - make sure the weight for the rate tab is not 0
611 - read the currents now from the camera instead of the currents tree
612
613
614
615 2008/07/19 Thomas Bretz
616
617 * datacenter/macros/buildsequenceentries.C:
618 - Use the GetId also in the constructor of Rule
619 - fixed reading of the sections in the sequences.rc
620
621 * datacenter/macros/writesequencefile.C:
622 - included iostream
623
624 * mjobs/MSequence.[h,cc]:
625 - updates some comments
626 - simplified the comparison functions
627 - calculate fPeriod automatically in any case
628 (do not read from file)
629 - added X for excluded to AddFile
630 - use AddFile in ExludeFile
631 - removed incorrect calles to MJob::SortArray
632 - call SortArrays correctly in AddFile
633 - changed default for telescope from 1 to 0 in SQL constructor
634 - allow to set a default path from within the sequence file
635 (in most cases this won't help much)
636
637 * mjobs/MSequenceSQL.[h,cc]:
638 - if telescope number is 0 check whether an unambiguous
639 sequence with this number exists. If existing set the
640 telescope number accordingly
641 - changed default for telescope in constructor to 0 accordingly
642
643
644
645 2008/07/18 Thomas Bretz
646
647 * mbase/MTime.cc:
648 - GetStringFmt was taking the daylight saving time into account
649 (hopefully this fix is not too much dependent on the kernel)
650
651 * mjobs/MSequence.cc:
652 - added some preliminary code for comparing two sequences
653 - fixed output in Print (the "s" was missing in LightConditions)
654 - do not write the "Run[0-]*" line for anything else than
655 the "Runs" (needs more fixes)
656
657 * mjobs/MSequenceSQL.cc:
658 - added a sanity check
659
660
661
662 2008/07/17 Thomas Bretz
663
664 * mjobs/MSequence.[h,cc]:
665 - added fTelescope data member
666 - increased class version number accordingly
667 - added return value to WriteFile
668
669 * mjobs/MSequenceSQL.cc:
670 - added TelescopeNumber to where-clause
671 - get fFileNumber from RunData
672 - use File-Id to order files
673 - added telescope number to all constructors
674
675 * automatic-exclusions.rc:
676 - moved as exclusions.rc to resources and updated contents
677 to new doeclusion.C
678
679 * ganymed.cc:
680 - updated Usage output
681 - added new option to change meximum file size
682
683 * merpp.cc:
684 - merpp also MCameraDC from cc-report
685
686 * datacenter/macros/fillsignal.C:
687 - replaces WARNING by ERROR if an error is returned
688
689 * datacenter/macros/writesequencefile.C:
690 - completely redone using new MSequenceSQL
691
692 * mcamera/MCameraDC.[h,cc]:
693 - added the Interprete member function
694 - made MReportCamera and MReportCurrents friends clases
695 - added fStatus
696 - increased class version accordingly
697
698 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
699 - tiny changes to output
700
701 * mreport/MReportCamera.[h,cc]:
702 - removed fStatusDC
703 - removed gkActiveLoadControlVersNum
704 - added interpretation of DC
705 - increased class version by one
706
707 * mreport/MReportCurrents.cc:
708 - moved interpretation of DCs to MCameraDC
709
710 * resources/sequences.rc:
711 - changed some comments
712 - added telescope number to rules
713
714 * datacenter/macros/buildsequenceentries.C:
715 - the building is now based on the file-id (run*1000+file)
716 and it is only done for a single telescope
717 - added telescope number as srgument
718 - added fPriority to SequenceProcessStatus
719 - added fTelescopeNumber to the Sequence table
720 - the sequence number is still idetical to the first run-number
721 - changed reading of resource file such that the telescope
722 number can be given for each subsection
723
724 * datacenter/macros/doexclusions.C:
725 - many simplifications
726 - use telescope number as argument
727 - simplified and improved
728
729 * datacenter/macros/filldotrun.C:
730 - some changes to output
731 - skip comment line at the beginning
732 - skip the line with the telescope number
733 - removed ISNULL from telescope/run/file check
734 - added fPriority to RunProcessStatus
735 - added telescope und file number to RunData and RunProcessStatus
736
737 * datacenter/macros/resetallruns.C:
738 - adapted to new ten:run/file scheme and the new contents
739 of the input file
740
741 * datacenter/scripts/filesondisk:
742 - improved regular expressions to find runs
743 - commmented out caco files
744 - write telescope run and file-number to the file
745 - some simplification
746
747
748
749 2008/07/16 Thomas Bretz
750
751 * msql/MSQLMagic.[h,cc]:
752 - the wehere clause can now be omitted in Update
753
754
755
756 2008/07/14 Thomas Bretz
757
758 * datacenter/macros/fillsignal.C:
759 - moved sql.rc to constructor of MSQLMagic
760
761 * datacenter/macros/plotstat.C:
762 - improved beauty of the SQL queries
763 - join by telescope number, run number and file number
764
765 * mbase/MString.[h,cc]:
766 - removed everything except Format which is then identical to
767 newwer root versions TString::Format
768
769 * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
770 - replaced MString::Print by MString::Format
771
772 * mbase/MTime.cc:
773 - In SetSqlDateTime allow also to set dates without time
774
775 * mbase/Makefile, mbase/BaseLinkDef.h:
776 - removed MRunIter
777
778 * mfileio/MWriteRootFile.cc:
779 - sow in status line if a tree has been finally copied
780
781 * mhist/MHEvent.cc:
782 - replaced GetRunNumber by GetStringID
783
784 * mjobs/MJCalibrateSignal.cc:
785 - Replaced RunNumber by FileId in trogger pattern display
786 - do not allow to divide by 0
787
788 * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
789 - removed obsolete include of MDirIter
790
791 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
792 - replaced MRunIter by MDirIter
793
794 * mjobs/MSequence.[h,cc]:
795 - moved code to compile (inflate) a run filename or a its path
796 to new static function such that they can be accessed from the outside
797
798 * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
799 - renamed InflatePath to InflateSeq
800
801 * mpedestal/MPedCalcPedRun.cc:
802 - when checking the runnumber check also for the telescope number
803
804 * mraw/MRawRunHeader.[h,cc]:
805 - added new function GetStringID
806
807 * mraw/RawLinkDef.h, mraw/Makefile:
808 - removed MRawSocketRead
809
810 * mpointing/MHSrcPosCam.[h,cc]:
811 - fixed ouput in case a container is not found
812 - made it work for monte carlos, too
813 - use weight when filling histogram
814 - changed circle line styles
815 - changed default in constructor to wobble=kTRUE
816
817
818
819 2008/07/08 Daniel Hoehne
820
821 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
822 - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
823 fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
824 fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
825 fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
826
827
828
829 2008/07/05 Thomas Bretz
830
831 * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
832 - changed JOIN to use USING
833 - removed dependence on TEnv
834 - some improvement to includes
835
836 * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
837 datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
838 datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
839 datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
840 datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
841 datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
842 datacenter/macros/resetallruns.C,
843 datacenter/macros/writedatasetfile.C:
844 - removed dependence on TEnv
845 - some improvement to includes
846
847 * datacenter/macros/filldotrun.C:
848 - make it fail for everything except Magic 1
849 - removed dependence on TEnv
850 - some improvement to includes
851
852 * datacenter/macros/plotoptical.C:
853 - removed MPlot, use MPlot from plotdb instead
854
855 * datacenter/macros/setstatus.C:
856 - some improvement to includes
857
858 * mbase/MTime.[h,cc]:
859 - added function returning day of sunrise as MTime
860
861 * mhflux/MHAlpha.cc:
862 - use BinError instead of BinContents to decide whether the
863 excess time is plotted or not
864
865 * mimage/MHHillas.cc:
866 - changed title of "Center"
867
868 * mjobs/JobsLinkDef.h, mjobs/Makefile:
869 - added new class MSequenceSQL
870
871 * mjobs/MSequenceSQL.[h,cc]:
872 - added
873
874 * mjobs/MSequence.[h,cc]:
875 - replaced ReadLightCondition by the more flexible GetLightCondition
876 - added a new constrcutor constructing a MSequence from the database
877 - fixed the output in the comments in Print()
878 - The day and night was printed in a different format than
879 expected when readin a sequence
880 - fLightCondition and the f*RunsSub were missing in the copy-
881 constructor
882
883 * mjobs/Makefile:
884 - added include of msql
885
886 * msql/MSQLMagic.[h,cc]:
887 - added a comment to ExistStr and allow to set an additional
888 where-clause
889
890 * msql/MSQLServer.cc:
891 - allow to init MSQLServer either by an url or from a named
892 resource file
893 - changed JOIN to use USING
894 - if doing an automatic join join _all_ primaries
895
896 * mtools/MCalendar.cc:
897 - added include of TObjArray needed in newer root versions
898
899
900
901 2008/07/03 Thomas Bretz
902
903 * datacenter/macros/filldotrun.C:
904 - Replaced MSQKServer by MSQLMagic
905 - this made local functions obsolete
906 - added new format 20080519 including telescope- and file-number
907 - simplified the if-clauses testing for version numbers (due to
908 the initial check only some version numbers allowed anyway)
909 - check for the combination of telescope-, run- and file-number
910 to be unique.
911
912 * datacenter/macros/plotrundb.C:
913 - use MPlot from plotdb
914 - removed obsolete DataCheck plots
915 - plot only range of dates which makes sense
916
917
918
919 2008/07/01 Thomas Bretz
920
921 * ganymed.cc:
922 - removed the checks for the accessability of the files. They
923 are checked in the corresponding classes instead
924
925 * sponde.cc:
926 - display only the base name of the ganymed file, not the
927 full path
928
929 * mbase/MMath.[h,cc]:
930 - added a new member function ErrorExc
931 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
932
933 * mhflux/MAlphaFitter.[h,cc]:
934 - replaced fSignificanceExc by fErrorExcess
935 - calculate the error instead of the significance (otherwise we
936 get infinity at 0)
937 - also store a negative number of excess events
938 - replaced all -1 in ProjectionZ calls by the histogram limits
939 (including under- and overflows) This is necessary to get
940 root 5.20/00 working
941 - increased class version number according to the changes
942
943 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
944 - removed wrong usage of fName and fTitle, introduced new data
945 members instead
946 - initialize fName and fTitle in the constructors correctly
947 - always store the full qualified path name
948 - introduced new member functions GetBaseName and GetFilePath
949 - give the ostream as an argument to Print
950 - added new member function WriteFile to directly Print to
951 an fostream
952 - do not print empty values in Print
953 - increased class version number accordingly
954 - removed GetName and GetRcName accordingly
955
956 * mjobs/MDataSet.cc:
957 - set the dataset number to an invalid status if the file could
958 not be accessed
959
960 * mjobs/MJCut.cc:
961 - replaced GetName for the dataset by GetBaseName
962 - make sure the summary file is not created if not requested
963 - do not use pointers to MWriteRootFile to make sure the instances
964 always get deleted
965
966 * mjobs/MJSpectrum.cc:
967 - fixed a bug in the check for the existence of the excess time
968 - replaced GetName for the dataset by GetBaseName
969 - Write the full path name to the ganymed.root into the file
970 - fixed typos in determine
971
972 * mpointing/MPointingDevCalc.cc:
973 - initialize fNsb* members also in PreProcess as correctly
974 suggested by valgrind
975
976 * mjobs/MJCalibration.[h,cc]:
977 - made the drawing of the bad pixel explanation more automatic
978 - some simplifications to the function drawing all the result tabs
979 - make sure to do the projection without name. Some root versions
980 don't like several plots with the same name in one tab
981 - removed several misleading drawing of number of outliers etc
982 - added setting of min and max to FixDataCheckHist
983 - simplified DisplayDoubleProjection (also unified in code with
984 MJPedestal)
985 - removed all the obsolste and confusing projections of the
986 individual sectors and camera halves
987
988 * mjobs/MJPedestal.[h,cc]:
989 - make sure to do the projection without name. Some root versions
990 don't like several plots with the same name in one tab
991 - use the unified DisplayDoubleProjection from MJCalibration
992 - removed all the obsolste and confusing projections of the
993 individual sectors and camera halves
994
995 * mhflux/MHAlpha.cc:
996 - replaced EventsExcess/SignificanceExc by just ErrorEvents
997 - for the moment do not propagate Excesses<=0 to the pads
998 (not to spoil the logarithmic display, this still needs a fix)
999 - replaced -1 in ProjectionZ by the bin numbers (including
1000 under- and overflow bins), otherwise it won't work with
1001 root 5.20/00
1002 - propagate all result to the timing histogram (it is not
1003 logarithmic anyway)
1004 - made Paint also work with the new implementation of ProjectionZ
1005 via Project3D in root 5.20/00 (it won't reuse the correct
1006 histogram from the pad :( )
1007 - replaced kFullDotMedium by 0 (no marker) where appropriate
1008 - changed the rule not to display the time-histogram
1009
1010
1011
1012 2008/06/30 Thomas Bretz
1013
1014 * datacenter/macros/fillstar.C:
1015 - check whether graphs are empty in a more accurate way
1016
1017 * datacenter/macros/plotdb.C:
1018 - fixed some axis title
1019 - increased range of fRatePedTrigEvts
1020
1021 * msql/MSQLMagic.cc:
1022 - added ' around the where clause in UpdateInsert to allowe
1023 also for times etc
1024
1025 * callisto.cc:
1026 - removed test-option (it was never used anyway and should
1027 be reprogrammed properly)
1028
1029 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
1030 - removed unused argument
1031
1032 * mbadpixels/MBadPixelsPix.h:
1033 - added static functions to get names and numbers of unsuitable
1034 and unreliable levels
1035
1036 * mbase/MMath.cc:
1037 - made MedianDevImp working properly with a template
1038
1039 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
1040 - removed MHCalibrationTestCam
1041 - removed MHCalibrationTestTimeCam
1042
1043 * mhcalib/MHCalibrationCam.cc:
1044 - removed an obsolete TPad in Draw()
1045 - removed some obsolete kCanDelete in Drwa()
1046
1047 * mhcalib/MHCalibrationChargeCam.cc:
1048 - changed some colors to work properly also in root 5.20/00
1049
1050 * mhflux/MHThreshold.cc:
1051 - made Smooth work with root 5.20/00 (to be checked)
1052
1053 * mhist/MHCamera.[h,cc]:
1054 - fixed defaults in Profile and Projection function to match code
1055 - fixed some comments
1056 - replaced InheritsFrom arguments by TClass statics
1057
1058 * mjobs/JobsLinkDef.h:
1059 - removed MJCalibTest
1060
1061 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
1062 - removed obsolete include of MParameterCalc
1063
1064 * mranforest/MRanForest.cc:
1065 - added a cast in BinarySearch to make it work with the template
1066 of root 5.20/00
1067
1068 * mtools/MCalendar.h:
1069 - fixed *MENU option
1070
1071 * mtools/MagicJam.h:
1072 - added the Smooth function of root 5.20/00 to be removed from
1073 the context menu
1074
1075
1076
1077 2008/06/21 Thomas Bretz
1078
1079 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
1080 - set the display name to a more convinient name
1081
1082 * datacenter/macros/plotdb.C:
1083 - some improvement in setting axis titles and titles
1084 automatically from the sql column names
1085 - moved the Muon cut to a SetCondition call
1086 - renamed some functions
1087
1088 * mbase/MStatusDisplay.h:
1089 - overwrote SetTitle with a function allowing to set a title
1090 only if no title set so far
1091
1092 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1093 mjobs/MJPedestal.cc:
1094 - set a proper display title and set it only if not already set
1095
1096 * mjobs/MJPedestal.cc:
1097 - changed some filter names to more convinient names
1098
1099
1100
1101 2008/06/20 Thomas Bretz
1102
1103 * macros/dohtml.C:
1104 - added missing mmovie directory
1105
1106 * mhflux/MHEnergyEst.cc:
1107 - changed the fit range to adapt to the new plot
1108 - exchanged the two plots on the right to have the correct plot
1109 near the 1D histogram
1110 - fixed the title of the plot in the top right
1111 - call SetNoExponent and SetMoreLoglabels
1112
1113 * mjobs/MJSpectrum.[h,cc]:
1114 - outsources producing the spectral function as string to
1115 a new static function FormFlux
1116
1117 * mpointing/MPointingDevCalc.cc:
1118 - added some info
1119
1120
1121
1122 2008/06/19 Thomas Bretz
1123
1124 * mjobs/MJSpectrum.cc:
1125 - small improvement to output
1126 - handle underflow bin of effective on-time more accurate
1127 - reddid the formattig of the spectral fit
1128
1129 * mbase/MMath.[h,cc]:
1130 - added Format member function
1131
1132 * datacenter/macros/plotstat.C:
1133 - fixed some axis titles
1134
1135
1136
1137 2008/06/19 Thomas Bretz
1138
1139 * RELEASE 2.1
1140
1141
1142
1143 2008/06/19 Thomas Bretz
1144
1145 * mraw/MRawRunHeader.cc:
1146 - fixed that the line reading the fNumEventsRead vanished
1147
1148
1149
1150 2008/06/18 Thomas Bretz
1151
1152 * datacenter/macros/buildsequenceentries.C:
1153 - replaced the old calculation of the run-time of one sequence
1154 by a more sophisticated using the TIMEDIFF function
1155
1156 * mjobs/MJStar.cc:
1157 - Use File id instead of run number
1158 - fixed the units in the display (phe not \\gamma)
1159
1160 * mjobs/MSequence.[h,cc]:
1161 - reorganized header
1162 - implemented new scheme including file numbers
1163 - increased class version number accordingly
1164 - removed some obsolete old, never used, functions and comments
1165
1166 * mraw/MRawRunHeader.[h,cc]:
1167 - renamed RunID to TypeID
1168 - return 0 in RunLength if one of the times is invalid
1169
1170 * Makefile:
1171 - removed sinope
1172
1173
1174
1175 2008/06/17 Daniel Hoehne
1176
1177 * datacenter/macros/fillcamera.C:
1178 - added and changed some parameters
1179
1180 * datacenter/scripts/mcsequences:
1181 - added database interaction. Now sequences are built by querying
1182 the relevant parameters in the MC database
1183
1184 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
1185 - added
1186
1187 * datacenter/scripts/sourcefile:
1188 - added failed codes for runmccallisto and runmcstar
1189
1190
1191
1192 2008/06/17 Thomas Bretz
1193
1194 * datacenter/macros/plotdb.C:
1195 - SetSelectedPad to 0 before calling DrawClone of TGraph
1196 - small reordering of the tabs
1197 - removed tab with absolute effective on time
1198
1199 * mbase/MLog.cc:
1200 - make sure that the correct output level is restored after root
1201 called the error handler
1202
1203 * mbase/MStatusDisplay.cc:
1204 - Changed backround color to white (_not_ kWhite)
1205 - made a sunken border around the canvas
1206 - SetFrameBorderMode(0) per default
1207
1208 * mraw/MRawRunHeader.[h,cc]:
1209 - added some consistency checks
1210 - make the bug fix for the wrong number of events also for
1211 V10 and V11
1212 - added Getters for RunID and FileID used to idetify
1213 the runs more clever than run-number and file-number
1214
1215
1216
1217 2008/06/14 Thomas Bretz
1218
1219 * merpp.cc:
1220 - replaced MRawFileWrite by MWriteRootFile
1221
1222 * showplot.cc:
1223 - added new options to write tiff files
1224 - added new options to write csv files
1225 - some code simplification
1226
1227 * datacenter/macros/plotdb.C:
1228 - set the title (without axis descriptions) as Tab-title
1229 - set FrameBorderMode to 0 for canvas
1230
1231 * mbase/MStatusArray.[h,cc]:
1232 - added a copy constructor taking MStatusDislay as an argument
1233 - set gLog to all in Print()
1234
1235 * mhbase/MFillH.[h,cc]:
1236 - allow to set a title in SetNameTab which is used as tab title
1237 - therefore added new data member fTitleTab
1238 - increased class version by 1
1239
1240 * mraw/MRawRead.cc:
1241 - set ReadyToSave for raw data to be able to use MWriteRootFile
1242 in merpp
1243
1244 * mraw/Makefile, mraw/RawLinkDef.h:
1245 - removed MRawFileWrite
1246
1247 * mbase/MStatusDisplay.[h,cc]:
1248 - added the tif file format
1249 - added the csv file format
1250 - fixed the bmp and xml menu entries
1251 - added again to list of specials to allow for access from the
1252 interpreter
1253 - added title to AddTab. The title is stored as canvas title
1254 - added some warpper to access FindobjectInCanvas and Print
1255 from the MStatusDisplay to gain access from the interpreter
1256 - Removed obsolete DrawClonePad wrapper in Display and
1257 added title
1258 - added FillArray to add all canvases to a temporary MStatusArray
1259 - removed obsolete CanvasSetFillColor
1260 - use mktemp in UpdatePSHeader
1261 - some code cleanup. Moved some common code from the SaveAs function
1262 to the new InitWrite* functions
1263 - implemented %%tab%% and %%name%%
1264 - added a workround (MyCanvas) to get the title and footer in the
1265 ps-files also in root 5.18
1266 - removed cloning of the canvases whereever possible.Gave problems
1267 in root 5.18 (not yet understood)
1268 - changed color mode of postscrip files from rgb to cmyk
1269 - UpdatePSHeader not long needed in root >=5.12
1270 - reorganized header file
1271
1272 * mreport/MReportCC.[h,cc]:
1273 - removed obsolete fRecTemp
1274 - call Copy() in the correct direction
1275
1276 * mreport/MReportFileRead.[h,cc]:
1277 - use a C++ cast instead of a C-cast
1278 - add containers to parameter list _before_ calling SetupReading
1279 - removed some obsolete comments in the header
1280
1281 * mjobs/MJStar.cc:
1282 - we need to read the new "Rec" tree
1283 - and we need to fill from the Rec _and_ CC tree (could give a bias
1284 if the rate on both trees would once be identical anymore)
1285
1286 * mhist/MHCamEvent.cc:
1287 - allocate fSum in constructor to allow filling from two different
1288 tasks
1289
1290
1291
1292 2008/06/14 Thomas Bretz
1293
1294 * mtrigger/MFTriggerPattern.cc:
1295 - improved documentation
1296
1297 * mars.cc, mbase/MStatusDisplay.cc:
1298 - changed the M in MARS to "Modular"
1299 - rpelaced year in copyright by current year
1300
1301 * datacenter/macros/plotdb.C:
1302 - increased range for the rate of the calibration events
1303 - added "RatioCal" tab
1304
1305 * datacenter/macros/fillstar.C:
1306 - fill NULL also if TGraph is empty
1307
1308 * mastro/MAstro.cc:
1309 - included math.h for darwin
1310
1311 * mjobs/MJCalibrateSignal.cc:
1312 - changed the named of the MFTriggerPattern
1313
1314 * merpp.cc:
1315 - added new option --only, --rep-run, --rep-file, --header-run,
1316 --header-file, --telescope
1317 - moved Receiver information from tree CC to tree Rec
1318
1319 * mbase/MStatusDisplay.cc:
1320 - replaced MTime by TDatime
1321
1322 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
1323 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
1324 - moved interpretation of sub-parts of the reports from
1325 MReportCC to the corresponding MCamera* classes
1326
1327 * mreport/MReport.[h,cc]:
1328 - added Copy member function to copy time and state
1329 - added CheckTag member function
1330 - Implemented skipping of the Telescope number in the reports
1331 for version >=200805190
1332
1333 * mreport/MReportCC.[h,cc]:
1334 - access Receiver infomations via new class MReportRec
1335 even for old file formats
1336 - skip this block in new formats
1337 - moved CheckTag to base class
1338
1339 * mreport/MReportCamera.[h,cc]:
1340 - removed CheckTag
1341
1342 * mreport/MReportFileRead.[h,cc]:
1343 - don't check for the number of lines anymore but for -1 instead
1344 - changed fNumLine from ULong to Long to allow a negative
1345 return value. We don't expect so many lines in a file anyway,
1346 do we?
1347
1348 * mreport/MReportFileReadCC.[h,cc]:
1349 - splitted CheckFileHeader into several subfunction
1350 - added checks and reading of telescope number and file number
1351
1352 * mreport/MReportRun.[h,cc]:
1353 - added file number from new format
1354
1355 * mreport/Makefile, mreport/ReportLinkDef.h:
1356 - added MReportRec
1357
1358 * mreport/MReportRec.[h,cc]:
1359 - added
1360
1361 * mhist/MHCamera.cc:
1362 - fixed a bug in the profile and projection functions namely that
1363 the default was not correctly treated because char* was
1364 compared with char*
1365
1366 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
1367 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
1368 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
1369 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
1370 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
1371 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
1372 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
1373 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
1374 mtools/MChisqEval.cc:
1375 - fixed some cast-away constness warnings
1376 - fixed some shadow declarations
1377
1378 * mhbase/MH.[h,cc]:
1379 - removed an old obsolete workaround (ProjectionX/Y)
1380
1381 * mimage/Makefile, mimage/ImageLinkDef.h:
1382 - removed MCameraSmooth
1383
1384 * mbase/MAGIC.h:
1385 - added a new namespace UTF8 with double char characters
1386
1387 * mbase/BaseLinkDef.h:
1388 - added the new namespace UTF8
1389
1390 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
1391 datacenter/macros/fillstar.C:
1392 - some characters replaced by the new UTF8 characters
1393
1394
1395
1396 2008/06/13 Thomas Bretz
1397
1398 * datacenter/macros/fillcalib.C:
1399 - fixed a bug introduced by the usage of InserUpdate
1400
1401 * datacenter/macros/fillsignal.C:
1402 - fixed a type (the wrong number was printed to the console)
1403
1404 * mjobs/MJCalibrateSignal.cc:
1405 - let all calibration triggered events pass to calibration
1406
1407 * mtrigger/MFTriggerPattern.[h,cc]:
1408 - count a bit more to increase the printed amout of
1409 information at the end
1410
1411
1412
1413 2008/06/12 Thomas Bretz
1414
1415 * resources/starguider00267253.txt, resources/starguider00291104.txt:
1416 - added
1417
1418 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1419 - added preliminary pointing models
1420
1421 * mpointing/MPointingDevCalc.cc:
1422 - updated comments
1423
1424 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1425 mraw/MRawRunHeader.[h,cc]:
1426 - renamed reading the old format to ReadEvtOld
1427 - implemented reading format>10
1428 - added the header size as new argument to ReadEvt
1429
1430 * mraw/MRawEvtHeader.cc:
1431 - made the argument to DecodeTime const
1432 - fixed the return value in ReadEvtOld. kCONTINUE could
1433 never be returned
1434
1435 * mraw/MRawRead.cc:
1436 - gives header size for format>10 to ReadEvt
1437 - if EvtHeader could not be read correctly return kFALSE
1438 - let MRawCrateData::ReadEvt check end-of-file
1439
1440 * merpp.cc:
1441 - improved explanation for -ff option
1442
1443 * readdaq.cc:
1444 - added -ff option
1445 - added an option to call MReadRawFiles::SetForceMode
1446
1447 * mbase/MTime.[h,cc]:
1448 - added new member function SetBinary to easy processing
1449 of the time from the new run header
1450
1451 * mhflux/MHEffectiveOnTime.cc:
1452 - for the integral (Nm) we have to count also events in under and
1453 overflow bins
1454
1455 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1456 mjobs/MJPedestal.cc:
1457 - call MRawFileRead::SetForceMode to get the (corrected)
1458 old behaviour back (not to stop if an event time is
1459 broken but to skip the event)
1460
1461 * mraw/MRawRunHeader.[h,cc]:
1462 - the number of events in format version V9 seems to be
1463 to high by one. We correct for this.
1464 - added new data members for the header sizes
1465 - new data member for the file number
1466 - increased cize of fSourceEpochChar
1467 - consequently increased class version number by 1
1468
1469 * datacenter/macros/plotdb.C:
1470 - improved some titles
1471 - added the new rates
1472 - added the new values from the star-files
1473
1474 * mbase/MStatusDisplay.cc:
1475 - removing the canvases from the global list didn't work
1476 because some RecursiveRemovs rely on gROOT->FindObject to work
1477 (adding them to another list didn't work either)
1478
1479 * mhflux/MHEnergyEst.cc:
1480 - renamed the "Resolution" Histogram accordingly.
1481
1482 * mjobs/MJCalibrateSignal.cc:
1483 - added a histogram showing the arrival time of
1484 extracted interleaved calibration events
1485
1486 * mraw/MRawEvtData.[h,cc]:
1487 - fixed the Draw function. It was broken since the latest changes
1488 - added fNumBytesPerSample to the Copy-function
1489 - fixed the GetSample-function
1490 - added a new member funtion to return the maximu possible
1491
1492 * mars.rc:
1493 - changed the default for the MUX spline to the 50 sl window
1494
1495 * msignal/MSignalCalc.cc:
1496 - scale the pedestal correctly with the scale
1497
1498 * mjobs/MJStar.cc:
1499 - allow filling of pyrometer information to be skipped
1500
1501 * mhist/MHWeather.cc:
1502 - show also colored labels
1503
1504 * Makefile:
1505 - it seems the libmars.so looses read permissions for group
1506 and others when it is moved. Now they are set manually
1507
1508 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
1509 - added filling of calibration pulse position
1510 - use more often NULL in case of no entries. This is less
1511 biasing in case of averaging of values
1512
1513 * macros/tutorials/readrfl.C:
1514 - print run header
1515 - print event header
1516 - skip empty events
1517
1518 * mhist/MHEvent.cc:
1519 - removed the pointing from the histogram names. It's
1520 simply obsolete
1521
1522 * mjobs/MJSpectrum.[h,cc]:
1523 - removed the kolmogorov test from output
1524 - added a new tab showing the energy resolution
1525 - therefore added a new BinningImpact to the list of binnings
1526 - store the ganymed file's file name in the output
1527
1528 * mmain/MEventDisplay.cc:
1529 - skip events without data in the loop not in the code.
1530 This ensures that no task can crash due to this
1531 when processing MCs
1532
1533 * msql/MSQLMagic.[h,cc]:
1534 - fixed InsertUpdate. The primary key was not inserted
1535 if Insert was called
1536
1537
1538
1539 2008/06/11 Thomas Bretz
1540
1541 * mhflux/MHEnergyEst.[h,cc]:
1542 - finally replaced fResolution by more correct histograms
1543 - some code cleanup in projecting, profiling and drawing
1544 - increased class version number by one
1545
1546 * mbase/MStatusDisplay.cc:
1547 - remove the embedded canvas from the global list to prevent
1548 global access to it
1549
1550 * mhbase/MH3.cc:
1551 - fixed a bug if in a 2D constructor a 1D profile was created
1552
1553 * mreport/MReportPyrometer.cc:
1554 - tiny changes to the comments
1555
1556
1557
1558 2008/06/10 Thomas Bretz
1559
1560 * mreport/MReportPyrometer.[h,cc]:
1561 - added
1562
1563 * mreport/Makefile, mreport/ReportLinkDef.h:
1564 - added MReportPyrometer
1565
1566 * mreport/MReportRun.cc:
1567 - removed obsolete include of MAstro
1568
1569 * merpp.cc:
1570 - added Pyrometer information
1571
1572 * mfileio/MWriteRootFile.h:
1573 - added new member function AddTree to add a container with the
1574 corresponding time-stamp
1575
1576 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
1577 - replaced some AddContainer by the new AddTree
1578 - added Pyrometer information to in- and output, respectively
1579
1580 * datacenter/macros/fillstar.C:
1581 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
1582 and fAvgTempSky
1583
1584 * mhist/MHWeather.[h,cc]:
1585 - removed the display of the solar radiation which was
1586 never working
1587 - added display of the pyrometer data to the display
1588 - reorganized display
1589
1590 * mjobs/MJStar.cc:
1591 - added filling of the weather data also from the pyrometer branch
1592
1593
1594
1595 2008/06/09 Thomas Bretz
1596
1597 * mbase/MArgs.[h,cc]:
1598 - for convinience store the full command line as Title
1599 - replaced *fArgv by fArgv
1600
1601 * mbase/MObjLookup.cc:
1602 - replaced C-style cast by reinterpret_cast
1603
1604 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
1605 - removed usage of Nint (obsolete... Form does rounding)
1606
1607 * datacenter/macros/fillsignal.C:
1608 - removed usage of Nint (obsolete... Form does rounding)
1609 - added new columns to get trigger rates from TrigPat tab
1610 - fixed some small bugs lately introduced
1611
1612 * mhflux/MHEffectiveOnTime.cc:
1613 - fixed a typo in ReInit
1614
1615
1616
1617 2008/06/06 Thomas Bretz
1618
1619 * datacenter/macros/plotdb.C:
1620 - added average temperature and wind speed
1621 - reviewed some ranges
1622
1623 * mhbase/MH3.cc:
1624 - in the 2D case with labels and boxes use blue line color
1625
1626 * mhflux/MHEffectiveOnTime.[h,cc]:
1627 - added a new data member fTotalTime counting the total run-time
1628 from the run-headers
1629 - added the new data member to the display
1630 - increased class version number accordingly
1631
1632 * mjobs/MJCalibrateSignal.cc:
1633 - let sum-trigger events pass to get calibrated
1634 - improved DefineLabel table for trigger patterns
1635 - added MTriggerPattern to output
1636
1637 * mjobs/MJStar.cc:
1638 - added a new tab "Rate" showing the remaining rates per run and
1639 trigger pattern after image cleaning
1640 - let only event with Lvl1 trigger pass to effective on-time
1641 calculation
1642 - changed title in plot of avg dc currents and pedestal rms
1643
1644 * mtrigger/MFTriggerPattern.[h,cc]:
1645 - added a counter counting the trigger decision
1646 - print the result in the PostProcess
1647
1648
1649
1650 2008/06/06 Thomas Bretz
1651
1652 * datacenter/macros/fillstar.C:
1653 - added windspeed and temperature
1654
1655 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
1656 datacenter/macros/fillstar.C:
1657 - use MSQLMagic instead of MSQLServer
1658
1659 * datacenter/macros/plotdb.C:
1660 - added wind speed and temperature
1661
1662 * datacenter/macros/plotstat.C:
1663 - added a plot showing the observation time per exposure (based on
1664 the source key)
1665
1666 * mbase/MStatusDisplay.cc:
1667 - fixed the SaveAs. A wrong version was comitted
1668
1669 * mextralgo/MExtralgoSpline.h:
1670 - added the missing inclusion of TMath (root 5.18)
1671
1672
1673
1674 2008/06/03 Thomas Bretz
1675
1676 * mbase/MStatusDisplay.cc:
1677 - added missing inclusion of TMath (root 5.18)
1678 - initialize gClient in batch mode to repair broken
1679 batch-mode in root 5.18. Fortunately this doesn't
1680 break root 5.12
1681 - added a SaveAs(const char *c, const Option_t *o)
1682 based on the new SaveAs from TGObject
1683
1684 * mcalib/MCalibrationChargePix.[h,cc],
1685 mextralgo/MExtralgoDigitalFilter.[h,cc]:
1686 - moved some code to source file to prevent TMath inclusion in
1687 header (root 5.18)
1688
1689 * mcalib/MCalibrationChargeCam.cc,
1690 mcalib/MCalibrationChargePINDiode.cc:
1691 - added the missing inclusion of TMath (root 5.18)
1692
1693 * mgeom/MGeomCam.[h,cc]:
1694 - for sanity (a bug in root < 5.18) filling fPixels is now
1695 done via AddAt. This "repairs" the functionality of the
1696 Streamer which before didn't store any contants of fPixels
1697 nor read any contents.
1698 - Removed the custom Clone function. It is now obsolete,
1699 because it works through the fixed Streamer
1700 - a Copy-member function has been implemented
1701 - a custom Streamer has been implemented allowing to read
1702 files containing MGeomCamMagic written with root 5.12
1703 with root 5.18
1704 - A member function containing the workaround has been implemented
1705 - Print got an option ("simple")
1706
1707 * mgeom/GeomLinkDef.h:
1708 - suppress root-Streamer
1709
1710 * manalysis/MGeomApply.cc:
1711 - added the newly necessary call to the StreamerWorkaround
1712
1713 * mgeom/MGeomPix.[h,cc]:
1714 - because with the IgnoreTObjectStreamer set for MParContainer
1715 the bits for the outer rings cannot be stored. This was no
1716 problem before because in reality they have never been written
1717 or read. To store the bits a new data-member fUserBits
1718 has been introduced.
1719 - accordingly all calles to set or remove the bits have been
1720 changed to use fUserBits instead
1721 - the class version number has been increased due to the new
1722 data member
1723 - improved Print-output
1724
1725
1726
1727 2008/06/02 Thomas Bretz
1728
1729 * mars.cc, sinope.cc:
1730 - added include of TClass for TIgnoreStreamer (root 5.18)
1731
1732 * manalysis/MEventRate.[h,cc]:
1733 - moved GetError to source file and included TMath (root 5.18)
1734
1735 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
1736 - included math.h (root 5.18)
1737
1738 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
1739 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
1740 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
1741 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
1742 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
1743 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
1744 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
1745 mpointing/MPointing.[h,cc]:
1746 - moved some code to source file to prevent TMath inclusion in
1747 header (root 5.18)
1748
1749 * mbase/MEnv.cc:
1750 - added missing include TObjArray (root 5.18)
1751 - removed obsolete EmarkerStyles (root 5.18)
1752
1753 * mbase/MDirIter.cc:
1754 - added missing include TList (root 5.18)
1755
1756 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
1757 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
1758 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
1759 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
1760 mreflector/MHReflector.cc:
1761 - added missing inlcude TH1 (root 5.18)
1762
1763 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
1764 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
1765 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
1766 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
1767 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
1768 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
1769 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
1770 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
1771 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
1772 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
1773 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
1774 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
1775 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
1776 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
1777 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
1778 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
1779 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
1780 - added missing include of TMath (root 5.18)
1781
1782 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
1783 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
1784 - added missing include of TClass (root 5.18)
1785
1786 * mhbase/MH3.cc:
1787 - added missing include of THashList (root 5.18)
1788
1789 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
1790 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
1791 - for convinience (rootcint of 5.18) changed "static const TString"
1792 to "static const char *"
1793
1794 * mhflux/MMcSpectrumWeight.cc:
1795 - Use TString::Data() for second argument in TF1 constructor.
1796 Otherwise it is ambiguous in root 5.18
1797
1798 * mhbase/MH.cc:
1799 - adde missing includes of TColor, TMath and TClass (root 5.18)
1800 - implemented a workaround which always uses the correct
1801 CreateGradientColorTable (root 5.18)
1802
1803 * Makefile:
1804 - linking of the shared object is now done in /tmp
1805 - replaced = by := where possible
1806
1807 * mjobs/MJCalibrateSignal.cc:
1808 - do not invert contcoscal, that's wrong
1809
1810 * mmovie/MMovieWrite.cc:
1811 - added a #if-directive to use either gStyle or TColor
1812 for CreateGradientColorTable depending on root-version
1813
1814 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
1815 - replaced Monate Carlo container by MPointingPos
1816 - made every algorithm unique
1817
1818
1819
1820 2008/06/01 Thomas Bretz
1821
1822 * callisto.cc, star.cc:
1823 - renamed new option to "--null-dev" (clashes with MLog options)
1824
1825 * mbase/MContinue.cc:
1826 - improved output
1827
1828 * mbase/MTaskList.cc:
1829 - fixed broken FindTaskList
1830
1831
1832
1833 2008/05/31 Thomas Bretz
1834
1835 * callisto.cc, star.cc:
1836 - added new option "--null" to suppress run-wise output files
1837
1838 * mjobs/MJob.h:
1839 - added new data-member fNullOut to flag suppression of
1840 run-wise output files
1841
1842 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1843 - use new option HasNullOut from base class
1844
1845 * mbase/MClone.cc:
1846 - fixed Init (still had a constructor like initializer)
1847
1848 * mtrigger/MFTriggerPattern.h:
1849 - included missing MTripperPattern
1850
1851 * mtrigger/MFTriggerPattern.cc:
1852 - removed default arguments
1853 - exchanged ^ by ~
1854 - fixed a few typos in function names
1855
1856
1857
1858 2008/05/27 Stefan Ruegamer
1859
1860 * datacenter/scripts/filesondisk
1861 - changed the search for raw files to not search in hidden folders
1862
1863
1864
1865 2008/05/25 Thomas Bretz
1866
1867 * mtrigger/MTriggerPattern.cc:
1868 - fixed a typo in a comment
1869
1870 * mtrigger/MFTriggerPattern.[h,cc]:
1871 - some code cleanup (mainly unified all the Require and Deny
1872 functions into one)
1873 - added a DenyAll member function
1874 - added Allow member functions including an AllowAll member function
1875
1876 * mjobs/MJPedestal.cc:
1877 - To choose pedestals we now deny all other trigger bits except the
1878 pedestal bit and in the case of data runs we deny all bits
1879 except trigger lvl1 and trigger lvl2
1880
1881 * mjobs/MJCalibration.cc:
1882 - In addition to denial of prescaled calibration events we
1883 deny any bit in the unprescaled pattern but allow only
1884 calibration events
1885
1886 * mjobs/MJCalibrateSignal.cc:
1887 - Instead of the denial of only calibration and pedestal events,
1888 we now deny any bit in the pattern, but allow Trigger Lvl1
1889 and Trigger Lvl2 events to choose cosmics
1890 - Instead of the denial of only lvl1 and lvl2 events,
1891 we now deny any bit in the pattern, but allow pedestal
1892 events to choose pedestals
1893 - Instead of requiring only calibration events,
1894 we now deny any bit in the pattern, but require the calibration
1895 bit to choose calibration events
1896
1897 * mbase/MClone.[h,cc]:
1898 - instead of cloning the object again and again we now clone
1899 it once and then just copy the contents. A new option has
1900 been introduced to switch back to the old behaviour
1901
1902 * mbase/MStatusDisplay.[h,cc]:
1903 - changed the argument of GetEmbeddedCanvas from a pointer
1904 to a reference
1905
1906 * macros/rootlogon.C:
1907 - switched on optimization (-O3) for ACLIC
1908
1909
1910
1911 2008/05/24 Thomas Bretz
1912
1913 * mjobs/MJCalibrateSignal.cc:
1914 - removed the obsolete fconsmics (what the hell did it do...
1915 it removed the largest events?)
1916 - added a cosmics trigger for calibration events instead
1917
1918
1919
1920
1921 2008/05/20 Thomas Bretz
1922
1923 * mjobs/MJCalibrateSignal.cc:
1924 - added a MH3-histogram to be filled. It contains the
1925 rate of the trigger pattern per run.
1926 - the filter selecting the calibration or pedestal
1927 events has been renamed from ftp to fcalped
1928 - the MContinue rejecting these events has been renamed
1929 from conttp to contcalped
1930 - the filter selecting the pedestal events have been
1931 renamed from ftp2 to fped
1932 - In the case of MUX data (no lo-gain) this filter
1933 is now also rejecting lvl1 and lvl2 triggered events
1934 - the ftp2-filter for the pedestal extraction tasks and
1935 the corresponding histogram fillers is obsolete
1936 - the previouls "PedestalFilter" is obsolete.
1937 - it doesn't make sense not to extract the signal (filter
1938 of teskenv1, taskenv2 and taskenv3) but process the
1939 rest of the tasklist
1940 - the pedestal extraction (as the calibration was already)
1941 has been moved to its own tasklist with the corresponding
1942 filter applied.
1943 - tlist3 has been renamed to tlist4
1944 - contped has been removed from the tasklist
1945
1946 * mhbase/MH3.cc:
1947 - fixed a bug introduced with the lables (it must be !(x&y)
1948 instead of !x&y
1949
1950 * mjobs/MDataSet.cc:
1951 - shortened a line of output to fit into 80 characters
1952
1953
1954
1955 2008/05/19 Thomas Bretz
1956
1957 * Makefile.conf.general, Makefile.conf.linux:
1958 - distinguish between := (eval once) and = (eval every access)
1959
1960 * mbase/BaseLinkDef.h, mbase/Makefile:
1961 - added MObjLookup
1962
1963 * mbase/MObjLookup.[h,cc]:
1964 - added
1965
1966 * mbase/MEvtLoop.cc:
1967 - set progress bar position to 0 before PreProcessing
1968
1969 * mdata/MDataMember.[h,cc]:
1970 - added a member function to get a string
1971
1972 * mfilter/MFCosmics.cc:
1973 - fixed a typo in a comment
1974
1975 * mhbase/MH.[h,cc]:
1976 - improved SetBinning for newer root-versions
1977 - improved SetBinning to correctly support axis with labels
1978 (keeps the binning unchanged)
1979
1980 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
1981 - support for axis labels was added.
1982 - a possibility to set an additional weight has been added
1983 - the version number has been increased accordingly
1984
1985 * mjobs/MJPedestal.cc:
1986 - deny level1 and level2 triggers choosing pedestal events
1987
1988 * mraw/MRawRunHeader.h:
1989 - added a member function returning the RunLength (stop-start)
1990
1991 * mtrigger/MTriggerPattern.[h,cc]:
1992 - wrapped some comments
1993 - improved comments
1994
1995
1996
1997 2008/05/15 Thomas Bretz
1998
1999 * mfilter/MFMagicCuts.[h,cc]:
2000 - fixed a few typos in comments and in the output
2001 - added an option kAreaLin with a linear cut in area for special
2002 studies
2003
2004 * mbase/MStatusDisplay.cc:
2005 - if no MStatusArray is found, keys which store a TCanvas object
2006 are displayed instead if available
2007
2008 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2009 - the extraction range to get the maximum is now determined
2010 automatically from the MExtractedSignalCam
2011
2012 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
2013 - raise an error if there is a mismatch in the number of samples
2014
2015
2016
2017
2018 2008/05/14 Thomas Bretz
2019
2020 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
2021 - enhanced to allow direct filling of Profile histograms
2022
2023 * mjobs/MDataSet.h:
2024 - fixed a bug in Print() causing an infinite loop
2025
2026 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
2027 - write the dataset(s) to the output file
2028
2029 * mjtrain/MJTrainEnergy.cc
2030 - write the dataset to the output file
2031 - added new plots to show the resolution versus several different
2032 parameters
2033
2034 * mpedestal/MPedestalSubtract.[h,cc]:
2035 - added an additional check to compate the number of hi-/lo-gain
2036 slices in the run- and event-header
2037
2038 * mpointing/MPointingDevCalc.cc:
2039 - added the 14th Jan 08 to the list of new pointing models
2040
2041
2042
2043 2008/05/07 Stefan Ruegamer
2044
2045 * datacenter/scripts/checkmd5sum
2046 - implemented check of files from /magic and /data
2047
2048 * datacenter/scripts/checktransfer
2049 - changed the search for temporary zipfiles to not search in hidden
2050 directories
2051
2052 * datacenter/scripts/movingrawfiles2
2053 - movingrawfiles to move raw files from /data/fromtape
2054
2055 * datacenter/scripts/runcallisto
2056 - changed default callisto.rc to callisto_mux_new.rc
2057
2058 * datacenter/scripts/zipscript
2059 - changed the script due to the fact that /magic/data/rawfiles is
2060 now a link
2061 - changed the find to not search in hidden directories
2062 - added the -n option to ssh
2063
2064 * resources/calibration_spline.rc
2065 - added calibration factors for periods 62-66 but these are not
2066 newly calculated, simply pasted from previous periods!
2067
2068
2069
2070 2008/04/08 Thomas Bretz
2071
2072 * mreport/MReportDrive.cc:
2073 - implemented changes of Version 20080220
2074
2075
2076
2077 2008/03/19 Thomas Bretz
2078
2079 * mjobs/MJSpectrum.cc:
2080 - fixed a bug introduced yesterday. The overflow bin was not
2081 correctly referenced
2082
2083
2084
2085 2008/03/18 Thomas Bretz
2086
2087 * sponde.cc:
2088 - added new option "--force-runtime"
2089
2090 * mbase/MEnv.h:
2091 - added WriteFile to context menu
2092
2093 * mjobs/MJSpectrum.[h,cc]:
2094 - added a new option to force using the runtime instead of the
2095 effective observation time (this might bw wrong for very
2096 short datasets)
2097 - added a check if the effective observation time is out of
2098 the histogram range... print a warning if so and include
2099 the overflow bins into the eff. obs time
2100 - added an estimated sensitivity curve for high and low za
2101 to the spectrum plots
2102 - added description text for 1553 and crab spectrum
2103 - write out the MC events after cuts including their weights
2104 - do not fit at 1TeV but 500GeV instead
2105
2106 * mjobs/MJob.cc:
2107 - check in WriteContainer whether the file is already open
2108
2109 * mpointing/MPointingDevCalc.cc:
2110 - added some more comments
2111
2112 * mhflux/MMcSpectrumWeight.[h,cc]:
2113 - added the possibility to extend a spectrum by "fake" statistics
2114
2115
2116
2117 2008/03/14 Daniel Hoehne
2118
2119 * datacenter/macros/filldotrun.C:
2120 - inserted new arehucas version
2121
2122
2123
2124 2008/03/04 Thomas Bretz
2125
2126 * condor/program.submit, condor/macro.submit, condor/script.submit:
2127 - added
2128
2129
2130
2131 2008/03/03 Thomas Bretz
2132
2133 * mhflux/MHAlpha.[h,cc]:
2134 - allow to project individual bins in DrawNicePlot
2135
2136
2137
2138 2008/02/24 Thomas Bretz
2139
2140 * mbase/MLog.h:
2141 - added a getter for the OutputLevel (for debugging)
2142
2143 * mpointing/MPointing.h:
2144 - added a memberfunction to calculate the Abs-value
2145
2146 * mpointing/PointingLinkDef.h:
2147 - added RaDec
2148
2149
2150
2151 2008/02/21 Daniela Dorner
2152
2153 * datacenter/db/builddatasets.php:
2154 - display 'Remark' only in case of errors
2155
2156
2157
2158 2008/02/08 Stefan Ruegamer
2159
2160 * datacenter/scripts/checkmd5sum
2161 - added check to prevent that checksums of files not read from tape
2162 enter the .lapalma file
2163
2164 * datacenter/scripts/dbchk
2165 - added check for crashed runs, sequences and datasets
2166 - corrected bugs in find command and $dir-loops
2167 - adapted to the automatic concept and added it to the cronjobs
2168
2169
2170
2171 2008/02/01 Stefan Ruegamer
2172
2173 * datacenter/macros/filldotrun.C
2174 - added default entry for fCompmux for new runs
2175
2176 * datacenter/macros/checkfileavail.C
2177 - added checking of fCompmux
2178
2179
2180
2181 2008/02/01 Daniel Hoehne
2182
2183 * datacenter/db/runinfo-aio.php:
2184 - fixed 'bug' with query. Now runs are displayed in ascending order
2185
2186
2187
2188 2008/01/31 Thomas Bretz
2189
2190 * mbase/MThread.[h,cc]:
2191 - imported from Cosy
2192
2193 * mbase/Makefile:
2194 - added MThread
2195
2196 * mbase/BaseLinkDef.h:
2197 - added MThread
2198
2199
2200
2201 2008/01/27 Thomas Bretz
2202
2203 * .rootrc:
2204 - updated with the correct path to the ViewCVS
2205
2206
2207
2208 2008/01/24 Thomas Bretz
2209
2210 * mpointing/MPointing.cc:
2211 - added ClassImp for RaDec
2212
2213 * mpointing/MPointing.h:
2214 - added code for classes AltAz and RaDec deriving from TVector2
2215 not to be used in Mars and Cosy
2216
2217
2218
2219 2008/01/24 Daniel Hoehne
2220
2221 * scripts/preparemc:
2222 - adapted to new rawfile/camera structure in /magic/montecarlo
2223
2224
2225
2226 2008/01/14 Thomas Bretz
2227
2228 * mpointing/MPointing.h:
2229 - added enumeration operator[]
2230
2231
2232
2233 2008/01/11 Thomas Bretz
2234
2235 * mbase/MLog.cc:
2236 - correctly use delete[] instead of delete for fGuiLInes as
2237 suggested by valgrind.
2238
2239
2240
2241 2008/01/09 Thomas Bretz
2242
2243 * mbadpixels/MBadPixelsTreat.[h,cc]:
2244 - removed obsolete fRawHeader
2245
2246 * mpointing/MSrcPosCam.[h,cc]:
2247 - added Paint member function
2248
2249 * mpointing/MSrcPosRndm.[h,cc]:
2250 - also produce a antio source position for wobble observations
2251
2252 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
2253 mpedestal/MPedestalCam.cc:
2254 - some cosmetics
Note: See TracBrowser for help on using the repository browser.