source: trunk/MagicSoft/Mars/Changelog@ 9186

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