source: trunk/MagicSoft/Mars/Changelog@ 9098

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