source: trunk/MagicSoft/Mars/Changelog@ 8947

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