source: trunk/MagicSoft/Mars/Changelog@ 9007

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