source: trunk/MagicSoft/Mars/Changelog@ 8966

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