source: trunk/MagicSoft/Mars/Changelog@ 9196

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