source: trunk/MagicSoft/Mars/Changelog@ 9061

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