source: trunk/MagicSoft/Mars/Changelog@ 8941

Last change on this file since 8941 was 8941, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 23.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
22 2008/06/12 Thomas Bretz
23
24 * datacenter/macros/plotdb.C:
25 - improved some titles
26 - added the new rates
27 - added the new values from the star-files
28
29 * mbase/MStatusDisplay.cc:
30 - removing the canvases from the global list didn't work
31 because some RecursiveRemovs rely on gROOT->FindObject to work
32 (adding them to another list didn't work either)
33
34 * mhflux/MHEnergyEst.cc:
35 - renamed the "Resolution" Histogram accordingly.
36
37 * mjobs/MJCalibrateSignal.cc:
38 - added a histogram showing the arrival time of
39 extracted interleaved calibration events
40
41 * mraw/MRawEvtData.[h,cc]:
42 - fixed the Draw function. It was broken since the latest changes
43 - added fNumBytesPerSample to the Copy-function
44 - fixed the GetSample-function
45 - added a new member funtion to return the maximu possible
46
47 * mars.rc:
48 - changed the default for the MUX spline to the 50 sl window
49
50 * msignal/MSignalCalc.cc:
51 - scale the pedestal correctly with the scale
52
53 * mjobs/MJStar.cc:
54 - allow filling of pyrometer information to be skipped
55
56 * mhist/MHWeather.cc:
57 - show also colored labels
58
59 * Makefile:
60 - it seems the libmars.so looses read permissions for group
61 and others when it is moved. Now they are set manually
62
63 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
64 - added filling of calibration pulse position
65 - use more often NULL in case of no entries. This is less
66 biasing in case of averaging of values
67
68 * macros/tutorials/readrfl.C:
69 - print run header
70 - print event header
71 - skip empty events
72
73 * mhist/MHEvent.cc:
74 - removed the pointing from the histogram names. It's
75 simply obsolete
76
77 * mjobs/MJSpectrum.[h,cc]:
78 - removed the kolmogorov test from output
79 - added a new tab showing the energy resolution
80 - therefore added a new BinningImpact to the list of binnings
81 - store the ganymed file's file name in the output
82
83 * mmain/MEventDisplay.cc:
84 - skip events without data in the loop not in the code.
85 This ensures that no task can crash due to this
86 when processing MCs
87
88 * mraw/MRawRunHeader.cc:
89 - the number of events in format version V9 seems to be
90 to high by one. We correct for this.
91
92
93
94 2008/06/11 Thomas Bretz
95
96 * mhflux/MHEnergyEst.[h,cc]:
97 - finally replaced fResolution by more correct histograms
98 - some code cleanup in projecting, profiling and drawing
99 - increased class version number by one
100
101 * mbase/MStatusDisplay.cc:
102 - remove the embedded canvas from the global list to prevent
103 global access to it
104
105 * mhbase/MH3.cc:
106 - fixed a bug if in a 2D constructor a 1D profile was created
107
108 * mreport/MReportPyrometer.cc:
109 - tiny changes to the comments
110
111
112
113 2008/06/10 Thomas Bretz
114
115 * mreport/MReportPyrometer.[h,cc]:
116 - added
117
118 * mreport/Makefile, mreport/ReportLinkDef.h:
119 - added MReportPyrometer
120
121 * mreport/MReportRun.cc:
122 - removed obsolete include of MAstro
123
124 * merpp.cc:
125 - added Pyrometer information
126
127 * mfileio/MWriteRootFile.h:
128 - added new member function AddTree to add a container with the
129 corresponding time-stamp
130
131 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
132 - replaced some AddContainer by the new AddTree
133 - added Pyrometer information to in- and output, respectively
134
135 * datacenter/macros/fillstar.C:
136 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
137 and fAvgTempSky
138
139 * mhist/MHWeather.[h,cc]:
140 - removed the display of the solar radiation which was
141 never working
142 - added display of the pyrometer data to the display
143 - reorganized display
144
145 * mjobs/MJStar.cc:
146 - added filling of the weather data also from the pyrometer branch
147
148
149
150 2008/06/09 Thomas Bretz
151
152 * mbase/MArgs.[h,cc]:
153 - for convinience store the full command line as Title
154 - replaced *fArgv by fArgv
155
156 * mbase/MObjLookup.cc:
157 - replaced C-style cast by reinterpret_cast
158
159 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
160 - removed usage of Nint (obsolete... Form does rounding)
161
162 * datacenter/macros/fillsignal.C:
163 - removed usage of Nint (obsolete... Form does rounding)
164 - added new columns to get trigger rates from TrigPat tab
165 - fixed some small bugs lately introduced
166
167 * mhflux/MHEffectiveOnTime.cc:
168 - fixed a typo in ReInit
169
170
171
172 2008/06/06 Thomas Bretz
173
174 * datacenter/macros/plotdb.C:
175 - added average temperature and wind speed
176 - reviewed some ranges
177
178 * mhbase/MH3.cc:
179 - in the 2D case with labels and boxes use blue line color
180
181 * mhflux/MHEffectiveOnTime.[h,cc]:
182 - added a new data member fTotalTime counting the total run-time
183 from the run-headers
184 - added the new data member to the display
185 - increased class version number accordingly
186
187 * mjobs/MJCalibrateSignal.cc:
188 - let sum-trigger events pass to get calibrated
189 - improved DefineLabel table for trigger patterns
190 - added MTriggerPattern to output
191
192 * mjobs/MJStar.cc:
193 - added a new tab "Rate" showing the remaining rates per run and
194 trigger pattern after image cleaning
195 - let only event with Lvl1 trigger pass to effective on-time
196 calculation
197 - changed title in plot of avg dc currents and pedestal rms
198
199 * mtrigger/MFTriggerPattern.[h,cc]:
200 - added a counter counting the trigger decision
201 - print the result in the PostProcess
202
203
204
205 2008/06/06 Thomas Bretz
206
207 * datacenter/macros/fillstar.C:
208 - added windspeed and temperature
209
210 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
211 datacenter/macros/fillstar.C:
212 - use MSQLMagic instead of MSQLServer
213
214 * datacenter/macros/plotdb.C:
215 - added wind speed and temperature
216
217 * datacenter/macros/plotstat.C:
218 - added a plot showing the observation time per exposure (based on
219 the source key)
220
221 * mbase/MStatusDisplay.cc:
222 - fixed the SaveAs. A wrong version was comitted
223
224 * mextralgo/MExtralgoSpline.h:
225 - added the missing inclusion of TMath (root 5.18)
226
227
228
229 2008/06/03 Thomas Bretz
230
231 * mbase/MStatusDisplay.cc:
232 - added missing inclusion of TMath (root 5.18)
233 - initialize gClient in batch mode to repair broken
234 batch-mode in root 5.18. Fortunately this doesn't
235 break root 5.12
236 - added a SaveAs(const char *c, const Option_t *o)
237 based on the new SaveAs from TGObject
238
239 * mcalib/MCalibrationChargePix.[h,cc],
240 mextralgo/MExtralgoDigitalFilter.[h,cc]:
241 - moved some code to source file to prevent TMath inclusion in
242 header (root 5.18)
243
244 * mcalib/MCalibrationChargeCam.cc,
245 mcalib/MCalibrationChargePINDiode.cc:
246 - added the missing inclusion of TMath (root 5.18)
247
248 * mgeom/MGeomCam.[h,cc]:
249 - for sanity (a bug in root < 5.18) filling fPixels is now
250 done via AddAt. This "repairs" the functionality of the
251 Streamer which before didn't store any contants of fPixels
252 nor read any contents.
253 - Removed the custom Clone function. It is now obsolete,
254 because it works through the fixed Streamer
255 - a Copy-member function has been implemented
256 - a custom Streamer has been implemented allowing to read
257 files containing MGeomCamMagic written with root 5.12
258 with root 5.18
259 - A member function containing the workaround has been implemented
260 - Print got an option ("simple")
261
262 * mgeom/GeomLinkDef.h:
263 - suppress root-Streamer
264
265 * manalysis/MGeomApply.cc:
266 - added the newly necessary call to the StreamerWorkaround
267
268 * mgeom/MGeomPix.[h,cc]:
269 - because with the IgnoreTObjectStreamer set for MParContainer
270 the bits for the outer rings cannot be stored. This was no
271 problem before because in reality they have never been written
272 or read. To store the bits a new data-member fUserBits
273 has been introduced.
274 - accordingly all calles to set or remove the bits have been
275 changed to use fUserBits instead
276 - the class version number has been increased due to the new
277 data member
278 - improved Print-output
279
280
281
282 2008/06/02 Thomas Bretz
283
284 * mars.cc, sinope.cc:
285 - added include of TClass for TIgnoreStreamer (root 5.18)
286
287 * manalysis/MEventRate.[h,cc]:
288 - moved GetError to source file and included TMath (root 5.18)
289
290 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
291 - included math.h (root 5.18)
292
293 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
294 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
295 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
296 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
297 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
298 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
299 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
300 mpointing/MPointing.[h,cc]:
301 - moved some code to source file to prevent TMath inclusion in
302 header (root 5.18)
303
304 * mbase/MEnv.cc:
305 - added missing include TObjArray (root 5.18)
306 - removed obsolete EmarkerStyles (root 5.18)
307
308 * mbase/MDirIter.cc:
309 - added missing include TList (root 5.18)
310
311 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
312 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
313 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
314 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
315 mreflector/MHReflector.cc:
316 - added missing inlcude TH1 (root 5.18)
317
318 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
319 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
320 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
321 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
322 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
323 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
324 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
325 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
326 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
327 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
328 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
329 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
330 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
331 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
332 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
333 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
334 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
335 - added missing include of TMath (root 5.18)
336
337 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
338 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
339 - added missing include of TClass (root 5.18)
340
341 * mhbase/MH3.cc:
342 - added missing include of THashList (root 5.18)
343
344 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
345 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
346 - for convinience (rootcint of 5.18) changed "static const TString"
347 to "static const char *"
348
349 * mhflux/MMcSpectrumWeight.cc:
350 - Use TString::Data() for second argument in TF1 constructor.
351 Otherwise it is ambiguous in root 5.18
352
353 * mhbase/MH.cc:
354 - adde missing includes of TColor, TMath and TClass (root 5.18)
355 - implemented a workaround which always uses the correct
356 CreateGradientColorTable (root 5.18)
357
358 * Makefile:
359 - linking of the shared object is now done in /tmp
360 - replaced = by := where possible
361
362 * mjobs/MJCalibrateSignal.cc:
363 - do not invert contcoscal, that's wrong
364
365 * mmovie/MMovieWrite.cc:
366 - added a #if-directive to use either gStyle or TColor
367 for CreateGradientColorTable depending on root-version
368
369 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
370 - replaced Monate Carlo container by MPointingPos
371 - made every algorithm unique
372
373
374
375 2008/06/01 Thomas Bretz
376
377 * callisto.cc, star.cc:
378 - renamed new option to "--null-dev" (clashes with MLog options)
379
380 * mbase/MContinue.cc:
381 - improved output
382
383 * mbase/MTaskList.cc:
384 - fixed broken FindTaskList
385
386
387
388 2008/05/31 Thomas Bretz
389
390 * callisto.cc, star.cc:
391 - added new option "--null" to suppress run-wise output files
392
393 * mjobs/MJob.h:
394 - added new data-member fNullOut to flag suppression of
395 run-wise output files
396
397 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
398 - use new option HasNullOut from base class
399
400 * mbase/MClone.cc:
401 - fixed Init (still had a constructor like initializer)
402
403 * mtrigger/MFTriggerPattern.h:
404 - included missing MTripperPattern
405
406 * mtrigger/MFTriggerPattern.cc:
407 - removed default arguments
408 - exchanged ^ by ~
409 - fixed a few typos in function names
410
411
412
413 2008/05/27 Stefan Ruegamer
414
415 * datacenter/scripts/filesondisk
416 - changed the search for raw files to not search in hidden folders
417
418
419
420 2008/05/25 Thomas Bretz
421
422 * mtrigger/MTriggerPattern.cc:
423 - fixed a typo in a comment
424
425 * mtrigger/MFTriggerPattern.[h,cc]:
426 - some code cleanup (mainly unified all the Require and Deny
427 functions into one)
428 - added a DenyAll member function
429 - added Allow member functions including an AllowAll member function
430
431 * mjobs/MJPedestal.cc:
432 - To choose pedestals we now deny all other trigger bits except the
433 pedestal bit and in the case of data runs we deny all bits
434 except trigger lvl1 and trigger lvl2
435
436 * mjobs/MJCalibration.cc:
437 - In addition to denial of prescaled calibration events we
438 deny any bit in the unprescaled pattern but allow only
439 calibration events
440
441 * mjobs/MJCalibrateSignal.cc:
442 - Instead of the denial of only calibration and pedestal events,
443 we now deny any bit in the pattern, but allow Trigger Lvl1
444 and Trigger Lvl2 events to choose cosmics
445 - Instead of the denial of only lvl1 and lvl2 events,
446 we now deny any bit in the pattern, but allow pedestal
447 events to choose pedestals
448 - Instead of requiring only calibration events,
449 we now deny any bit in the pattern, but require the calibration
450 bit to choose calibration events
451
452 * mbase/MClone.[h,cc]:
453 - instead of cloning the object again and again we now clone
454 it once and then just copy the contents. A new option has
455 been introduced to switch back to the old behaviour
456
457 * mbase/MStatusDisplay.[h,cc]:
458 - changed the argument of GetEmbeddedCanvas from a pointer
459 to a reference
460
461 * macros/rootlogon.C:
462 - switched on optimization (-O3) for ACLIC
463
464
465
466 2008/05/24 Thomas Bretz
467
468 * mjobs/MJCalibrateSignal.cc:
469 - removed the obsolete fconsmics (what the hell did it do...
470 it removed the largest events?)
471 - added a cosmics trigger for calibration events instead
472
473
474
475
476 2008/05/20 Thomas Bretz
477
478 * mjobs/MJCalibrateSignal.cc:
479 - added a MH3-histogram to be filled. It contains the
480 rate of the trigger pattern per run.
481 - the filter selecting the calibration or pedestal
482 events has been renamed from ftp to fcalped
483 - the MContinue rejecting these events has been renamed
484 from conttp to contcalped
485 - the filter selecting the pedestal events have been
486 renamed from ftp2 to fped
487 - In the case of MUX data (no lo-gain) this filter
488 is now also rejecting lvl1 and lvl2 triggered events
489 - the ftp2-filter for the pedestal extraction tasks and
490 the corresponding histogram fillers is obsolete
491 - the previouls "PedestalFilter" is obsolete.
492 - it doesn't make sense not to extract the signal (filter
493 of teskenv1, taskenv2 and taskenv3) but process the
494 rest of the tasklist
495 - the pedestal extraction (as the calibration was already)
496 has been moved to its own tasklist with the corresponding
497 filter applied.
498 - tlist3 has been renamed to tlist4
499 - contped has been removed from the tasklist
500
501 * mhbase/MH3.cc:
502 - fixed a bug introduced with the lables (it must be !(x&y)
503 instead of !x&y
504
505 * mjobs/MDataSet.cc:
506 - shortened a line of output to fit into 80 characters
507
508
509
510 2008/05/19 Thomas Bretz
511
512 * Makefile.conf.general, Makefile.conf.linux:
513 - distinguish between := (eval once) and = (eval every access)
514
515 * mbase/BaseLinkDef.h, mbase/Makefile:
516 - added MObjLookup
517
518 * mbase/MObjLookup.[h,cc]:
519 - added
520
521 * mbase/MEvtLoop.cc:
522 - set progress bar position to 0 before PreProcessing
523
524 * mdata/MDataMember.[h,cc]:
525 - added a member function to get a string
526
527 * mfilter/MFCosmics.cc:
528 - fixed a typo in a comment
529
530 * mhbase/MH.[h,cc]:
531 - improved SetBinning for newer root-versions
532 - improved SetBinning to correctly support axis with labels
533 (keeps the binning unchanged)
534
535 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
536 - support for axis labels was added.
537 - a possibility to set an additional weight has been added
538 - the version number has been increased accordingly
539
540 * mjobs/MJPedestal.cc:
541 - deny level1 and level2 triggers choosing pedestal events
542
543 * mraw/MRawRunHeader.h:
544 - added a member function returning the RunLength (stop-start)
545
546 * mtrigger/MTriggerPattern.[h,cc]:
547 - wrapped some comments
548 - improved comments
549
550
551
552 2008/05/15 Thomas Bretz
553
554 * mfilter/MFMagicCuts.[h,cc]:
555 - fixed a few typos in comments and in the output
556 - added an option kAreaLin with a linear cut in area for special
557 studies
558
559 * mbase/MStatusDisplay.cc:
560 - if no MStatusArray is found, keys which store a TCanvas object
561 are displayed instead if available
562
563 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
564 - the extraction range to get the maximum is now determined
565 automatically from the MExtractedSignalCam
566
567 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
568 - raise an error if there is a mismatch in the number of samples
569
570
571
572
573 2008/05/14 Thomas Bretz
574
575 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
576 - enhanced to allow direct filling of Profile histograms
577
578 * mjobs/MDataSet.h:
579 - fixed a bug in Print() causing an infinite loop
580
581 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
582 - write the dataset(s) to the output file
583
584 * mjtrain/MJTrainEnergy.cc
585 - write the dataset to the output file
586 - added new plots to show the resolution versus several different
587 parameters
588
589 * mpedestal/MPedestalSubtract.[h,cc]:
590 - added an additional check to compate the number of hi-/lo-gain
591 slices in the run- and event-header
592
593 * mpointing/MPointingDevCalc.cc:
594 - added the 14th Jan 08 to the list of new pointing models
595
596
597
598 2008/05/07 Stefan Ruegamer
599
600 * datacenter/scripts/checkmd5sum
601 - implemented check of files from /magic and /data
602
603 * datacenter/scripts/checktransfer
604 - changed the search for temporary zipfiles to not search in hidden
605 directories
606
607 * datacenter/scripts/movingrawfiles2
608 - movingrawfiles to move raw files from /data/fromtape
609
610 * datacenter/scripts/runcallisto
611 - changed default callisto.rc to callisto_mux_new.rc
612
613 * datacenter/scripts/zipscript
614 - changed the script due to the fact that /magic/data/rawfiles is
615 now a link
616 - changed the find to not search in hidden directories
617 - added the -n option to ssh
618
619 * resources/calibration_spline.rc
620 - added calibration factors for periods 62-66 but these are not
621 newly calculated, simply pasted from previous periods!
622
623
624
625 2008/04/08 Thomas Bretz
626
627 * mreport/MReportDrive.cc:
628 - implemented changes of Version 20080220
629
630
631
632 2008/03/19 Thomas Bretz
633
634 * mjobs/MJSpectrum.cc:
635 - fixed a bug introduced yesterday. The overflow bin was not
636 correctly referenced
637
638
639
640 2008/03/18 Thomas Bretz
641
642 * sponde.cc:
643 - added new option "--force-runtime"
644
645 * mbase/MEnv.h:
646 - added WriteFile to context menu
647
648 * mjobs/MJSpectrum.[h,cc]:
649 - added a new option to force using the runtime instead of the
650 effective observation time (this might bw wrong for very
651 short datasets)
652 - added a check if the effective observation time is out of
653 the histogram range... print a warning if so and include
654 the overflow bins into the eff. obs time
655 - added an estimated sensitivity curve for high and low za
656 to the spectrum plots
657 - added description text for 1553 and crab spectrum
658 - write out the MC events after cuts including their weights
659 - do not fit at 1TeV but 500GeV instead
660
661 * mjobs/MJob.cc:
662 - check in WriteContainer whether the file is already open
663
664 * mpointing/MPointingDevCalc.cc:
665 - added some more comments
666
667 * mhflux/MMcSpectrumWeight.[h,cc]:
668 - added the possibility to extend a spectrum by "fake" statistics
669
670
671
672 2008/03/14 Daniel Hoehne
673
674 * datacenter/macros/filldotrun.C:
675 - inserted new arehucas version
676
677
678
679 2008/03/04 Thomas Bretz
680
681 * condor/program.submit, condor/macro.submit, condor/script.submit:
682 - added
683
684
685
686 2008/03/03 Thomas Bretz
687
688 * mhflux/MHAlpha.[h,cc]:
689 - allow to project individual bins in DrawNicePlot
690
691
692
693 2008/02/24 Thomas Bretz
694
695 * mbase/MLog.h:
696 - added a getter for the OutputLevel (for debugging)
697
698 * mpointing/MPointing.h:
699 - added a memberfunction to calculate the Abs-value
700
701 * mpointing/PointingLinkDef.h:
702 - added RaDec
703
704
705
706 2008/02/21 Daniela Dorner
707
708 * datacenter/db/builddatasets.php:
709 - display 'Remark' only in case of errors
710
711
712
713 2008/02/08 Stefan Ruegamer
714
715 * datacenter/scripts/checkmd5sum
716 - added check to prevent that checksums of files not read from tape
717 enter the .lapalma file
718
719 * datacenter/scripts/dbchk
720 - added check for crashed runs, sequences and datasets
721 - corrected bugs in find command and $dir-loops
722 - adapted to the automatic concept and added it to the cronjobs
723
724
725
726 2008/02/01 Stefan Ruegamer
727
728 * datacenter/macros/filldotrun.C
729 - added default entry for fCompmux for new runs
730
731 * datacenter/macros/checkfileavail.C
732 - added checking of fCompmux
733
734
735
736 2008/02/01 Daniel Hoehne
737
738 * datacenter/db/runinfo-aio.php:
739 - fixed 'bug' with query. Now runs are displayed in ascending order
740
741
742
743 2008/01/31 Thomas Bretz
744
745 * mbase/MThread.[h,cc]:
746 - imported from Cosy
747
748 * mbase/Makefile:
749 - added MThread
750
751 * mbase/BaseLinkDef.h:
752 - added MThread
753
754
755
756 2008/01/27 Thomas Bretz
757
758 * .rootrc:
759 - updated with the correct path to the ViewCVS
760
761
762
763 2008/01/24 Thomas Bretz
764
765 * mpointing/MPointing.cc:
766 - added ClassImp for RaDec
767
768 * mpointing/MPointing.h:
769 - added code for classes AltAz and RaDec deriving from TVector2
770 not to be used in Mars and Cosy
771
772
773
774 2008/01/24 Daniel Hoehne
775
776 * scripts/preparemc:
777 - adapted to new rawfile/camera structure in /magic/montecarlo
778
779
780
781 2008/01/14 Thomas Bretz
782
783 * mpointing/MPointing.h:
784 - added enumeration operator[]
785
786
787
788 2008/01/11 Thomas Bretz
789
790 * mbase/MLog.cc:
791 - correctly use delete[] instead of delete for fGuiLInes as
792 suggested by valgrind.
793
794
795
796 2008/01/09 Thomas Bretz
797
798 * mbadpixels/MBadPixelsTreat.[h,cc]:
799 - removed obsolete fRawHeader
800
801 * mpointing/MSrcPosCam.[h,cc]:
802 - added Paint member function
803
804 * mpointing/MSrcPosRndm.[h,cc]:
805 - also produce a antio source position for wobble observations
806
807 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
808 mpedestal/MPedestalCam.cc:
809 - some cosmetics
Note: See TracBrowser for help on using the repository browser.