source: trunk/MagicSoft/Mars/Changelog@ 8952

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