source: trunk/MagicSoft/Mars/Changelog@ 9086

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