source: trunk/MagicSoft/Mars/Changelog@ 9055

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