source: trunk/MagicSoft/Mars/Changelog@ 9048

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