source: trunk/MagicSoft/Mars/Changelog@ 9017

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