source: trunk/MagicSoft/Mars/Changelog@ 9198

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