source: trunk/MagicSoft/Mars/Changelog@ 9018

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