source: trunk/MagicSoft/Mars/Changelog@ 9181

Last change on this file since 9181 was 9181, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 86.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 2008/11/28 Thomas Bretz
21
22 * mjobs/MJSpectrum.cc:
23 - fixed a problem in FormFlux which did not handle the nagative slope
24 correctly
25 - Changed the title of the Spectrum histogram to make the fit
26 result fit better
27 - added a histogram showing the readin source position of the MCs
28
29
30
31 2008/11/27 Thomas Bretz
32
33 * mbase/MContinue.[h,cc]:
34 - updated ClassVersion number according to last change
35
36 * mraw/MRawFilesRead.cc:
37 - fixed a bug when errno==0
38
39 * mjobs/MJStar.cc:
40 - in case of sum trigger skip only events with only sum-trigger not
41 all events with sum-trigger for effective on time calculation
42
43 * datacenter/plotdb.C:
44 - fixed a problem with the order in the select if case of Groups
45 - removed automatic Postscript storage
46 - added some plots about currents
47
48 * mraw/MRawRunHeader.[h,cc]:
49 - added new run-type "Linearity"
50
51
52
53 2008/11/24 Daniela Dorner
54
55 * datacenter/scripts/runcorsika:
56 - changed fAzimuth* to 180-fAzimuth* (different coordinate system
57 of CORSIKA
58
59
60
61 2008/11/21 Daniela Dorner
62
63 * datacenter/db/showplots.php:
64 - adapted number of tabs
65
66
67
68 2008/11/18 Daniela Dorner
69
70 * datacenter/scripts/runcamera:
71 - redirect output from camera program to scriptlog
72 - changed expected return code (Julian has adapted reflector to
73 return something in case of successful completion of the
74 program)
75 - fixed logging
76 - adapted redirect to delete old logging output in case of
77 restarting
78
79 * datacenter/scripts/runcorsika:
80 - adapted redirect to delete old logging output in case of
81 restarting
82
83 * datacenter/scripts/runcamera:
84 - redirect output from camera program to scriptlog
85 - own failed variable
86 - changed misleading variable name
87
88 * datacenter/scripts/setup, datacenter/scripts/runcorsika:
89 - moved FLUPRO to setup
90
91
92
93 2008/11/18 Stefan Ruegamer
94
95 * datacenter/scripts/read_lapalma_tapes
96 - added this script which is used to read raw file tapes sent from
97 La Palma; executed by root on phoenix (because he should know
98 about the free disc space status)
99
100 * datacenter/scripts/checkmd5sum
101 - prevented date echo on the executing shell
102
103 * datacenter/scripts/checktransfer
104 - removed check for .finished files (.finished are no longer used)
105
106
107
108 2008/11/16 Daniela Dorner
109
110 * datacenter/db/menu.php, datacenter/db/sequinfo-aio.php:
111 - added option to query only sumtrigger data
112
113
114
115 2008/11/14 Daniela Dorner
116
117 * datacenter/scripts/sourcefile:
118 - added variable for sql.rc
119 - simplified code of two for-loops
120
121 * datacenter/scripts/setup:
122 - fixed typo
123
124 * datacenter/scripts/runcorsika:
125 - fixed query
126 - fixed logging
127
128
129
130 2008/11/13 Daniela Dorner
131
132 * datacenter/scripts/runcorsika:
133 - added that maximum viewcone is queried from the database
134 - added that number of reuses for shower is queried from the
135 database
136 - added that mirror diameter is queried from the database
137 - added that starting altitude is queried from the database
138 - changed fImpactParameter to fImpactMax
139
140
141
142 2008/11/12 Daniela Dorner
143
144 * datacenter/db/menu.js, datacenter/db/include.php:
145 - added feature to remove lines for table ('-' button at beginning
146 of each line) and button to get all lines back ('+' at top of
147 the column)
148
149
150
151 2008/11/12 Thomas Bretz
152
153 * datacenter/macros/plotstat.C:
154 - added descriptions for the tabs
155 - added legend to all tabs
156 - added beginning and end of period to all tabs
157
158 * mastro/MAstro.[h,cc]:
159 - added new member function GetMoonPeriodMjd
160 - added new member function GetMagicPeriodStart
161
162 * mbase/MTime.[h,cc]:
163 - added new member function SetMoonPeriod
164 - added new member function SetMagicPeriodStart
165
166 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
167 callisto_mux.rc:
168 - adapted number of max events for extraction of
169 pedestals from data runs and set the number of events
170 used for pedestal extraction instead.
171
172 * callisto_mux.rc:
173 - adapted valued for pulse position dtermination to fit better
174 the MUX data (especially get rid of a bias towards higher
175 values from saturating pixels)
176
177 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
178 - added member function GetNumEvents
179 - changed number of required pixels to 3
180 - made sure that the number of required pixels is correctly
181 applied
182
183 * mjobs/MJPedestal.[h,cc]:
184 - added new data members to better describe the number of required
185 and aimed events for pulse position and pedestal extraction
186 - changed the filters for the pedestal and pulse position
187 in a way that not more than the requested events will be
188 extracted
189 - added a MContinue which will stop the lop if the pedestal and
190 pulse position extraction has been finished
191 - added more precise checks after the loop to check if enough events
192 were found
193
194 * mpedestal/MExtractPedestal.[h,cc]:
195 - set fCounter already in Process
196
197 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
198 mpedestal/MPedCalcFromLoGain.[h,cc]:
199 - changed type of Calc from Int_t to void
200
201 * mbase/MContinue.[h,cc]:
202 - allow to use MContinue also to return something else in Process()
203 than just kCONTNUE
204
205 * mfbase/MFilterList.h:
206 - added member function GetNumEntries to get the number of
207 list elements
208
209 * mhcalib/MHGausEvents.h:
210 - added member function GetEntries
211
212 * mjobs/MJStar.cc:
213 - only plot the source position in the case of Monte Carlos
214 otherwise it is always 0/0 anyway
215
216 * mraw/MRawRunHeader.cc:
217 - be more precise when printing the run number
218
219 * mtrigger/MTriggerPattern.[h,cc]:
220 - added a Print function to be able to use MPrint
221
222
223
224 2008/11/11 Thomas Bretz
225
226 * mbase/MStatusDisplay.cc:
227 - removed obsolete code of rot128
228 - Increased size of ListBox in MARS tab
229
230 * mgeom/MGeomCamDwarf.h:
231 - changed to have the APD camera layout as default
232
233 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
234 - removed MMcTriggerLvl2
235 - removed MMcTriggerLvl2Calc
236
237 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhbase/MHArray.[h,cc],
238 mhbase/MHMatrix.[h,cc], mhbase/MHn.[h,cc],
239 mhcalib/MHCalibrationCam.[h,cc], mhist/MHRate.[h,cc],
240 mhcalib/MHCalibrationChargePINDiode.[h,cc], mhflux/MHAlpha.[h,cc],
241 mhflux/MHCollectionArea.[h,cc], mhflux/MHDisp.[h,cc],
242 mhflux/MHEffectiveOnTime.[h,cc], mhflux/MHEnergyEst.[h,cc],
243 mhflux/MHFalseSource.[h,cc], mhflux/MHPhi.[h,cc],
244 mhflux/MHThetaSqN.[h,cc], mhflux/MHThreshold.[h,cc],
245 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.[h,cc],
246 mhist/MHEvent.[h,cc], mhist/MHHadronness.[h,cc],
247 mhist/MHStarMap.[h,cc], mhist/MHTriggerLvl0.[h,cc],
248 mhist/MHWeather.[h,cc], mhvstime/MHPixVsTime.[h,cc],
249 mhvstime/MHSectorVsTime.[h,cc], mhvstime/MHVsTime.[h,cc],
250 mimage/MHHillas.[h,cc], mimage/MHHillasExt.[h,cc],
251 mimage/MHHillasSrc.[h,cc], mimage/MHImagePar.[h,cc],
252 mimage/MHNewImagePar.[h,cc], mimage/MHNewImagePar2.[h,cc],
253 mimage/MHVsSize.[h,cc], mbadpixels/MHBadPixels.[h,cc],
254 mmuon/MHMuonPar.[h,cc], mmuon/MHSingleMuon.[h,cc],
255 mpedestal/MHPedestalCor.[h,cc], mpointing/MHPointing.[h,cc],
256 mranforest/MHRanForest.[h,cc], mranforest/MHRanForestGini.[h,cc],
257 mreflector/MHReflector.[h,cc]:
258 - changed return type of Fill from bool to int
259 - fixed return value where necessary
260
261 * mhbase/MFillH.cc:
262 - return Int from Fill instead of Bool
263
264
265
266 2008/11/11 Thomas Bretz, Daniela Dorner
267
268 * datacenter/db/tabs.php:
269 - new script (by chance with the name of an existing sctipt)
270 plotting the tabs of status displays
271 the old script is not needed anymore and is therefore
272 overwritten
273
274 * datacenter/db/tabs.js:
275 - added (js for tabs.php)
276
277 * datacenter/db/tabs.css:
278 - added (layout for tabs.php)
279
280
281
282 2008/11/11 Daniela Dorner
283
284 * datacenter/db/tabs.php:
285 - fixed path for ganymed
286 - added plotdb for ganymed
287
288 * datacenter/db/datasetinfo-aio.php:
289 - added link for plotdb for ganymed
290
291 * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:,
292 datacenter/db/index-header.html:
293 - uncommented link to ganymed.php and sequences.php, as these
294 scripts are not yet updated to new data structure
295
296 * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:
297 - implemented link to new tabs.php
298
299 * datacenter/db/plotinclude.php:
300 - implemented new files names for showplots*.php
301
302 * datacenter/db/runinfo-aio.php:
303 - ranges are now expanded when page is loaded
304
305 * datacenter/scripts/budb, datacenter/scripts/fillcamera,
306 datacenter/scripts/mcsequences:
307 - exchanged vela by variable for host
308
309 * datacenter/scripts/dowebplots:
310 - removed sequence/dataset number from file name of csv file
311 - removed general rsync of callisto/star/ganymed at the end of the
312 script, as --delete was not working in the intended way and
313 the single directories are rsynced anyhow
314
315
316
317 2008/10/29 Thomas Bretz
318
319 * mpointing/MSrcPosCalc.cc:
320 - return kERROR instead of kFALSE if source position is too far
321 away from the camera center
322 - DeltaPhi replaced by Angle to take declination into account
323
324 * mreport/MReport.cc:
325 - fixed a typo (200805190 instead of 200605190)
326
327
328
329 2008/10/23 Daniel Hoehne-Moench
330
331 * datacenter/macros/fillcamera.C:
332 - added and changed some parameters
333
334 * datacenter/scripts/fillcamera:
335 - rewritten
336
337
338
339 2008/10/14 Thomas Bretz
340
341 * mjobs/MJPedestal.cc:
342 - for extracting the pulse position we have to allow sum events
343 but require level 1 trigger instead of disallowing sum-events
344
345
346
347 2008/10/13 Thomas Bretz
348
349 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
350 readraw.cc, showlog.cc, showplot.cc, sinope.cc,
351 sponde.cc, star.cc:
352 - adapted to changes in MArgs
353
354 * mbase/MArgs.[h,cc]:
355 - interprete all options after -- as arguments
356 - moved removing of root options to a new member function
357
358 * mhist/MHEvent.cc:
359 - removed the obsolete M before the run id
360
361 * mjobs/MJMerpp.cc:
362 - fixed a bug which caused RunHedears to be merpped as RunHeader
363
364 * mraw/MRawRunHeader.cc:
365 - only use the event-number fix after run 326152, which is
366 more accurate
367
368 * mreport/MReport.cc:
369 - implemented a new version fix, namely 200809300
370
371 * mreport/MReportCC.cc:
372 - implemented interpretation of new format 200809030
373
374
375
376 2008/10/13 Daniel Hoehne-Moench
377
378 * datacenter/macros/filldotrun.C:
379 - implemented SuperArehucas version 080912-0
380
381
382
383 2008/09/16 Stefan Ruegamer
384
385 * datacenter/scripts/budb:
386 - redirection to a not existing file changed for the finish command
387
388 * datacenter/scripts/checkmd5sum:
389 - script is now executed specifying the tape number in the command
390 line
391 - added several outputs to the logfile
392 - removed phoenix login, the script is being executed now via
393 read_lapalma_tapes from phoenix
394 - added check for empty md5 files
395
396 * datacenter/scripts/runstar:
397 - corrected staging of files, _E-files are no longer existing
398
399
400
401 2008/09/05 Daniela Dorner
402
403 * datacenter/scripts/sourcfile:
404 - fixed bug (setstatus was not working for datasets and runs)
405
406
407
408 2008/08/27 Daniela Dorner
409
410 * datacenter/scripts/fillganymed:
411 - fixed bug in getting the dataset number (removed telescope
412 number)
413
414 * datacenter/scripts/copyscript:
415 - fixed bug in find for optical files
416 - added some logging
417
418
419
420 2008/08/25 Daniela Dorner
421
422 * datacenter/macros/filloptical.C:
423 - added different return values in case of not matching lines
424 - added new columns (ellipticity and position angle)
425
426 * datacenter/macros/fillobjects.C, datacenter/macros/fillobjects2.C:
427 - InsertUpdate instead of Insert now
428
429 * resources/TeVsources.txt, resources/good_compstars_R.txt:
430 - added new sources
431
432 * datacenter/scripts/copyscript:
433 - implemented new return values
434 - improved find for optical files
435
436 * datacenter/scripts/dbchk:
437 - adapted check for consistency between sequencefiles and content
438 of database: now only done for sequences where the file is
439 already written
440
441
442
443 2008/08/22 Daniela Dorner
444
445 * datacenter/scripts/scriptlauncher:
446 - fixed bug in starting scripts with command line options
447
448 * datacenter/scripts/dowebplots:
449 - fixed bug (showplot was not executed in the mars directory)
450 - moved all general rsyncs to the end of the script
451
452
453
454 2008/08/21 Daniela Dorner
455
456 * datacenter/db/plotdb.php:
457 - changed input field from 6 to 8 digits
458
459 * datacenter/scripts/dbchk:
460 - added check if something on nightly basis failed
461
462 * datacenter/scripts/dowebplots:
463 - fixed sequencepath in rsync
464
465 * datacenter/scripts/jobmanager:
466 - changed choosing of jobmanager (data or mc) from if to case
467 - implemented case-statement for the choice of the queueing
468 system (condor and sun grid engine implemented up to now)
469 - implemented commands for sun grid engine
470
471 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
472 - moved defining of array scripts and pnoswe(ek) from sourcefile
473 to jobmanager
474 - fixed problem with mc jobmanager pnos
475
476 * datacenter/scripts/setup:
477 - implemented definition of queueing system
478 - exchanged camera version
479
480 * datacenter/scripts/sourcefile:
481 - host is retrieved from sql.rc now
482
483 * datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
484 datacenter/scripts/runcamera, datacenter/scripts/setup:
485 - moved defining of detectorpath from scripts to sourcefile
486
487 * datacenter/scripts/runcorsika, datacenter/scripts/setup:
488 - implemented variable for path of Mmcs
489
490 * datacenter/scripts/runcorsika:
491 - exchanged 'operator' in inputcard by `whoami`
492 - implemented usage of function for new datastructure
493
494 * resources/steps.rc:
495 - added line for primaries for MCRunProcessingStatus
496
497
498
499 2008/08/15 Daniela Dorner
500
501 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
502 datacenter/macros/plotstat.C, datacenter/macros/plotusage.C:
503 - added call plot*(TString path) needed for the script
504 dowebplots
505 - added path to output file
506
507 * datacenter/macros/plotdb.C:
508 - added path to call plotdb(dataset)
509
510 * datacenter/macros/plotoptical.C:
511 - added path to call plotoptical(source)
512
513 * datacenter/macros/plotstat.C:
514 - fixed bug in query
515
516 * datacenter/macros/plotusage.C:
517 - adapted comment
518 - removed not needed calls
519
520 * datacenter/scripts/doqualityplots,
521 datacenter/scripts/webupdate-star,
522 datacenter/scripts/webupdate-sinope,
523 datacenter/scripts/webupdate-callisto,
524 datacenter/scripts/webupdate-ganymed:
525 - deleted (not needed anymore, done by dowebplots now)
526
527 * datacenter/scripts/dowebplots:
528 - rewritten completely: script now handles not only creating
529 web plots for ganymed, star and callisto, but also plotdb,
530 plotusage, plotstat and plotoptical
531 - implemented steering via DB for ganymed, star and callisto to
532 make sure that all plots are produced
533 - added rsync to this script
534 - via command line options it is possible to choose which plots
535 should be produced
536 - redirect of the root error (used to output mean values) to
537 txt files in the webdirectory
538 - added writing of csv file (read by tabs.php)
539
540 * datacenter/scripts/run.condor:
541 - added 'Arguments' (needed to submit dowebplots including
542 command line opticon to condor)
543
544 * datacenter/scripts/scriptlauncher:
545 - removed makedir of $listpath and $lockpath (done in setup
546 already)
547 - exchanged algorithm to loop over scripts to allow for scripts
548 with command line option
549
550 * datacenter/scripts/sourcefile, datacenter/scripts/jobmanager:
551 - moved definition of $column from sourcefile to jobmanager
552 to allow for usage of the function getstatus by other scripts
553 than the jobmanager
554
555 * datacenter/scripts/sourcefile:
556 - removed definition of webpath (already defined in setup)
557 - removed making of $listpath (not needed anymore)
558 - added fail code for dowebplots (27)
559 - additional if-clause in the getstatus function to allow
560 for using it even if no column is defined
561 - removed not needed 'numproc=0'
562
563 * resources/steps.rc:
564 - added steps for webplots (fWebCalib, fWebStar, fWebGanymed,
565 fWebPlotDBGanymed)
566
567
568
569 2008/08/14 Daniela Dorner
570
571 * datacenter/macros/plotusage.C:
572 - added (macro to plot condor usage from DB)
573
574
575
576 2008/08/13 Daniela Dorner
577
578 * datacenter/scripts/setup:
579 - removed listpath (not used anymore)
580 - removed commented, not needed lines
581
582
583
584 2008/08/13 Stefan Ruegamer
585
586 * datacenter/scripts/webupdate-star:
587 - added option to prevent melibea-Q-files from being rsynced
588
589
590
591 2008/08/12 Stefan Ruegamer
592
593 * datacenter/script/checkmd5sum:
594 - fixed the check for raw files
595 - added a check for the nunmber of checked files
596
597 * datacenter/scripts/webupdate-callisto,
598 datacenter/scripts/webupdate-star:
599 - fixed the --exclude option so Y and I file do no longer get
600 synced
601
602 * datacenter/script/zipscript:
603 - added check if the raw file is no longer existing (happens when
604 multiple zipscripts are started)
605 - added check for the case that the sequence number is 0
606 - fixed some echos
607 - added telescope number for the db update query
608
609
610
611 2008/08/08 Daniela Dorner
612
613 * datacenter/db/magicdefs.php:
614 - fixed sorting for sequences
615
616 * datacenter/scripts/checkstardone,
617 datacenter/scripts/writedatasetfiles:
618 - fixed bug in getting the dataset number (removed telescope
619 number)
620
621
622
623 2008/08/07 Daniela Dorner
624
625 * datacenter/scripts/runganymed:
626 - removed telescope number
627
628 * datacenter/scripts/checkstardone:
629 - added dataset number to output
630
631 * datacenter/db/runinfo-aio.php, datacenter/db/sequinfo-aio.php
632 datacenter/db/magicdefs.php:
633 - improved sorting with combination of (file-,) run/sequ- and
634 telescope number
635
636
637
638 2008/08/07 Thomas Bretz
639
640 * datacenter/macros/buildsequenceentries.C:
641 - fixed a problem with the check whether a sequence already
642 exists. It was always belived that the sequence doesn't exist.
643
644
645
646 2008/08/07 Stefan Ruegamer
647
648 * datacenter/scripts/makecallistolinks
649 - added a condition to prevent the linking of the old Dec04Jan05.rc
650 for mux data
651
652 * datacenter/scripts/cutslices
653 - changed checklock to checklock continue to prevent the program
654 from exiting if a lock file already exists
655
656
657
658 2008/08/06 Daniela Dorner
659
660 * datacenter/db/sequinfo.php, datacenter/db/sequinfo-aio.php,
661 datacenter/db/sequence.php, datacenter/db/runinfo.php,
662 datacenter/db/runinfo-aio.php, datacenter/db/resetseq.php,
663 datacenter/db/plotinclude.php, datacenter/db/magicdefs.php,
664 datacenter/db/ganymed.php, datacenter/db/findoffdata.php,
665 datacenter/db/dbstatus.php, datacenter/db/datasetinfo-aio.php,
666 datacenter/db/datasetinfo.php, datacenter/db/datacheck.php,
667 datacenter/db/builddatasets.php:
668 - changed syntax of left join to 'using(columnname)'
669
670 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
671 datacenter/db/magicdefs.php, datacenter/db/builddatasets.php
672 datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
673 datacenter/db/plotinclude.php, datacenter/db/resetseq.php,
674 datacenter/db/sequence.php, datacenter/db/sequinfo.php:
675 - implemented telescope number
676
677 * datacenter/db/runinfo-aio.php:
678 - moved pulldown for number of results
679
680 * datacenter/db/resetseq.php:
681 - removed unknown ip adresses, added names to known ip adresses
682
683 * datacenter/db/menu.php:
684 - changed width input field for sequence number in run menu from
685 6 to 8
686
687
688
689 2008/08/06 Thomas Bretz
690
691 * mfileio/MReadTree.cc:
692 - removed some debug out
693
694
695
696 2008/08/06 Stefan Ruegamer
697
698 * callisto_mux.rc
699 - changed the extractor window from 15 64 to 0 49
700
701 * datacenter/scripts/setup
702 - commented the lines containing cutslices out
703
704
705
706 2008/08/05 Stefan Ruegamer
707
708 * datacenter/scripts/movingrawfiles:
709 - added checks for owner of the file
710 - adapted the script to the different pathes
711
712 * datacenter/scripts/zipscript:
713 - added telno and fileno so it works with the new files
714 - added the telno to the calzip-lock file
715
716 * datacenter/scripts/runcallisto:
717 - added the telno to the calzip-lock file
718 - removed the link to callisto_mux_new.rc, it is no longer needed
719
720
721
722 2008/08/05 Thomas Bretz
723
724 * datacenter/macros/fillstar.C:
725 - fixed the case of invalid effective on times
726 - fixed the regular expression to find the MSequence in old files
727 - added information about the dc currents
728
729 * datacenter/macros/fillcondor.C:
730 - added
731
732
733
734 2008/08/05 Daniela Dorner
735
736 * datacenter/tools/resetpriorities:
737 - added (script to reset priorities in the tables RunProcessStatus,
738 SequenceProcessStatus and DataSetProcessStatus)
739
740 * datacenter/scripts/makecallistolinks:
741 - removed not needed output
742
743 * datacenter/scripts/sourcefile:
744 - fixed bug in query of setstatus
745 - improved if-clause to avoid unneccessary output
746
747 * datacenter/db/menu.php:
748 - changed width input fields for ranges from 6 to 8
749
750 * datacenter/scripts/condorstatistic:
751 - fixed logging output
752
753 * datacenter/scripts/dbchk:
754 - added checking of consistency with table SequenceProcessStatus
755
756 * resources/steps.rc:
757 - fixed primaries of DataSetProcessStatus
758
759
760
761 2008/08/04 Daniela Dorner
762
763 * datacenter/scripts/runstar:
764 - removed linking of rc-files and command line argument --config
765 (usage of star_mux.rc not needed anymore)
766
767
768
769 2008/08/04 Thomas Bretz
770
771 * RELEASE V2.1.1
772
773
774
775 2008/08/04 Stefan Ruegamer
776
777 * datacenter/scripts/setup:
778 - added compux/cutslices to the jobmanager queue
779
780 * datacenter/scripts/movingrawfiles:
781 - modified the regex for finding the run number such that it
782 satisfies the new raw file convention
783 - the script now searches for files in /magic and /data, so
784 movingrawfiles2 is obsolete
785
786 * datacenter/scripts/cutslices:
787 - adapted the script for jobmanager use
788 - included some more checks
789
790
791
792 2008/08/04 Thomas Bretz
793
794 * mjobs/MJCalibrateSignal.cc:
795 - added a filter against very bright events cleaning the
796 bad pixel plot
797
798 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
799 - slightly tightened the spark cut in length vs size
800
801 * ganymed_wobble.rc:
802 - now uses the default (still 3) for the number of wobble
803 positions
804
805 * mbase/MParEmulated.[h,cc]:
806 - some improvements to support collection (still not finished)
807
808 * mraw/MRawRunHeader.cc:
809 - Implemented a fix for run-numbers between 1001348 and 1001396
810 which were incorrectly assigned by the cc.
811 - changed order of fix and check
812
813 * resources/calibration_spline.rc:
814 - updated muon calibration constants for the periods 51-57,
815 58-63 and 67-
816
817
818
819 2008/08/04 Daniela Dorner
820
821 * datacenter/scripts/setup:
822 - changed order of scripts (now: ganymed, star, callisto)
823 - adapted number of allowed processes (more CPUs available now)
824 - commented mc jobmanager stuff out, as it is not yet working
825 completely
826
827
828
829 2008/08/03 Daniela Dorner
830
831 * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
832 datacenter/scripts/runreflector:
833 - removed primvar
834
835 * datacenter/scripts/condorstatistics:
836 - added (script calling the macro fillcondor.C to fill condor
837 statistics to the database, tars the condor-statistic files
838 afterwards)
839
840 * datacenter/scripts/dowebplots:
841 - added converting from ps to pdf and removing of ps
842
843
844
845 2008/08/02 Thomas Bretz
846
847 * datacenter/scripts/dbchk:
848 - if the regular expression in sed doesn't find anything
849 nothing is replaced (this case is now handled)
850
851 * mjobs/MJPedestal.cc:
852 - removed the obsolete shift variable in PosePosCheck
853 - do not allow lo-gain starts < 0
854
855 * msignal/MExtractTimeAndCharge.cc:
856 - changed lo-gain stat sift to -1.0 (which is the valie which
857 in use anyway)
858
859 * msignal/MExtractTimeAndCharge.h:
860 - do not add the lo-gain offset wehen setting the start-shift
861
862 * msignal/MExtractor.cc:
863 - make sure Print() prints the class description
864
865 * mpointing/MSrcPosCalc.[h,cc]:
866 - if the MC camera files are new enough the source position on the
867 camera is now calculated from the stored telescope and shower
868 orientation
869
870
871
872 2008/08/01 Thomas Bretz
873
874 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
875 - added starguider calibration 328198
876
877 * resources/starguider00328198.txt:
878 - added
879
880 * datacenter/macros/plotdb.C:
881 - added fMedNumPheInner/outer
882 - added fRelChargeRmsOuter
883
884 * mbase/MStatusDisplay.[h,cc]:
885 - added %%title%% as a possibility in the filename
886 - added some code to write an XML instead of a csv file
887 (still not in-use)
888
889 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
890 - replaced RunNumber by FileId
891
892
893
894 2008/07/31 Daniela Dorner
895
896 * resources/steps.rc:
897 - added missing influences and needs for DataSetProcessStatus
898
899 * datacenter/scripts/checkstardone:
900 - removed breaks
901 - removed not needed variables
902 - changed dataset from string to int in call of macro
903
904 * datacenter/scripts/budb:
905 - added output how to create database MyMagic
906 - added removing of logfiles
907 - some small inprovements
908
909
910
911 2008/07/31 Thomas Bretz
912
913 * merpp.cc:
914 - fixed merpping a single report file
915 - Strip the dir name from MJMerpp's name
916
917 * mreports/MReportCamera.cc:
918 - also allow empty HV Settings file names
919
920 * datacenter/macros/checkstardone.C:
921 - fixed the query
922 - fixed a typo
923
924 * datacenter/macros/fillcalib.C:
925 - changed ouput
926 - get seq-number from sequence instead of file-name
927 - added telescope number
928 - added fRelChargeRmsInner/Outer
929 - added fMedNumPheInner/Outer
930 - don't user TEnv anymore
931
932 * datacenter/macros/fillsignal.C
933 - get seq-number from sequence instead of file-name
934 - added telescope number
935
936 * datacenter/macros/fillstar.C:
937 - changed ouput
938 - get seq-number from sequence instead of file-name
939 - added telescope number
940 - added fTotOnTime
941
942 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
943 - removed obsolete reference to ExtractTime
944
945
946
947 2008/07/30 Thomas Bretz
948
949 * mjobs/MSequence.cc:
950 - fixed a typo in the new Read function
951
952
953
954 2008/07/30 Daniela Dorner
955
956 * resources/steps.rc:
957 - added
958 - adapted to new data structure
959
960 * steps.rc:
961 - removed
962
963 * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
964 datacenter/macros/getdolist.C:
965 - removed
966
967 * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
968 datacenter/db/magicdefs.php, datacenter/db/menu.php,
969 datacenter/db/resetseq.php, datacenter/db/runinfo.php,
970 datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
971 - removed fFailedCodeAdd
972 - changed fFailedCode to fProgramId
973
974 * datacenter/scripts/sourcefile:
975 - adapted path of steps.rc
976 - added new additional primaries to functions setstatus, getstatus
977 gettodo and getdolist
978 - merged function gettodo and getdolist
979 - removed todofile
980 - removed fFailedCodeAdd
981 - changed fFailedCode to fProgramId
982
983 * datacenter/scripts/buildsequenceentries,
984 datacenter/scripts/checkfilesforsequenceavail,
985 datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
986 datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
987 datacenter/scripts/fillganymed,
988 datacenter/scripts/writedatasetfiles,
989 datacenter/scripts/writesequencefiles:
990 - implemented usage of getodo (new merged function)
991 - removed todofile
992 - removed primval
993
994 * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
995 datacenter/scripts/runganymed, datacenter/scripts/runstar:
996 - implemented usage of getodo (new merged function)
997 - removed primval
998
999 * datacenter/scripts/checkstardone
1000 - removed comadd
1001
1002 * datacenter/scripts/runcallisto
1003 - append output of stage.C instead of overwriting logfile
1004
1005 * datacenter/macros/resetcolumn.C:
1006 - added return 0 and output, as this macro is not yes adapted to
1007 the new data structure for MAGIC II
1008
1009 * datacenter/scripts/makecallistolinks:
1010 - exchanged grepping for reason by db-query (return code 13)
1011 - exchanged call of resetcolumn.C by direct db-query
1012
1013
1014
1015 2008/07/29 Stefan Ruegamer
1016
1017 * datacenter/scripts/zipscript
1018 - modified the regex for finding the run number such that it
1019 satisfies the new raw file convention
1020
1021
1022
1023 2008/07/28 Daniela Dorner
1024
1025 * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
1026 datacenter/scripts/dodatacheck:
1027 - added exit and output, as these scripts are not adapted to the
1028 new data structure for MAGIC II
1029
1030 * datacenter/scripts/dbchk:
1031 - added outputs to processlog
1032
1033 * datacenter/scripts/doexclusions,
1034 datacenter/scripts/writesequencefiles,
1035 datacenter/scripts/buildsequenceentries:
1036 - added telescope number 1 to call of macro
1037
1038 * datacenter/scripts/sourcefile:
1039 - added priority
1040
1041
1042
1043 2008/07/27 Thomas Bretz
1044
1045 * merpp.cc:
1046 - added include of TClass to work with root 5.20
1047
1048 * mbase/MParEmulated.[h,cc]:
1049 - for root 5.20/00 we have to use TVirtualStreamer instead
1050 of TStremaer
1051
1052 * mbase/MStatusDisplay.cc:
1053 - the workaround had to be fixed because since we don't change
1054 gPad for printing anymore all following line and text drawings
1055 reffered to the wrong gPad
1056
1057 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
1058 - also antialias text
1059 - save as interlaced png
1060
1061 * mbase/MThread.h:
1062 - use a reinterpret_cast when returning the Thresd's result
1063 (this gave a correct warning on 32bit systems)
1064
1065 * mhbase/MH3.h:
1066 - when available return the histogram title as title (without axis)
1067 - implemented GetFullTitle member function to return the full title
1068
1069
1070
1071 2008/07/25 Thomas Bretz
1072
1073 * mbase/MStatusDisplay.cc:
1074 - expand path name for csv files
1075
1076 * mfileio/MReadFiles.cc:
1077 - print a warning if no file was added
1078
1079 * mfileio/MReadTree.cc:
1080 - updated warning if no file was added
1081
1082 * mfileio/MReadScanFile.[h,cc]:
1083 - for safety add a postprocessing removing the contents
1084 from the list
1085 - also removing the contents from the list before filling
1086
1087 * mhbase/MH3.cc:
1088 - fixed an output
1089
1090 * mtools/MTFillMatrix.[h,cc]:
1091 - added a maximum number the eventloop is running over
1092
1093 * mjobs/MSequence.cc:
1094 - replaced gFile by gDirectory
1095
1096
1097
1098 2008/07/23 Thomas Bretz
1099
1100 * showplot.cc:
1101 - allow to read more than one file
1102
1103 * datacenter/macros/stage.C:
1104 - changed the return type to int
1105
1106 * mbase/MStatusArray.cc:
1107 - added a check for the key in read to supress the root error
1108 on the console
1109
1110 * mbase/MStatusDisplay.[h,cc]:
1111 - stop update timer in destructor
1112 - added new member function GetNumTabs
1113 - we don't need to switch to batchmore when painting canvases
1114 anymore
1115 - removed an obsolete cout
1116
1117 * mjobs/MJCalibrateSignal.cc:
1118 - changed again the wrong names of the tasklists
1119
1120 * mjobs/MSequence.[h,cc]:
1121 - set default telescope to 1 so that reading old sequence files
1122 gives valid sequences.
1123 - overwrote Read to allow reading also old sequences which
1124 have no default name in the files
1125 - removed output of "DataPath" from Print
1126
1127 * msql/MSQLMagic.[h,cc]:
1128 - added a second InsertUpdate
1129 - added ExistRow
1130
1131 * datacenter/scripts/runcallisto:
1132 - adapted to all other changes
1133 - removed merpping of caco-files
1134
1135
1136
1137 2008/07/22 Thomas Bretz
1138
1139 * mbase/MTime.cc:
1140 - do not check the return value of mktime (this would
1141 fail for dates before 1970)
1142
1143 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1144 - distinguish between data-runs and mc-runs for the rate plot
1145 - named the tasklist for pedestal and calib extraction
1146
1147 * mjobs/MJMerpp.cc:
1148 - precheck the accessibility of all files if a sequence
1149 is processed
1150
1151 * mjobs/MSequence.cc:
1152 - the file number is three digits
1153 - the Tag for data runs is DatRuns not DataRuns
1154
1155 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
1156 - added MReadFiles
1157 - added MReadScanFile
1158
1159 * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
1160 - added
1161
1162 * mfileio/MreadRflFile.[h,cc]:
1163 - derived from MReadFiles (untested)
1164
1165 * datacenter/macros/checkfileavail.C:
1166 - fixed a type (TSQLRow instead of TSQlRow)
1167 - added a missing ;
1168
1169 * mfileio/MReadTree.[h,cc]:
1170 - added some includes
1171 - added the IsOwned member function to make sure we don't
1172 spoil memory when out pointers are deleted in the destructor
1173 - removed some really obsolete workarounds
1174 - added a member function to add friends
1175 - don't allocate memory in AddFile
1176 - implemented the possibility to process also friends
1177 - implemented the possibility to read branches from unknown
1178 "vendors", i.e. branches for which the class is not available
1179 in the dictionary
1180 - added a list to hold all parameter containers to be able to
1181 call SetReadyToSave more easily than previously
1182
1183 * mbase/MParEmulated.[h,cc]:
1184 - added
1185
1186 * mbase/Makefile, mbase/BaseLinkDef.h:
1187 - added MParEmulated
1188
1189 * mbase/MParameters.h:
1190 - added functions to get the pointer to the values. Handle this
1191 with care.
1192
1193 * mbase/MParConatiner.h:
1194 - made GetterMethod virtual to allow MParEmulated to overwrite it
1195 - made fgListMethodCall protected to allow MParEmulated to
1196 add its new TMethodCalls
1197
1198 * datacenter/macros/checkfileavail.C:
1199 - removed dependence on caco-files.
1200 - fixed query
1201 - output query in case of failure
1202
1203 * datacenter/scripts/checkfilesforsequenceavail:
1204 - fixed to use new checkfileavail.C
1205
1206 * mcalib/MCalibrateData.cc:
1207 - removed the fixed scale factor for MCs. It is now left open,
1208 thus it can be changed from the callisto resource file
1209
1210 * mdata/MDataMember.cc:
1211 - small improvement to error output
1212
1213 * mfileio/MWriteRootFile.cc:
1214 - small change to log-level
1215
1216 * mbase/MTaskList.cc:
1217 - in case of an unknown return value stop event loop
1218
1219 * mfileio/MRead.cc:
1220 - use gSystem->BaseName to get file name
1221
1222
1223
1224 2008/07/21 Thomas Bretz
1225
1226 * mbase/MParContainer.[h,cc]:
1227 - adde new static ember functions GetClass
1228
1229 * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
1230 mreport/MReportHelp.cc:
1231 - use new GetClass function
1232
1233
1234
1235 2008/07/20 Thomas Bretz
1236
1237 * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
1238 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
1239 mmain/MEventDisplay.cc:
1240 - replaced Setup*Runs by GetRuns
1241
1242 * datacenter/macros/buildsequenceentries.C:
1243 - output if something is deleted
1244
1245 * datacenter/macros/plotdb.C:
1246 - added kGroupByDay option
1247 - some small changes
1248 - made group by work with "as"
1249 - made use of TEnv obsolete
1250
1251 * datacenter/macros/plotrundb.C:
1252 - added telescope number as otpion
1253
1254 * datacenter/scripts/checkfilesforsequenceavail:
1255 - added telescope number 1 to call of checkfileavail.C
1256
1257 * mbase/MTime.cc:
1258 - made SetSqlDateTime more flexible
1259
1260 * mjobs/MJMerpp.[h,cc]:
1261 - added (basically the code from merpp.cc)
1262 - enhanced with the possibility to merpp a whole sequence
1263
1264 * merpp.cc:
1265 - use new MJMerpp
1266
1267 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1268 - added MJMerpp
1269
1270 * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
1271 - reduced queries to a single query
1272 - take sequence number as argumenet instead of filename
1273
1274 * datacenter/scripts/checkstardone:
1275 - adapted to changes in checkstardone.C
1276
1277 * mjobs/MSequence.[h,cc]:
1278 - a lot of rework to the file-interface
1279 - included subsystem (cc) files
1280 - some renaming to some functions
1281 - improved the interface to the database
1282 - unified the Setup*Runs into GetRuns
1283 - when inflating a sequence name allow to use [tel:]squence now
1284
1285 * mjobs/MSequenceSQL.[h,cc]:
1286 - adapted to changes in MSequence
1287
1288 * datacenter/macros/stage.C
1289 - added
1290
1291 * mjobs/MJStar.cc:
1292 - changed displayed title according to the other jobs
1293 - changed Setup*Runs to GetRuns
1294 - unified output when finished
1295 - make sure the weight for the rate tab is not 0
1296 - read the currents now from the camera instead of the currents tree
1297
1298
1299
1300 2008/07/19 Thomas Bretz
1301
1302 * datacenter/macros/buildsequenceentries.C:
1303 - Use the GetId also in the constructor of Rule
1304 - fixed reading of the sections in the sequences.rc
1305
1306 * datacenter/macros/writesequencefile.C:
1307 - included iostream
1308
1309 * mjobs/MSequence.[h,cc]:
1310 - updates some comments
1311 - simplified the comparison functions
1312 - calculate fPeriod automatically in any case
1313 (do not read from file)
1314 - added X for excluded to AddFile
1315 - use AddFile in ExludeFile
1316 - removed incorrect calles to MJob::SortArray
1317 - call SortArrays correctly in AddFile
1318 - changed default for telescope from 1 to 0 in SQL constructor
1319 - allow to set a default path from within the sequence file
1320 (in most cases this won't help much)
1321
1322 * mjobs/MSequenceSQL.[h,cc]:
1323 - if telescope number is 0 check whether an unambiguous
1324 sequence with this number exists. If existing set the
1325 telescope number accordingly
1326 - changed default for telescope in constructor to 0 accordingly
1327
1328
1329
1330 2008/07/18 Thomas Bretz
1331
1332 * mbase/MTime.cc:
1333 - GetStringFmt was taking the daylight saving time into account
1334 (hopefully this fix is not too much dependent on the kernel)
1335
1336 * mjobs/MSequence.cc:
1337 - added some preliminary code for comparing two sequences
1338 - fixed output in Print (the "s" was missing in LightConditions)
1339 - do not write the "Run[0-]*" line for anything else than
1340 the "Runs" (needs more fixes)
1341
1342 * mjobs/MSequenceSQL.cc:
1343 - added a sanity check
1344
1345
1346
1347 2008/07/17 Thomas Bretz
1348
1349 * mjobs/MSequence.[h,cc]:
1350 - added fTelescope data member
1351 - increased class version number accordingly
1352 - added return value to WriteFile
1353
1354 * mjobs/MSequenceSQL.cc:
1355 - added TelescopeNumber to where-clause
1356 - get fFileNumber from RunData
1357 - use File-Id to order files
1358 - added telescope number to all constructors
1359
1360 * automatic-exclusions.rc:
1361 - moved as exclusions.rc to resources and updated contents
1362 to new doeclusion.C
1363
1364 * ganymed.cc:
1365 - updated Usage output
1366 - added new option to change meximum file size
1367
1368 * merpp.cc:
1369 - merpp also MCameraDC from cc-report
1370
1371 * datacenter/macros/fillsignal.C:
1372 - replaces WARNING by ERROR if an error is returned
1373
1374 * datacenter/macros/writesequencefile.C:
1375 - completely redone using new MSequenceSQL
1376
1377 * mcamera/MCameraDC.[h,cc]:
1378 - added the Interprete member function
1379 - made MReportCamera and MReportCurrents friends clases
1380 - added fStatus
1381 - increased class version accordingly
1382
1383 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1384 - tiny changes to output
1385
1386 * mreport/MReportCamera.[h,cc]:
1387 - removed fStatusDC
1388 - removed gkActiveLoadControlVersNum
1389 - added interpretation of DC
1390 - increased class version by one
1391
1392 * mreport/MReportCurrents.cc:
1393 - moved interpretation of DCs to MCameraDC
1394
1395 * resources/sequences.rc:
1396 - changed some comments
1397 - added telescope number to rules
1398
1399 * datacenter/macros/buildsequenceentries.C:
1400 - the building is now based on the file-id (run*1000+file)
1401 and it is only done for a single telescope
1402 - added telescope number as srgument
1403 - added fPriority to SequenceProcessStatus
1404 - added fTelescopeNumber to the Sequence table
1405 - the sequence number is still idetical to the first run-number
1406 - changed reading of resource file such that the telescope
1407 number can be given for each subsection
1408
1409 * datacenter/macros/doexclusions.C:
1410 - many simplifications
1411 - use telescope number as argument
1412 - simplified and improved
1413
1414 * datacenter/macros/filldotrun.C:
1415 - some changes to output
1416 - skip comment line at the beginning
1417 - skip the line with the telescope number
1418 - removed ISNULL from telescope/run/file check
1419 - added fPriority to RunProcessStatus
1420 - added telescope und file number to RunData and RunProcessStatus
1421
1422 * datacenter/macros/resetallruns.C:
1423 - adapted to new ten:run/file scheme and the new contents
1424 of the input file
1425
1426 * datacenter/scripts/filesondisk:
1427 - improved regular expressions to find runs
1428 - commmented out caco files
1429 - write telescope run and file-number to the file
1430 - some simplification
1431
1432
1433
1434 2008/07/16 Thomas Bretz
1435
1436 * msql/MSQLMagic.[h,cc]:
1437 - the wehere clause can now be omitted in Update
1438
1439
1440
1441 2008/07/14 Thomas Bretz
1442
1443 * datacenter/macros/fillsignal.C:
1444 - moved sql.rc to constructor of MSQLMagic
1445
1446 * datacenter/macros/plotstat.C:
1447 - improved beauty of the SQL queries
1448 - join by telescope number, run number and file number
1449
1450 * mbase/MString.[h,cc]:
1451 - removed everything except Format which is then identical to
1452 newwer root versions TString::Format
1453
1454 * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
1455 - replaced MString::Print by MString::Format
1456
1457 * mbase/MTime.cc:
1458 - In SetSqlDateTime allow also to set dates without time
1459
1460 * mbase/Makefile, mbase/BaseLinkDef.h:
1461 - removed MRunIter
1462
1463 * mfileio/MWriteRootFile.cc:
1464 - sow in status line if a tree has been finally copied
1465
1466 * mhist/MHEvent.cc:
1467 - replaced GetRunNumber by GetStringID
1468
1469 * mjobs/MJCalibrateSignal.cc:
1470 - Replaced RunNumber by FileId in trogger pattern display
1471 - do not allow to divide by 0
1472
1473 * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
1474 - removed obsolete include of MDirIter
1475
1476 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
1477 - replaced MRunIter by MDirIter
1478
1479 * mjobs/MSequence.[h,cc]:
1480 - moved code to compile (inflate) a run filename or a its path
1481 to new static function such that they can be accessed from the outside
1482
1483 * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
1484 - renamed InflatePath to InflateSeq
1485
1486 * mpedestal/MPedCalcPedRun.cc:
1487 - when checking the runnumber check also for the telescope number
1488
1489 * mraw/MRawRunHeader.[h,cc]:
1490 - added new function GetStringID
1491
1492 * mraw/RawLinkDef.h, mraw/Makefile:
1493 - removed MRawSocketRead
1494
1495 * mpointing/MHSrcPosCam.[h,cc]:
1496 - fixed ouput in case a container is not found
1497 - made it work for monte carlos, too
1498 - use weight when filling histogram
1499 - changed circle line styles
1500 - changed default in constructor to wobble=kTRUE
1501
1502
1503
1504 2008/07/08 Daniel Hoehne
1505
1506 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
1507 - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
1508 fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
1509 fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
1510 fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
1511
1512
1513
1514 2008/07/05 Thomas Bretz
1515
1516 * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
1517 - changed JOIN to use USING
1518 - removed dependence on TEnv
1519 - some improvement to includes
1520
1521 * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
1522 datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
1523 datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
1524 datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
1525 datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
1526 datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
1527 datacenter/macros/resetallruns.C,
1528 datacenter/macros/writedatasetfile.C:
1529 - removed dependence on TEnv
1530 - some improvement to includes
1531
1532 * datacenter/macros/filldotrun.C:
1533 - make it fail for everything except Magic 1
1534 - removed dependence on TEnv
1535 - some improvement to includes
1536
1537 * datacenter/macros/plotoptical.C:
1538 - removed MPlot, use MPlot from plotdb instead
1539
1540 * datacenter/macros/setstatus.C:
1541 - some improvement to includes
1542
1543 * mbase/MTime.[h,cc]:
1544 - added function returning day of sunrise as MTime
1545
1546 * mhflux/MHAlpha.cc:
1547 - use BinError instead of BinContents to decide whether the
1548 excess time is plotted or not
1549
1550 * mimage/MHHillas.cc:
1551 - changed title of "Center"
1552
1553 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1554 - added new class MSequenceSQL
1555
1556 * mjobs/MSequenceSQL.[h,cc]:
1557 - added
1558
1559 * mjobs/MSequence.[h,cc]:
1560 - replaced ReadLightCondition by the more flexible GetLightCondition
1561 - added a new constrcutor constructing a MSequence from the database
1562 - fixed the output in the comments in Print()
1563 - The day and night was printed in a different format than
1564 expected when readin a sequence
1565 - fLightCondition and the f*RunsSub were missing in the copy-
1566 constructor
1567
1568 * mjobs/Makefile:
1569 - added include of msql
1570
1571 * msql/MSQLMagic.[h,cc]:
1572 - added a comment to ExistStr and allow to set an additional
1573 where-clause
1574
1575 * msql/MSQLServer.cc:
1576 - allow to init MSQLServer either by an url or from a named
1577 resource file
1578 - changed JOIN to use USING
1579 - if doing an automatic join join _all_ primaries
1580
1581 * mtools/MCalendar.cc:
1582 - added include of TObjArray needed in newer root versions
1583
1584
1585
1586 2008/07/03 Thomas Bretz
1587
1588 * datacenter/macros/filldotrun.C:
1589 - Replaced MSQKServer by MSQLMagic
1590 - this made local functions obsolete
1591 - added new format 20080519 including telescope- and file-number
1592 - simplified the if-clauses testing for version numbers (due to
1593 the initial check only some version numbers allowed anyway)
1594 - check for the combination of telescope-, run- and file-number
1595 to be unique.
1596
1597 * datacenter/macros/plotrundb.C:
1598 - use MPlot from plotdb
1599 - removed obsolete DataCheck plots
1600 - plot only range of dates which makes sense
1601
1602
1603
1604 2008/07/01 Thomas Bretz
1605
1606 * ganymed.cc:
1607 - removed the checks for the accessability of the files. They
1608 are checked in the corresponding classes instead
1609
1610 * sponde.cc:
1611 - display only the base name of the ganymed file, not the
1612 full path
1613
1614 * mbase/MMath.[h,cc]:
1615 - added a new member function ErrorExc
1616 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
1617
1618 * mhflux/MAlphaFitter.[h,cc]:
1619 - replaced fSignificanceExc by fErrorExcess
1620 - calculate the error instead of the significance (otherwise we
1621 get infinity at 0)
1622 - also store a negative number of excess events
1623 - replaced all -1 in ProjectionZ calls by the histogram limits
1624 (including under- and overflows) This is necessary to get
1625 root 5.20/00 working
1626 - increased class version number according to the changes
1627
1628 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
1629 - removed wrong usage of fName and fTitle, introduced new data
1630 members instead
1631 - initialize fName and fTitle in the constructors correctly
1632 - always store the full qualified path name
1633 - introduced new member functions GetBaseName and GetFilePath
1634 - give the ostream as an argument to Print
1635 - added new member function WriteFile to directly Print to
1636 an fostream
1637 - do not print empty values in Print
1638 - increased class version number accordingly
1639 - removed GetName and GetRcName accordingly
1640
1641 * mjobs/MDataSet.cc:
1642 - set the dataset number to an invalid status if the file could
1643 not be accessed
1644
1645 * mjobs/MJCut.cc:
1646 - replaced GetName for the dataset by GetBaseName
1647 - make sure the summary file is not created if not requested
1648 - do not use pointers to MWriteRootFile to make sure the instances
1649 always get deleted
1650
1651 * mjobs/MJSpectrum.cc:
1652 - fixed a bug in the check for the existence of the excess time
1653 - replaced GetName for the dataset by GetBaseName
1654 - Write the full path name to the ganymed.root into the file
1655 - fixed typos in determine
1656
1657 * mpointing/MPointingDevCalc.cc:
1658 - initialize fNsb* members also in PreProcess as correctly
1659 suggested by valgrind
1660
1661 * mjobs/MJCalibration.[h,cc]:
1662 - made the drawing of the bad pixel explanation more automatic
1663 - some simplifications to the function drawing all the result tabs
1664 - make sure to do the projection without name. Some root versions
1665 don't like several plots with the same name in one tab
1666 - removed several misleading drawing of number of outliers etc
1667 - added setting of min and max to FixDataCheckHist
1668 - simplified DisplayDoubleProjection (also unified in code with
1669 MJPedestal)
1670 - removed all the obsolste and confusing projections of the
1671 individual sectors and camera halves
1672
1673 * mjobs/MJPedestal.[h,cc]:
1674 - make sure to do the projection without name. Some root versions
1675 don't like several plots with the same name in one tab
1676 - use the unified DisplayDoubleProjection from MJCalibration
1677 - removed all the obsolste and confusing projections of the
1678 individual sectors and camera halves
1679
1680 * mhflux/MHAlpha.cc:
1681 - replaced EventsExcess/SignificanceExc by just ErrorEvents
1682 - for the moment do not propagate Excesses<=0 to the pads
1683 (not to spoil the logarithmic display, this still needs a fix)
1684 - replaced -1 in ProjectionZ by the bin numbers (including
1685 under- and overflow bins), otherwise it won't work with
1686 root 5.20/00
1687 - propagate all result to the timing histogram (it is not
1688 logarithmic anyway)
1689 - made Paint also work with the new implementation of ProjectionZ
1690 via Project3D in root 5.20/00 (it won't reuse the correct
1691 histogram from the pad :( )
1692 - replaced kFullDotMedium by 0 (no marker) where appropriate
1693 - changed the rule not to display the time-histogram
1694
1695
1696
1697 2008/06/30 Thomas Bretz
1698
1699 * datacenter/macros/fillstar.C:
1700 - check whether graphs are empty in a more accurate way
1701
1702 * datacenter/macros/plotdb.C:
1703 - fixed some axis title
1704 - increased range of fRatePedTrigEvts
1705
1706 * msql/MSQLMagic.cc:
1707 - added ' around the where clause in UpdateInsert to allowe
1708 also for times etc
1709
1710 * callisto.cc:
1711 - removed test-option (it was never used anyway and should
1712 be reprogrammed properly)
1713
1714 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
1715 - removed unused argument
1716
1717 * mbadpixels/MBadPixelsPix.h:
1718 - added static functions to get names and numbers of unsuitable
1719 and unreliable levels
1720
1721 * mbase/MMath.cc:
1722 - made MedianDevImp working properly with a template
1723
1724 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
1725 - removed MHCalibrationTestCam
1726 - removed MHCalibrationTestTimeCam
1727
1728 * mhcalib/MHCalibrationCam.cc:
1729 - removed an obsolete TPad in Draw()
1730 - removed some obsolete kCanDelete in Drwa()
1731
1732 * mhcalib/MHCalibrationChargeCam.cc:
1733 - changed some colors to work properly also in root 5.20/00
1734
1735 * mhflux/MHThreshold.cc:
1736 - made Smooth work with root 5.20/00 (to be checked)
1737
1738 * mhist/MHCamera.[h,cc]:
1739 - fixed defaults in Profile and Projection function to match code
1740 - fixed some comments
1741 - replaced InheritsFrom arguments by TClass statics
1742
1743 * mjobs/JobsLinkDef.h:
1744 - removed MJCalibTest
1745
1746 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
1747 - removed obsolete include of MParameterCalc
1748
1749 * mranforest/MRanForest.cc:
1750 - added a cast in BinarySearch to make it work with the template
1751 of root 5.20/00
1752
1753 * mtools/MCalendar.h:
1754 - fixed *MENU option
1755
1756 * mtools/MagicJam.h:
1757 - added the Smooth function of root 5.20/00 to be removed from
1758 the context menu
1759
1760
1761
1762 2008/06/21 Thomas Bretz
1763
1764 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
1765 - set the display name to a more convinient name
1766
1767 * datacenter/macros/plotdb.C:
1768 - some improvement in setting axis titles and titles
1769 automatically from the sql column names
1770 - moved the Muon cut to a SetCondition call
1771 - renamed some functions
1772
1773 * mbase/MStatusDisplay.h:
1774 - overwrote SetTitle with a function allowing to set a title
1775 only if no title set so far
1776
1777 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1778 mjobs/MJPedestal.cc:
1779 - set a proper display title and set it only if not already set
1780
1781 * mjobs/MJPedestal.cc:
1782 - changed some filter names to more convinient names
1783
1784
1785
1786 2008/06/20 Thomas Bretz
1787
1788 * macros/dohtml.C:
1789 - added missing mmovie directory
1790
1791 * mhflux/MHEnergyEst.cc:
1792 - changed the fit range to adapt to the new plot
1793 - exchanged the two plots on the right to have the correct plot
1794 near the 1D histogram
1795 - fixed the title of the plot in the top right
1796 - call SetNoExponent and SetMoreLoglabels
1797
1798 * mjobs/MJSpectrum.[h,cc]:
1799 - outsources producing the spectral function as string to
1800 a new static function FormFlux
1801
1802 * mpointing/MPointingDevCalc.cc:
1803 - added some info
1804
1805
1806
1807 2008/06/19 Thomas Bretz
1808
1809 * mjobs/MJSpectrum.cc:
1810 - small improvement to output
1811 - handle underflow bin of effective on-time more accurate
1812 - reddid the formattig of the spectral fit
1813
1814 * mbase/MMath.[h,cc]:
1815 - added Format member function
1816
1817 * datacenter/macros/plotstat.C:
1818 - fixed some axis titles
1819
1820
1821
1822 2008/06/19 Thomas Bretz
1823
1824 * RELEASE 2.1
1825
1826
1827
1828 2008/06/19 Thomas Bretz
1829
1830 * mraw/MRawRunHeader.cc:
1831 - fixed that the line reading the fNumEventsRead vanished
1832
1833
1834
1835 2008/06/18 Thomas Bretz
1836
1837 * datacenter/macros/buildsequenceentries.C:
1838 - replaced the old calculation of the run-time of one sequence
1839 by a more sophisticated using the TIMEDIFF function
1840
1841 * mjobs/MJStar.cc:
1842 - Use File id instead of run number
1843 - fixed the units in the display (phe not \\gamma)
1844
1845 * mjobs/MSequence.[h,cc]:
1846 - reorganized header
1847 - implemented new scheme including file numbers
1848 - increased class version number accordingly
1849 - removed some obsolete old, never used, functions and comments
1850
1851 * mraw/MRawRunHeader.[h,cc]:
1852 - renamed RunID to TypeID
1853 - return 0 in RunLength if one of the times is invalid
1854
1855 * Makefile:
1856 - removed sinope
1857
1858
1859
1860 2008/06/17 Daniel Hoehne
1861
1862 * datacenter/macros/fillcamera.C:
1863 - added and changed some parameters
1864
1865 * datacenter/scripts/mcsequences:
1866 - added database interaction. Now sequences are built by querying
1867 the relevant parameters in the MC database
1868
1869 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
1870 - added
1871
1872 * datacenter/scripts/sourcefile:
1873 - added failed codes for runmccallisto and runmcstar
1874
1875
1876
1877 2008/06/17 Thomas Bretz
1878
1879 * datacenter/macros/plotdb.C:
1880 - SetSelectedPad to 0 before calling DrawClone of TGraph
1881 - small reordering of the tabs
1882 - removed tab with absolute effective on time
1883
1884 * mbase/MLog.cc:
1885 - make sure that the correct output level is restored after root
1886 called the error handler
1887
1888 * mbase/MStatusDisplay.cc:
1889 - Changed backround color to white (_not_ kWhite)
1890 - made a sunken border around the canvas
1891 - SetFrameBorderMode(0) per default
1892
1893 * mraw/MRawRunHeader.[h,cc]:
1894 - added some consistency checks
1895 - make the bug fix for the wrong number of events also for
1896 V10 and V11
1897 - added Getters for RunID and FileID used to idetify
1898 the runs more clever than run-number and file-number
1899
1900
1901
1902 2008/06/14 Thomas Bretz
1903
1904 * merpp.cc:
1905 - replaced MRawFileWrite by MWriteRootFile
1906
1907 * showplot.cc:
1908 - added new options to write tiff files
1909 - added new options to write csv files
1910 - some code simplification
1911
1912 * datacenter/macros/plotdb.C:
1913 - set the title (without axis descriptions) as Tab-title
1914 - set FrameBorderMode to 0 for canvas
1915
1916 * mbase/MStatusArray.[h,cc]:
1917 - added a copy constructor taking MStatusDislay as an argument
1918 - set gLog to all in Print()
1919
1920 * mhbase/MFillH.[h,cc]:
1921 - allow to set a title in SetNameTab which is used as tab title
1922 - therefore added new data member fTitleTab
1923 - increased class version by 1
1924
1925 * mraw/MRawRead.cc:
1926 - set ReadyToSave for raw data to be able to use MWriteRootFile
1927 in merpp
1928
1929 * mraw/Makefile, mraw/RawLinkDef.h:
1930 - removed MRawFileWrite
1931
1932 * mbase/MStatusDisplay.[h,cc]:
1933 - added the tif file format
1934 - added the csv file format
1935 - fixed the bmp and xml menu entries
1936 - added again to list of specials to allow for access from the
1937 interpreter
1938 - added title to AddTab. The title is stored as canvas title
1939 - added some warpper to access FindobjectInCanvas and Print
1940 from the MStatusDisplay to gain access from the interpreter
1941 - Removed obsolete DrawClonePad wrapper in Display and
1942 added title
1943 - added FillArray to add all canvases to a temporary MStatusArray
1944 - removed obsolete CanvasSetFillColor
1945 - use mktemp in UpdatePSHeader
1946 - some code cleanup. Moved some common code from the SaveAs function
1947 to the new InitWrite* functions
1948 - implemented %%tab%% and %%name%%
1949 - added a workround (MyCanvas) to get the title and footer in the
1950 ps-files also in root 5.18
1951 - removed cloning of the canvases whereever possible.Gave problems
1952 in root 5.18 (not yet understood)
1953 - changed color mode of postscrip files from rgb to cmyk
1954 - UpdatePSHeader not long needed in root >=5.12
1955 - reorganized header file
1956
1957 * mreport/MReportCC.[h,cc]:
1958 - removed obsolete fRecTemp
1959 - call Copy() in the correct direction
1960
1961 * mreport/MReportFileRead.[h,cc]:
1962 - use a C++ cast instead of a C-cast
1963 - add containers to parameter list _before_ calling SetupReading
1964 - removed some obsolete comments in the header
1965
1966 * mjobs/MJStar.cc:
1967 - we need to read the new "Rec" tree
1968 - and we need to fill from the Rec _and_ CC tree (could give a bias
1969 if the rate on both trees would once be identical anymore)
1970
1971 * mhist/MHCamEvent.cc:
1972 - allocate fSum in constructor to allow filling from two different
1973 tasks
1974
1975
1976
1977 2008/06/14 Thomas Bretz
1978
1979 * mtrigger/MFTriggerPattern.cc:
1980 - improved documentation
1981
1982 * mars.cc, mbase/MStatusDisplay.cc:
1983 - changed the M in MARS to "Modular"
1984 - rpelaced year in copyright by current year
1985
1986 * datacenter/macros/plotdb.C:
1987 - increased range for the rate of the calibration events
1988 - added "RatioCal" tab
1989
1990 * datacenter/macros/fillstar.C:
1991 - fill NULL also if TGraph is empty
1992
1993 * mastro/MAstro.cc:
1994 - included math.h for darwin
1995
1996 * mjobs/MJCalibrateSignal.cc:
1997 - changed the named of the MFTriggerPattern
1998
1999 * merpp.cc:
2000 - added new option --only, --rep-run, --rep-file, --header-run,
2001 --header-file, --telescope
2002 - moved Receiver information from tree CC to tree Rec
2003
2004 * mbase/MStatusDisplay.cc:
2005 - replaced MTime by TDatime
2006
2007 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
2008 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
2009 - moved interpretation of sub-parts of the reports from
2010 MReportCC to the corresponding MCamera* classes
2011
2012 * mreport/MReport.[h,cc]:
2013 - added Copy member function to copy time and state
2014 - added CheckTag member function
2015 - Implemented skipping of the Telescope number in the reports
2016 for version >=200805190
2017
2018 * mreport/MReportCC.[h,cc]:
2019 - access Receiver infomations via new class MReportRec
2020 even for old file formats
2021 - skip this block in new formats
2022 - moved CheckTag to base class
2023
2024 * mreport/MReportCamera.[h,cc]:
2025 - removed CheckTag
2026
2027 * mreport/MReportFileRead.[h,cc]:
2028 - don't check for the number of lines anymore but for -1 instead
2029 - changed fNumLine from ULong to Long to allow a negative
2030 return value. We don't expect so many lines in a file anyway,
2031 do we?
2032
2033 * mreport/MReportFileReadCC.[h,cc]:
2034 - splitted CheckFileHeader into several subfunction
2035 - added checks and reading of telescope number and file number
2036
2037 * mreport/MReportRun.[h,cc]:
2038 - added file number from new format
2039
2040 * mreport/Makefile, mreport/ReportLinkDef.h:
2041 - added MReportRec
2042
2043 * mreport/MReportRec.[h,cc]:
2044 - added
2045
2046 * mhist/MHCamera.cc:
2047 - fixed a bug in the profile and projection functions namely that
2048 the default was not correctly treated because char* was
2049 compared with char*
2050
2051 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
2052 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
2053 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
2054 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
2055 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
2056 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
2057 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
2058 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
2059 mtools/MChisqEval.cc:
2060 - fixed some cast-away constness warnings
2061 - fixed some shadow declarations
2062
2063 * mhbase/MH.[h,cc]:
2064 - removed an old obsolete workaround (ProjectionX/Y)
2065
2066 * mimage/Makefile, mimage/ImageLinkDef.h:
2067 - removed MCameraSmooth
2068
2069 * mbase/MAGIC.h:
2070 - added a new namespace UTF8 with double char characters
2071
2072 * mbase/BaseLinkDef.h:
2073 - added the new namespace UTF8
2074
2075 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
2076 datacenter/macros/fillstar.C:
2077 - some characters replaced by the new UTF8 characters
2078
2079
2080
2081 2008/06/13 Thomas Bretz
2082
2083 * datacenter/macros/fillcalib.C:
2084 - fixed a bug introduced by the usage of InserUpdate
2085
2086 * datacenter/macros/fillsignal.C:
2087 - fixed a type (the wrong number was printed to the console)
2088
2089 * mjobs/MJCalibrateSignal.cc:
2090 - let all calibration triggered events pass to calibration
2091
2092 * mtrigger/MFTriggerPattern.[h,cc]:
2093 - count a bit more to increase the printed amout of
2094 information at the end
2095
2096
2097
2098 2008/06/12 Thomas Bretz
2099
2100 * resources/starguider00267253.txt, resources/starguider00291104.txt:
2101 - added
2102
2103 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
2104 - added preliminary pointing models
2105
2106 * mpointing/MPointingDevCalc.cc:
2107 - updated comments
2108
2109 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
2110 mraw/MRawRunHeader.[h,cc]:
2111 - renamed reading the old format to ReadEvtOld
2112 - implemented reading format>10
2113 - added the header size as new argument to ReadEvt
2114
2115 * mraw/MRawEvtHeader.cc:
2116 - made the argument to DecodeTime const
2117 - fixed the return value in ReadEvtOld. kCONTINUE could
2118 never be returned
2119
2120 * mraw/MRawRead.cc:
2121 - gives header size for format>10 to ReadEvt
2122 - if EvtHeader could not be read correctly return kFALSE
2123 - let MRawCrateData::ReadEvt check end-of-file
2124
2125 * merpp.cc:
2126 - improved explanation for -ff option
2127
2128 * readdaq.cc:
2129 - added -ff option
2130 - added an option to call MReadRawFiles::SetForceMode
2131
2132 * mbase/MTime.[h,cc]:
2133 - added new member function SetBinary to easy processing
2134 of the time from the new run header
2135
2136 * mhflux/MHEffectiveOnTime.cc:
2137 - for the integral (Nm) we have to count also events in under and
2138 overflow bins
2139
2140 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
2141 mjobs/MJPedestal.cc:
2142 - call MRawFileRead::SetForceMode to get the (corrected)
2143 old behaviour back (not to stop if an event time is
2144 broken but to skip the event)
2145
2146 * mraw/MRawRunHeader.[h,cc]:
2147 - the number of events in format version V9 seems to be
2148 to high by one. We correct for this.
2149 - added new data members for the header sizes
2150 - new data member for the file number
2151 - increased cize of fSourceEpochChar
2152 - consequently increased class version number by 1
2153
2154 * datacenter/macros/plotdb.C:
2155 - improved some titles
2156 - added the new rates
2157 - added the new values from the star-files
2158
2159 * mbase/MStatusDisplay.cc:
2160 - removing the canvases from the global list didn't work
2161 because some RecursiveRemovs rely on gROOT->FindObject to work
2162 (adding them to another list didn't work either)
2163
2164 * mhflux/MHEnergyEst.cc:
2165 - renamed the "Resolution" Histogram accordingly.
2166
2167 * mjobs/MJCalibrateSignal.cc:
2168 - added a histogram showing the arrival time of
2169 extracted interleaved calibration events
2170
2171 * mraw/MRawEvtData.[h,cc]:
2172 - fixed the Draw function. It was broken since the latest changes
2173 - added fNumBytesPerSample to the Copy-function
2174 - fixed the GetSample-function
2175 - added a new member funtion to return the maximu possible
2176
2177 * mars.rc:
2178 - changed the default for the MUX spline to the 50 sl window
2179
2180 * msignal/MSignalCalc.cc:
2181 - scale the pedestal correctly with the scale
2182
2183 * mjobs/MJStar.cc:
2184 - allow filling of pyrometer information to be skipped
2185
2186 * mhist/MHWeather.cc:
2187 - show also colored labels
2188
2189 * Makefile:
2190 - it seems the libmars.so looses read permissions for group
2191 and others when it is moved. Now they are set manually
2192
2193 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
2194 - added filling of calibration pulse position
2195 - use more often NULL in case of no entries. This is less
2196 biasing in case of averaging of values
2197
2198 * macros/tutorials/readrfl.C:
2199 - print run header
2200 - print event header
2201 - skip empty events
2202
2203 * mhist/MHEvent.cc:
2204 - removed the pointing from the histogram names. It's
2205 simply obsolete
2206
2207 * mjobs/MJSpectrum.[h,cc]:
2208 - removed the kolmogorov test from output
2209 - added a new tab showing the energy resolution
2210 - therefore added a new BinningImpact to the list of binnings
2211 - store the ganymed file's file name in the output
2212
2213 * mmain/MEventDisplay.cc:
2214 - skip events without data in the loop not in the code.
2215 This ensures that no task can crash due to this
2216 when processing MCs
2217
2218 * msql/MSQLMagic.[h,cc]:
2219 - fixed InsertUpdate. The primary key was not inserted
2220 if Insert was called
2221
2222
2223
2224 2008/06/11 Thomas Bretz
2225
2226 * mhflux/MHEnergyEst.[h,cc]:
2227 - finally replaced fResolution by more correct histograms
2228 - some code cleanup in projecting, profiling and drawing
2229 - increased class version number by one
2230
2231 * mbase/MStatusDisplay.cc:
2232 - remove the embedded canvas from the global list to prevent
2233 global access to it
2234
2235 * mhbase/MH3.cc:
2236 - fixed a bug if in a 2D constructor a 1D profile was created
2237
2238 * mreport/MReportPyrometer.cc:
2239 - tiny changes to the comments
2240
2241
2242
2243 2008/06/10 Thomas Bretz
2244
2245 * mreport/MReportPyrometer.[h,cc]:
2246 - added
2247
2248 * mreport/Makefile, mreport/ReportLinkDef.h:
2249 - added MReportPyrometer
2250
2251 * mreport/MReportRun.cc:
2252 - removed obsolete include of MAstro
2253
2254 * merpp.cc:
2255 - added Pyrometer information
2256
2257 * mfileio/MWriteRootFile.h:
2258 - added new member function AddTree to add a container with the
2259 corresponding time-stamp
2260
2261 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
2262 - replaced some AddContainer by the new AddTree
2263 - added Pyrometer information to in- and output, respectively
2264
2265 * datacenter/macros/fillstar.C:
2266 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
2267 and fAvgTempSky
2268
2269 * mhist/MHWeather.[h,cc]:
2270 - removed the display of the solar radiation which was
2271 never working
2272 - added display of the pyrometer data to the display
2273 - reorganized display
2274
2275 * mjobs/MJStar.cc:
2276 - added filling of the weather data also from the pyrometer branch
2277
2278
2279
2280 2008/06/09 Thomas Bretz
2281
2282 * mbase/MArgs.[h,cc]:
2283 - for convinience store the full command line as Title
2284 - replaced *fArgv by fArgv
2285
2286 * mbase/MObjLookup.cc:
2287 - replaced C-style cast by reinterpret_cast
2288
2289 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
2290 - removed usage of Nint (obsolete... Form does rounding)
2291
2292 * datacenter/macros/fillsignal.C:
2293 - removed usage of Nint (obsolete... Form does rounding)
2294 - added new columns to get trigger rates from TrigPat tab
2295 - fixed some small bugs lately introduced
2296
2297 * mhflux/MHEffectiveOnTime.cc:
2298 - fixed a typo in ReInit
2299
2300
2301
2302 2008/06/06 Thomas Bretz
2303
2304 * datacenter/macros/plotdb.C:
2305 - added average temperature and wind speed
2306 - reviewed some ranges
2307
2308 * mhbase/MH3.cc:
2309 - in the 2D case with labels and boxes use blue line color
2310
2311 * mhflux/MHEffectiveOnTime.[h,cc]:
2312 - added a new data member fTotalTime counting the total run-time
2313 from the run-headers
2314 - added the new data member to the display
2315 - increased class version number accordingly
2316
2317 * mjobs/MJCalibrateSignal.cc:
2318 - let sum-trigger events pass to get calibrated
2319 - improved DefineLabel table for trigger patterns
2320 - added MTriggerPattern to output
2321
2322 * mjobs/MJStar.cc:
2323 - added a new tab "Rate" showing the remaining rates per run and
2324 trigger pattern after image cleaning
2325 - let only event with Lvl1 trigger pass to effective on-time
2326 calculation
2327 - changed title in plot of avg dc currents and pedestal rms
2328
2329 * mtrigger/MFTriggerPattern.[h,cc]:
2330 - added a counter counting the trigger decision
2331 - print the result in the PostProcess
2332
2333
2334
2335 2008/06/06 Thomas Bretz
2336
2337 * datacenter/macros/fillstar.C:
2338 - added windspeed and temperature
2339
2340 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
2341 datacenter/macros/fillstar.C:
2342 - use MSQLMagic instead of MSQLServer
2343
2344 * datacenter/macros/plotdb.C:
2345 - added wind speed and temperature
2346
2347 * datacenter/macros/plotstat.C:
2348 - added a plot showing the observation time per exposure (based on
2349 the source key)
2350
2351 * mbase/MStatusDisplay.cc:
2352 - fixed the SaveAs. A wrong version was comitted
2353
2354 * mextralgo/MExtralgoSpline.h:
2355 - added the missing inclusion of TMath (root 5.18)
2356
2357
2358
2359 2008/06/03 Thomas Bretz
2360
2361 * mbase/MStatusDisplay.cc:
2362 - added missing inclusion of TMath (root 5.18)
2363 - initialize gClient in batch mode to repair broken
2364 batch-mode in root 5.18. Fortunately this doesn't
2365 break root 5.12
2366 - added a SaveAs(const char *c, const Option_t *o)
2367 based on the new SaveAs from TGObject
2368
2369 * mcalib/MCalibrationChargePix.[h,cc],
2370 mextralgo/MExtralgoDigitalFilter.[h,cc]:
2371 - moved some code to source file to prevent TMath inclusion in
2372 header (root 5.18)
2373
2374 * mcalib/MCalibrationChargeCam.cc,
2375 mcalib/MCalibrationChargePINDiode.cc:
2376 - added the missing inclusion of TMath (root 5.18)
2377
2378 * mgeom/MGeomCam.[h,cc]:
2379 - for sanity (a bug in root < 5.18) filling fPixels is now
2380 done via AddAt. This "repairs" the functionality of the
2381 Streamer which before didn't store any contants of fPixels
2382 nor read any contents.
2383 - Removed the custom Clone function. It is now obsolete,
2384 because it works through the fixed Streamer
2385 - a Copy-member function has been implemented
2386 - a custom Streamer has been implemented allowing to read
2387 files containing MGeomCamMagic written with root 5.12
2388 with root 5.18
2389 - A member function containing the workaround has been implemented
2390 - Print got an option ("simple")
2391
2392 * mgeom/GeomLinkDef.h:
2393 - suppress root-Streamer
2394
2395 * manalysis/MGeomApply.cc:
2396 - added the newly necessary call to the StreamerWorkaround
2397
2398 * mgeom/MGeomPix.[h,cc]:
2399 - because with the IgnoreTObjectStreamer set for MParContainer
2400 the bits for the outer rings cannot be stored. This was no
2401 problem before because in reality they have never been written
2402 or read. To store the bits a new data-member fUserBits
2403 has been introduced.
2404 - accordingly all calles to set or remove the bits have been
2405 changed to use fUserBits instead
2406 - the class version number has been increased due to the new
2407 data member
2408 - improved Print-output
2409
2410
2411
2412 2008/06/02 Thomas Bretz
2413
2414 * mars.cc, sinope.cc:
2415 - added include of TClass for TIgnoreStreamer (root 5.18)
2416
2417 * manalysis/MEventRate.[h,cc]:
2418 - moved GetError to source file and included TMath (root 5.18)
2419
2420 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
2421 - included math.h (root 5.18)
2422
2423 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
2424 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
2425 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
2426 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
2427 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
2428 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
2429 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
2430 mpointing/MPointing.[h,cc]:
2431 - moved some code to source file to prevent TMath inclusion in
2432 header (root 5.18)
2433
2434 * mbase/MEnv.cc:
2435 - added missing include TObjArray (root 5.18)
2436 - removed obsolete EmarkerStyles (root 5.18)
2437
2438 * mbase/MDirIter.cc:
2439 - added missing include TList (root 5.18)
2440
2441 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
2442 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
2443 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
2444 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
2445 mreflector/MHReflector.cc:
2446 - added missing inlcude TH1 (root 5.18)
2447
2448 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
2449 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
2450 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
2451 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
2452 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
2453 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
2454 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
2455 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
2456 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
2457 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
2458 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
2459 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
2460 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
2461 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
2462 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
2463 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
2464 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
2465 - added missing include of TMath (root 5.18)
2466
2467 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
2468 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
2469 - added missing include of TClass (root 5.18)
2470
2471 * mhbase/MH3.cc:
2472 - added missing include of THashList (root 5.18)
2473
2474 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
2475 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
2476 - for convinience (rootcint of 5.18) changed "static const TString"
2477 to "static const char *"
2478
2479 * mhflux/MMcSpectrumWeight.cc:
2480 - Use TString::Data() for second argument in TF1 constructor.
2481 Otherwise it is ambiguous in root 5.18
2482
2483 * mhbase/MH.cc:
2484 - adde missing includes of TColor, TMath and TClass (root 5.18)
2485 - implemented a workaround which always uses the correct
2486 CreateGradientColorTable (root 5.18)
2487
2488 * Makefile:
2489 - linking of the shared object is now done in /tmp
2490 - replaced = by := where possible
2491
2492 * mjobs/MJCalibrateSignal.cc:
2493 - do not invert contcoscal, that's wrong
2494
2495 * mmovie/MMovieWrite.cc:
2496 - added a #if-directive to use either gStyle or TColor
2497 for CreateGradientColorTable depending on root-version
2498
2499 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
2500 - replaced Monate Carlo container by MPointingPos
2501 - made every algorithm unique
2502
2503
2504
2505 2008/06/01 Thomas Bretz
2506
2507 * callisto.cc, star.cc:
2508 - renamed new option to "--null-dev" (clashes with MLog options)
2509
2510 * mbase/MContinue.cc:
2511 - improved output
2512
2513 * mbase/MTaskList.cc:
2514 - fixed broken FindTaskList
2515
2516
2517
2518 2008/05/31 Thomas Bretz
2519
2520 * callisto.cc, star.cc:
2521 - added new option "--null" to suppress run-wise output files
2522
2523 * mjobs/MJob.h:
2524 - added new data-member fNullOut to flag suppression of
2525 run-wise output files
2526
2527 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2528 - use new option HasNullOut from base class
2529
2530 * mbase/MClone.cc:
2531 - fixed Init (still had a constructor like initializer)
2532
2533 * mtrigger/MFTriggerPattern.h:
2534 - included missing MTripperPattern
2535
2536 * mtrigger/MFTriggerPattern.cc:
2537 - removed default arguments
2538 - exchanged ^ by ~
2539 - fixed a few typos in function names
2540
2541
2542
2543 2008/05/27 Stefan Ruegamer
2544
2545 * datacenter/scripts/filesondisk
2546 - changed the search for raw files to not search in hidden folders
2547
2548
2549
2550 2008/05/25 Thomas Bretz
2551
2552 * mtrigger/MTriggerPattern.cc:
2553 - fixed a typo in a comment
2554
2555 * mtrigger/MFTriggerPattern.[h,cc]:
2556 - some code cleanup (mainly unified all the Require and Deny
2557 functions into one)
2558 - added a DenyAll member function
2559 - added Allow member functions including an AllowAll member function
2560
2561 * mjobs/MJPedestal.cc:
2562 - To choose pedestals we now deny all other trigger bits except the
2563 pedestal bit and in the case of data runs we deny all bits
2564 except trigger lvl1 and trigger lvl2
2565
2566 * mjobs/MJCalibration.cc:
2567 - In addition to denial of prescaled calibration events we
2568 deny any bit in the unprescaled pattern but allow only
2569 calibration events
2570
2571 * mjobs/MJCalibrateSignal.cc:
2572 - Instead of the denial of only calibration and pedestal events,
2573 we now deny any bit in the pattern, but allow Trigger Lvl1
2574 and Trigger Lvl2 events to choose cosmics
2575 - Instead of the denial of only lvl1 and lvl2 events,
2576 we now deny any bit in the pattern, but allow pedestal
2577 events to choose pedestals
2578 - Instead of requiring only calibration events,
2579 we now deny any bit in the pattern, but require the calibration
2580 bit to choose calibration events
2581
2582 * mbase/MClone.[h,cc]:
2583 - instead of cloning the object again and again we now clone
2584 it once and then just copy the contents. A new option has
2585 been introduced to switch back to the old behaviour
2586
2587 * mbase/MStatusDisplay.[h,cc]:
2588 - changed the argument of GetEmbeddedCanvas from a pointer
2589 to a reference
2590
2591 * macros/rootlogon.C:
2592 - switched on optimization (-O3) for ACLIC
2593
2594
2595
2596 2008/05/24 Thomas Bretz
2597
2598 * mjobs/MJCalibrateSignal.cc:
2599 - removed the obsolete fconsmics (what the hell did it do...
2600 it removed the largest events?)
2601 - added a cosmics trigger for calibration events instead
2602
2603
2604
2605
2606 2008/05/20 Thomas Bretz
2607
2608 * mjobs/MJCalibrateSignal.cc:
2609 - added a MH3-histogram to be filled. It contains the
2610 rate of the trigger pattern per run.
2611 - the filter selecting the calibration or pedestal
2612 events has been renamed from ftp to fcalped
2613 - the MContinue rejecting these events has been renamed
2614 from conttp to contcalped
2615 - the filter selecting the pedestal events have been
2616 renamed from ftp2 to fped
2617 - In the case of MUX data (no lo-gain) this filter
2618 is now also rejecting lvl1 and lvl2 triggered events
2619 - the ftp2-filter for the pedestal extraction tasks and
2620 the corresponding histogram fillers is obsolete
2621 - the previouls "PedestalFilter" is obsolete.
2622 - it doesn't make sense not to extract the signal (filter
2623 of teskenv1, taskenv2 and taskenv3) but process the
2624 rest of the tasklist
2625 - the pedestal extraction (as the calibration was already)
2626 has been moved to its own tasklist with the corresponding
2627 filter applied.
2628 - tlist3 has been renamed to tlist4
2629 - contped has been removed from the tasklist
2630
2631 * mhbase/MH3.cc:
2632 - fixed a bug introduced with the lables (it must be !(x&y)
2633 instead of !x&y
2634
2635 * mjobs/MDataSet.cc:
2636 - shortened a line of output to fit into 80 characters
2637
2638
2639
2640 2008/05/19 Thomas Bretz
2641
2642 * Makefile.conf.general, Makefile.conf.linux:
2643 - distinguish between := (eval once) and = (eval every access)
2644
2645 * mbase/BaseLinkDef.h, mbase/Makefile:
2646 - added MObjLookup
2647
2648 * mbase/MObjLookup.[h,cc]:
2649 - added
2650
2651 * mbase/MEvtLoop.cc:
2652 - set progress bar position to 0 before PreProcessing
2653
2654 * mdata/MDataMember.[h,cc]:
2655 - added a member function to get a string
2656
2657 * mfilter/MFCosmics.cc:
2658 - fixed a typo in a comment
2659
2660 * mhbase/MH.[h,cc]:
2661 - improved SetBinning for newer root-versions
2662 - improved SetBinning to correctly support axis with labels
2663 (keeps the binning unchanged)
2664
2665 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
2666 - support for axis labels was added.
2667 - a possibility to set an additional weight has been added
2668 - the version number has been increased accordingly
2669
2670 * mjobs/MJPedestal.cc:
2671 - deny level1 and level2 triggers choosing pedestal events
2672
2673 * mraw/MRawRunHeader.h:
2674 - added a member function returning the RunLength (stop-start)
2675
2676 * mtrigger/MTriggerPattern.[h,cc]:
2677 - wrapped some comments
2678 - improved comments
2679
2680
2681
2682 2008/05/15 Thomas Bretz
2683
2684 * mfilter/MFMagicCuts.[h,cc]:
2685 - fixed a few typos in comments and in the output
2686 - added an option kAreaLin with a linear cut in area for special
2687 studies
2688
2689 * mbase/MStatusDisplay.cc:
2690 - if no MStatusArray is found, keys which store a TCanvas object
2691 are displayed instead if available
2692
2693 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2694 - the extraction range to get the maximum is now determined
2695 automatically from the MExtractedSignalCam
2696
2697 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
2698 - raise an error if there is a mismatch in the number of samples
2699
2700
2701
2702
2703 2008/05/14 Thomas Bretz
2704
2705 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
2706 - enhanced to allow direct filling of Profile histograms
2707
2708 * mjobs/MDataSet.h:
2709 - fixed a bug in Print() causing an infinite loop
2710
2711 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
2712 - write the dataset(s) to the output file
2713
2714 * mjtrain/MJTrainEnergy.cc
2715 - write the dataset to the output file
2716 - added new plots to show the resolution versus several different
2717 parameters
2718
2719 * mpedestal/MPedestalSubtract.[h,cc]:
2720 - added an additional check to compate the number of hi-/lo-gain
2721 slices in the run- and event-header
2722
2723 * mpointing/MPointingDevCalc.cc:
2724 - added the 14th Jan 08 to the list of new pointing models
2725
2726
2727
2728 2008/05/07 Stefan Ruegamer
2729
2730 * datacenter/scripts/checkmd5sum
2731 - implemented check of files from /magic and /data
2732
2733 * datacenter/scripts/checktransfer
2734 - changed the search for temporary zipfiles to not search in hidden
2735 directories
2736
2737 * datacenter/scripts/movingrawfiles2
2738 - movingrawfiles to move raw files from /data/fromtape
2739
2740 * datacenter/scripts/runcallisto
2741 - changed default callisto.rc to callisto_mux_new.rc
2742
2743 * datacenter/scripts/zipscript
2744 - changed the script due to the fact that /magic/data/rawfiles is
2745 now a link
2746 - changed the find to not search in hidden directories
2747 - added the -n option to ssh
2748
2749 * resources/calibration_spline.rc
2750 - added calibration factors for periods 62-66 but these are not
2751 newly calculated, simply pasted from previous periods!
2752
2753
2754
2755 2008/04/08 Thomas Bretz
2756
2757 * mreport/MReportDrive.cc:
2758 - implemented changes of Version 20080220
2759
2760
2761
2762 2008/03/19 Thomas Bretz
2763
2764 * mjobs/MJSpectrum.cc:
2765 - fixed a bug introduced yesterday. The overflow bin was not
2766 correctly referenced
2767
2768
2769
2770 2008/03/18 Thomas Bretz
2771
2772 * sponde.cc:
2773 - added new option "--force-runtime"
2774
2775 * mbase/MEnv.h:
2776 - added WriteFile to context menu
2777
2778 * mjobs/MJSpectrum.[h,cc]:
2779 - added a new option to force using the runtime instead of the
2780 effective observation time (this might bw wrong for very
2781 short datasets)
2782 - added a check if the effective observation time is out of
2783 the histogram range... print a warning if so and include
2784 the overflow bins into the eff. obs time
2785 - added an estimated sensitivity curve for high and low za
2786 to the spectrum plots
2787 - added description text for 1553 and crab spectrum
2788 - write out the MC events after cuts including their weights
2789 - do not fit at 1TeV but 500GeV instead
2790
2791 * mjobs/MJob.cc:
2792 - check in WriteContainer whether the file is already open
2793
2794 * mpointing/MPointingDevCalc.cc:
2795 - added some more comments
2796
2797 * mhflux/MMcSpectrumWeight.[h,cc]:
2798 - added the possibility to extend a spectrum by "fake" statistics
2799
2800
2801
2802 2008/03/14 Daniel Hoehne
2803
2804 * datacenter/macros/filldotrun.C:
2805 - inserted new arehucas version
2806
2807
2808
2809 2008/03/04 Thomas Bretz
2810
2811 * condor/program.submit, condor/macro.submit, condor/script.submit:
2812 - added
2813
2814
2815
2816 2008/03/03 Thomas Bretz
2817
2818 * mhflux/MHAlpha.[h,cc]:
2819 - allow to project individual bins in DrawNicePlot
2820
2821
2822
2823 2008/02/24 Thomas Bretz
2824
2825 * mbase/MLog.h:
2826 - added a getter for the OutputLevel (for debugging)
2827
2828 * mpointing/MPointing.h:
2829 - added a memberfunction to calculate the Abs-value
2830
2831 * mpointing/PointingLinkDef.h:
2832 - added RaDec
2833
2834
2835
2836 2008/02/21 Daniela Dorner
2837
2838 * datacenter/db/builddatasets.php:
2839 - display 'Remark' only in case of errors
2840
2841
2842
2843 2008/02/08 Stefan Ruegamer
2844
2845 * datacenter/scripts/checkmd5sum
2846 - added check to prevent that checksums of files not read from tape
2847 enter the .lapalma file
2848
2849 * datacenter/scripts/dbchk
2850 - added check for crashed runs, sequences and datasets
2851 - corrected bugs in find command and $dir-loops
2852 - adapted to the automatic concept and added it to the cronjobs
2853
2854
2855
2856 2008/02/01 Stefan Ruegamer
2857
2858 * datacenter/macros/filldotrun.C
2859 - added default entry for fCompmux for new runs
2860
2861 * datacenter/macros/checkfileavail.C
2862 - added checking of fCompmux
2863
2864
2865
2866 2008/02/01 Daniel Hoehne
2867
2868 * datacenter/db/runinfo-aio.php:
2869 - fixed 'bug' with query. Now runs are displayed in ascending order
2870
2871
2872
2873 2008/01/31 Thomas Bretz
2874
2875 * mbase/MThread.[h,cc]:
2876 - imported from Cosy
2877
2878 * mbase/Makefile:
2879 - added MThread
2880
2881 * mbase/BaseLinkDef.h:
2882 - added MThread
2883
2884
2885
2886 2008/01/27 Thomas Bretz
2887
2888 * .rootrc:
2889 - updated with the correct path to the ViewCVS
2890
2891
2892
2893 2008/01/24 Thomas Bretz
2894
2895 * mpointing/MPointing.cc:
2896 - added ClassImp for RaDec
2897
2898 * mpointing/MPointing.h:
2899 - added code for classes AltAz and RaDec deriving from TVector2
2900 not to be used in Mars and Cosy
2901
2902
2903
2904 2008/01/24 Daniel Hoehne
2905
2906 * scripts/preparemc:
2907 - adapted to new rawfile/camera structure in /magic/montecarlo
2908
2909
2910
2911 2008/01/14 Thomas Bretz
2912
2913 * mpointing/MPointing.h:
2914 - added enumeration operator[]
2915
2916
2917
2918 2008/01/11 Thomas Bretz
2919
2920 * mbase/MLog.cc:
2921 - correctly use delete[] instead of delete for fGuiLInes as
2922 suggested by valgrind.
2923
2924
2925
2926 2008/01/09 Thomas Bretz
2927
2928 * mbadpixels/MBadPixelsTreat.[h,cc]:
2929 - removed obsolete fRawHeader
2930
2931 * mpointing/MSrcPosCam.[h,cc]:
2932 - added Paint member function
2933
2934 * mpointing/MSrcPosRndm.[h,cc]:
2935 - also produce a antio source position for wobble observations
2936
2937 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
2938 mpedestal/MPedestalCam.cc:
2939 - some cosmetics
Note: See TracBrowser for help on using the repository browser.