source: trunk/MagicSoft/Mars/Changelog@ 9022

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