source: trunk/Mars/Changelog@ 9856

Last change on this file since 9856 was 9856, checked in by tbretz, 16 years ago
Fixed scaling of the intgeral histogram in MHHadroness.
File size: 22.6 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2010/08/13 Thomas Bretz
22
23 * mimage/MHHillasExt.[h,cc]:
24 - added new histograms to display new variables
25 - increased class version number
26
27 * mimage/MHillasExt.cc:
28 - fixed claculation of the weighted time spreads
29 - fixed a bug in the calculation of the third moments!
30
31 * mhist/MHHadronness.cc:
32 - fixed min/max of the intgral histogram
33
34
35
36 2010/08/13 Daniela Dorner
37
38 * datacenter/scripts/sourcefile:
39 - implemented faster queries for the dependencies of the steps
40 - simplified code
41 - introduced new level for printprocesslog: DEBUG
42
43 * resources/steps_fact.rc:
44 - adapted to change in queries in sourcefile
45
46
47
48 2010/08/12 Thomas Bretz
49
50 * mimage/MHillasExt.[h,cc]:
51 - added Getter for fSlope*
52 - added new data members to Print() output
53 - adapted Set() member function
54 - fixed code for calculating weighted spreads
55 - added new data members to Clear function
56
57 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHNewImagePar.cc,
58 mimage/MHVsSize.cc, mimage/MHHillasSrc.cc, mimage/MHImagePar.cc,
59 mhcalib/MHGausEvents.cc, mhflux/MHThetaSq.cc, mhflux/MHAlpha.cc,
60 mhflux/MHFalseSource.cc, mhflux/MHEffectiveOnTime.cc,
61 mhflux/MHCollectionArea.cc, mhflux/MHThetaSqN.cc, mhflux/MHDisp.cc,
62 mhflux/MHThreshold.cc, mhflux/MHEnergyEst.cc, mjtrain/MJTrainDisp.cc,
63 mtools/MHSimulatedAnnealing.cc, mmuon/MHSingleMuon.cc,
64 mmuon/MHMuonPar.cc, mpointing/MHSrcPosCam.cc,
65 mpedestal/MHPedestalCor.cc, mhist/MHCamEventRot.cc,
66 mhist/MHStarMap.cc, mjobs/MJSpectrum.cc, mbadpixels/MHBadPixels.cc,
67 mfbase/MFEventSelector2.cc, mhbase/MBinning.cc, mhbase/MH.[h,cc],
68 mhbase/MH3.cc, mhbase/MHMatrix.cc, msim/MHPhotonEvent.cc:
69 - changes MH::SetBinning and similar functions to take references
70 instead of pointers
71 - for the time being wrappers are kept not to break macros
72
73
74
75 2010/08/11 Thomas Bretz
76
77 * mhbase/MH3.[h,cc]:
78 - added another type to be able to setup a standard profile and
79 one which display the spread as error
80 - improved/fixed error calculation/display
81
82 * mimage/MHillasExt.[h,cc]:
83 - added new data members fTimeSpread and fTimeSpreadWeighted
84 - added new data members fSlopeSpread and fSlopeSpreadWeighted
85 - implemented code to calculate the time spreads and slope spreads
86 - increased class version id by 1
87
88 * mjtrain/TrainLinkDef.h:
89 - added MJTrainImpact
90
91 * mjtrain/MJTrainImpact.[h,cc]:
92 - added
93
94 * mjtrain/MJTrainEnergy.h:
95 - added SetTrainExpSize member function
96
97 * mjtrain/MJTrainDisp.cc:
98 - made the display of the cut-lines a bit more flexible
99 - slightly changed the meaning of the plots
100
101
102
103 2010/08/10 Thomas Bretz
104
105 * msim/MPhotonData.cc:
106 - fixed two warnings in FillEventIO (implicit conversion
107 from float to int)
108
109 * mhbase/MHn.[h,cc]:
110 - added SetConversion to allow for setting a conversion function
111
112 * mhbase/MH3.[h,cc]:
113 - added conversion function for displaying the histogram
114 - added new data member fConversion
115 - added new member functions Convert and SetConversion
116 - implemented conversion before displaying
117
118 * mjtrain/MJTrainEnergy.cc:
119 - display resolution directly (sqrt)
120 - changed default binning
121 - don't use build in conversion from mm to degree but
122 MGeomCam.fConvMm2Deg instead.
123
124 * Makefile.rules:
125 - replaced cvs by svn in diff
126
127 * mjtrain/MJTrainDisp.cc:
128 - don't use build in conversion from mm to degree but
129 MGeomCam.fConvMm2Deg instead.
130
131
132
133 2010/08/06 Thomas Bretz
134
135 * msimcamera/MSimCamera.[h,cc]:
136 - added the possibility to set an overall baseline, baseline-noise
137 and gain.
138
139 * ceres.rc:
140 - added entries for the new values
141
142
143
144 2010/07/28 Daniela Dorner
145
146 * datacenter/db/menu.php:
147 - updated initial parameter selection for mcinfo.php
148 - changed table for GetMin/Max to CeresInfo
149
150 * datacenter/db/mcinfo.php:
151 - bugfix for removing WHERE or AND at end of queries
152 - added fStopTime to status-column in case of failure
153 - bugfix for correct joins in case of group-by
154
155 * datacenter/db/mcdefs.php:
156 - updated runtime of ceres
157 - updated joins for status tables
158
159 * datacenter/scripts/insertmc:
160 - added (script to add runs to the database)
161
162 * datacenter/scripts/runcorsika:
163 - added check if 'END OF FILE' is contained in logfile
164 - added check if file number > 999 and change filename if it is
165
166 * datacenter/scripts/setup.wue.fact.mc:
167 - removed cprun
168 - added callisto and star in scripts-array
169
170 * datacenter/scripts/sourcefile:
171 - removed variables for fProgramId
172
173 * resources/steps_fact.rc:
174 - added missing needs
175
176
177
178 2010/07/23 Reiner Rohlfs
179
180 * mcorsika/MCorsikaFormat.[h,cc]
181 - new files
182 All the differences between EventIo files and coriska files
183 are implemented in these files.
184
185 * mcoriska/MCorsikaRead.[h,cc]
186 - the file handler fIn is replaced by the MCorsikaFormat class.
187 - every access to the input file is replaces by calling
188 methods of MCorsikaFormat.
189
190 * mcoriska/MCorsikaRunHeader.[h,cc]
191 - the file handler fIn is replaced by the MCorsikaFormat class.
192 - every access to the input file is replaces by calling
193 methods of MCorsikaFormat.
194
195 * mcoriska/MCorsikaEvtHeader.[h,cc]
196 - the file handler fIn is replaced by the MCorsikaFormat class.
197 - every access to the input file is replaces by calling
198 methods of MCorsikaFormat.
199
200 * msim/MPhotonEvent.cc
201 - method ReadCorsikaEvt distinguish between Corsika and EventIo
202 input files and calls either FillEventIO() or FillCorsika().
203
204 * msim/MPhotonData.[h,cc]
205 - new method: FillEventIO, which is similar as FillCorsika
206
207
208 2010/07/09 Thomas Bretz
209
210 * mpointing/MSrcPosCam.[h,cc]:
211 - now the particle position is stored in any case in the headers
212 so in case we have a view cone we must keep the position fixed
213 - added the fix for the MC monte carlos (for them X needs to
214 change its sign due to a bug in the reflector program)
215
216 * mars.rc, star.rc:
217 - changed time contraint in cleaning from aboslute values
218 to relative values (units now ns/deg)
219
220 * mimage/MImgCleanStd.cc:
221 - changed time contraint in cleaning from aboslute values
222 to relative values (units now ns/deg)
223
224
225
226 2010/07/07 Daniela Dorner
227
228 * datacenter/scripts/runceres:
229 - fixed typo
230
231
232
233 2010/07/06 Daniela Dorner
234
235 * datacenter/scripts/runstar_mc:
236 - fixed typo
237 - added inpath to command line
238
239
240
241 2010/07/05 Daniela Dorner
242
243 * datacenter/scripts/runceres:
244 - added path for C and P run (was not the same like for D run)
245
246 * datacenter/scripts/sourcefile:
247 - fixed joins in subquerypart()
248
249 * datacenter/scripts/runcallisto_mc:
250 - added inpath to command line
251
252 * datacenter/db/mcinfo.php:
253 - removed FailMenu
254 - fixed bug (group by did not work in case statusvalue was not
255 selected)
256
257 * datacenter/db/mcdefs.php:
258 - removed FailMenu columns
259
260
261
262 2010/07/05 Thomas Bretz
263
264 * mraw/MRawRunHeader.h:
265 - added missing SetFileNumber
266
267 * mjobs/MSequence.cc:
268 - added the missing file number to teh MC file names
269
270 * msimcamera/MSimCalibrationSignal.h:
271 - changed virtual file name from 000000 to 000001 to force file
272 number to be 1.
273
274 * mjobs/MJSimulation.[h,cc]:
275 - added run-number to ceres.root filename
276
277
278
279 2010/07/02 Daniela Dorner
280
281 * datacenter/scripts/runcorsika:
282 - removed $com
283 - updated logging
284
285 * datacenter/scripts/runceres:
286 - fixed path
287 - added error handling
288
289 * resources/steps_fact.rc:
290 - update joins to new scheme to include further steps in the chain
291
292 * datacenter/scripts/sourcefile:
293 - adapted queries to new scheme of joins
294
295 * datacenter/scripts/runstar_mc:
296 - added (script to run star for mc)
297
298
299
300 2010/07/02 Daniela Dorner, Christian Farnier
301
302 * datacenter/scripts/runcallisto_mc:
303 - added (script to callibrate mc)
304
305
306
307 2010/06/30 Daniela Dorner
308
309 * datacenter/db/mcinfo.php:
310 - added output to step column in case job is running
311 - fixed typo
312
313 * datacenter/scripts/runcorsika:
314 - small bugfix (new version of 'cut' gives error for '-c 0-4')
315
316 * datacenter/scripts/runceres:
317 - added (script to run telescope simulation of file basis)
318
319 * datacenter/scripts/setup.wue.magic.data,
320 datacenter/scripts/setup.wue.magic.mc,
321 datacenter/scripts/setup.wue.fact.mc:
322 - added condorpath
323
324 * datacenter/scripts/jobmanager,
325 datacenter/scripts/scriptlauncher:
326 - implemented condorpath
327
328 * datacenter/scripts/sourcefile:
329 - changed log and error file name for jobmanager
330
331 * resources/steps_fact.rc:
332 - fixed typo
333
334
335
336 2010/06/29 Daniela Dorner
337
338 * datacenter/db/mcinfo.php:
339 - added duration to step column in case of 'failed' and 'done'
340
341
342
343 2010/06/28 Daniela Dorner
344
345 * datacenter/db/include.php:
346 - adapted status query for new db layout
347
348 * datacenter/db/menu.php:
349 - added and exchanged menu points and init elements for the new
350 layout of the FACT mc db
351 - bugfix that menu items can be switched off
352
353 * datacenter/db/mcinfo.php:
354 - adapted the queries for the new layout of the FACT mc db
355 (different table names, structures and content)
356 - adapted query for the status group by
357
358 * datacenter/db/mcdefs.php:
359 - adapted the arrays for the new layout of the FACT mc db
360
361
362
363 2010/06/28 Thomas Bretz
364
365 * mbase/MStatusDisplay.cc:
366 - Status displays where stored as MStatusArray instead of
367 MStatusDisplay
368 - Read now also can read other StatusDisplays if a key is found in
369 the file
370
371
372
373 2010/06/25 Thomas Bretz
374
375 * mjobs/MJSimulation.[h,cc]:
376 - added data member fRunNumber
377 - changed the rules to create the output file names
378 - set default run-numbers for different run-ytpes
379 - apply run-number
380 - added IntendedPulsePosition to output
381
382 * mraw/MRawRunHeader.h:
383 - added SetFileNumber member function
384
385
386
387 2010/06/24 Thomas Bretz
388
389 * mgeom/MGeomCam.h:
390 - call constructor of base class in copy-constructor
391
392 * mhbase/MH.h:
393 - remove argument name where obsolete
394
395 * mjobs/MJSimulation.cc:
396 - fixed some axis labels
397
398 * msimreflector/MMirrorDisk.cc:
399 - changed interpretation from file from radius to diameter
400
401 * ceres.cc:
402 - added option --run-number
403
404 * showplot.cc:
405 - set default palette to pretty palette
406
407 * mcorsika/MCorsikaRunHeader.h:
408 - added getter for ViewConeInnerAngle
409
410 * mmc/MMcCorsikaRunHeader.h:
411 - added HasViewCone
412 - added SetViewCone
413
414 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
415 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
416 - increased class version number accordingly
417 - moved setter
418 - moved getter
419 - adapted Clean()
420 - adapter copy-constructor
421
422 * mpointing/MPointingDevCalc.cc:
423 - added some comments
424
425 * msim/MSimMMCS.cc:
426 - transfer view cone data
427 - set run-info (run/file-number) according to new scheme
428 - always set MMcEvt::fPhi/fTheta to particle direction
429
430
431
432 2010/06/24 Daniela Dorner
433
434 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
435 - bugfixes: changed joins to get correct queries for all cases
436
437 * datacenter/scripts/setup.wue.fact.mc:
438 - changed path for setup files
439 - added runceres to jobmanager settings
440
441
442
443 2010/06/22 Daniela Dorner
444
445 * datacenter/scripts/writemcsequencefile:
446 - improved logging
447
448 * datacenter/scripts/sourcefile:
449 - adapted greps in rc-files to grep only lines which are no
450 comments
451
452
453
454 2010/06/17 Daniela Dorner
455
456 * resources/steps_fact.rc:
457 - removed step CPRun
458 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
459 whether the join is with a different table
460
461 * datacenter/scripts/sourcefile:
462 - bugfix in query
463 - included new type of join from steps.rc
464 - added comments
465
466
467
468 2010/06/16 Daniela Dorner
469
470 * resources/steps_fact.rc:
471 - removed step CPRun
472 - added step SequenceFile
473
474 * datacenter/scripts/setup.wue.fact.mc:
475 - added path for mc sequences
476
477 * datacenter/scripts/writemcsequencefile:
478 - added (script to write mc sequencefiles)
479
480
481
482 2010/06/15 Daniela Dorner
483
484 * resources/steps_fact.rc:
485 - added (file containing the dependencies for the steps of the
486 automatic production of MC for FACT)
487
488
489
490 2010/06/14 Daniela Dorner
491
492 * datacenter/scripts/sourcefile:
493 - bugfix in query
494
495 * datacenter/scripts/runcorsika:
496 - added output of command to processlog
497
498 * datacenter/scripts/setup.wue.fact.mc:
499 - changed setup to be used by user montecarlo to reproduce some
500 corsikas
501
502
503
504 2010/06/11 Daniela Dorner
505
506 * datacenter/scripts/sourcefile:
507 - changed functions and queries to new db layout
508 - added functions to get values from steps.rc
509 - new function for part of query which is identical for the
510 functions getstatus() and gettodo()
511 - removed $reset (was only needed for MerppUpdate)
512 - improved and added comments
513
514 * datacenter/scripts/jobmanager:
515 - implemented changes for new db layout
516 - fix in function nextscript(): wrong variable was used
517
518 * datacenter/scripts/runcorsika:
519 - implemented changes for new db layout
520 - merged uncommitted changes of Thomas Bretz
521 - Observatory values and atmosphere now read from DB
522 - implemented new seeds
523 - removed $reused
524 - wavelength range now read from DB
525
526 * datacenter/scripts/setup.wue.fact.mc:
527 - added (setup for fact mc production)
528
529
530
531 2010/06/11 Stefan Ruegamer
532
533 * mjobs/MJSpectrum.cc
534 - corrected the flux of the published MAGIC spectrum
535
536
537
538 2010/06/03 Thomas Bretz
539
540 * mranforest/MRanForestCalc.cc:
541 - added stdlib.h to make Dominik happy ;)
542
543
544
545 2010/05/05 Thomas Bretz
546
547 * mastro/MAstro.cc:
548 - fixed AngularDistance (called a non existing function and
549 the compiler didn't complain)
550
551 * mbase/MParContainer.[h,cc]:
552 - added static function Overwrites (previously in MTask)
553
554 * mbase/MStatusDisplay.[h,cc]:
555 - allow writing a MStatusDisplay without writing a MStatusArray
556 (therefore added SeveAsPlainRoot)
557 - improved reading of files just containing canvases and objects
558
559 * mbase/MTask.[h,cc]:
560 - moved code from Overwrites to a static function in MParContainer
561
562 * msimcamera/MSimCalibrationSignal.cc:
563 - changed distribution of signal from Gauss to Poissonian
564
565 * showplot.cc:
566 - removed nonsense "-q" option
567
568 * mbase/MStatusArray.[h,cc]:
569 - fixed/improved (once again) deleting of the array
570
571 * mbase/MStatusDisplay.cc:
572 - removed the MAstroCatalog workaround - is it still necessary?
573 (needs testing)
574 - added UpdateMemory every here and there to get the memory
575 consumption is more circumstances
576
577
578
579 2010/04/22 Thomas Bretz
580
581 * showplot.cc:
582 - added --debug-mem option
583
584 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
585 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
586 - added missing call to the RecursiveRemove of the base class
587
588 * mfileio/MReadTree.cc:
589 - In the case Notify failed since about two years accidentaly
590 kTRUE instead of kERROR was returned
591
592 * mfileio/MWriteRootFile.cc:
593 - added some more debug output
594
595 * mhflux/MAlphaFitter.cc:
596 - Return if fit failed
597
598 * mhflux/MHPhi.cc:
599 - avoid inf and nan when producing histogram (the divisor could
600 have been zero in case of the inetgral of an empty histogram)
601
602
603
604 2010/04/21 Thomas Bretz
605
606 * macros/rootlogon.C:
607 - a small fix which gets rid of the annoying error about an
608 unlocked mutex when starting the MStatusDisplay in the
609 interpreter. It makes sure that fGThreadFactory gets initialized
610 from the main thread.
611
612 * mbase/MStatusDisplay.cc:
613 - added a console output if TryLock fails
614 - the return value of TString::Index was misinterpreted
615
616 * mmuon/MHSingleMuon.cc:
617 - removed another reference to gMinuit
618
619 * msimcamera/MSimRandomPhotons.cc:
620 - re-did the output
621 - choose the other rate f2 instead of f1
622
623 * msimcamera/MSimTrigger.[h,cc]:
624 - keep the index of the trigger channel which finnaly issued
625 the trigger and propagate it to the event header
626
627 * mraw/MrawEvtHeader.h:
628 - implementd setter for fNumTriggerLvl1
629
630
631
632 2010/04/20 Thomas Bretz
633
634 * mfileio/MReadTree.cc:
635 - no error was returned anymore when Notify() failed. Fixed.
636
637
638
639 2010/04/19 Thomas Bretz
640
641 * mbase/MStatusArray.cc:
642 - added a workaround to prevent crashes in case of double
643 deleteion of the fHistogram in TGraphs
644
645 * mcorsika/MCorsikaEvtHeader.cc:
646 - replaced special characters by UTF8 characters
647
648 * mgeom/MGeom.[h,cc]:
649 - implemented function to return the distance squared
650
651 * mjobs/MJSimulation.cc:
652 - display degree symbol correctly in plots
653 - added artificial star-files to output
654 - for the moment the output of the reflector files is suppressed
655
656 * mmuon/MHSingleMuon.cc:
657 - catch if the fit failed
658 - replaced use of gMinuit by direct access to the function
659
660 * mpointing/MPointing.cc:
661 - replaced deg-symbol by UTF8 character
662
663 * mpointing/MPointingDevCalc.cc:
664 - added more information
665
666 * msignal/MSignalCam.[h,cc]:
667 - made the data members describing the image persistent.
668 they are not guranteed to have correct contents. Use
669 MNewImagePar instead.
670 - increased class version number accordingly
671
672 * msimreflector/MMirrorHex.h:
673 - added Getter for fD
674
675
676
677 2010/04/13 Daniela Dorner
678
679 * datacenter/db/builddatasets.php:
680 - updated check for observation mode: allowed 'N/A', as there is
681 else an error for old data
682
683
684
685 2010/04/13 Thomas Bretz
686
687 * msim/MHPhotonEvent.cc:
688 - automatic binning for case 3
689 - new case 5
690
691 * msim/MHPhotonEvent.h:
692 - this can be a huge memory consumption and we don't need double
693 precision (range) accordingly changed all TH*D to TH*F.
694 consequently increased class version number
695
696
697
698 2010/03/30 Thomas Bretz
699
700 * Makefile.conf.general:
701 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
702 ignored
703
704 * mbase/MQuaternion.h:
705 - added member-function to normalize vector part of quaternion
706
707 * mbase/MTime.cc:
708 - issue an error if __LINUX__ is not set
709
710 * mjobs/MJSimulation.cc:
711 - set name of reflector explicitly to "Reflector"
712
713 * msimreflector/MMirror.h:
714 - added member function to set z position (for optimization purpose)
715 - added SimPSF(TVector3&)
716
717 * msimreflector/MSimReflector.[h,cc]:
718 - added name of reflector as data member
719
720 * melectronics/MAvalanchePhotoDiode.cc:
721 - scale the crosstalk probability as the height of the emitted
722 signal with the recovery time.
723
724 * mhflux/MHEnergyEst.cc:
725 - added a workaround to get rid of some root-warnings
726
727 * mjtrain/MJTrainEnergy.cc:
728 - improved axis labels
729
730 * mpointing/MPointingDevCalc.cc:
731 - added some more comments
732
733 * msimreflector/MMirror.[h,cc]:
734 - added fShape to allow for parabolic mirrors
735
736 * msimreflector/MReflector.cc:
737 - implemented the option of parabolic mirrors into the
738 reflector defintion file
739
740 * msimreflector/MSimReflector.[h,cc]:
741 - implemented (and fixed) the calculation of the reflection at
742 parabolic surfaces
743 - implemented the possibility to switch off the early check for
744 "photon can hit the camera" (fDetectorMargin<0)
745 - added setter for fDetectorMargin
746
747
748
749
750 2010/03/01 Stefan Ruegamer
751
752 * resources/hilocalib.rc:
753 - added df factors for p23-25, using the same as for p22. Sequences
754 are not running with df in these periods, therefore the correct
755 factors cannot be determined, and it doesn't matter anyway.
756
757 * datacenter/read_lapalma-tapes:
758 - added automationsetup before movingrawfiles
759
760
761
762 2010/02/23 Thomas Bretz
763
764 * mbase/MAGIC.cc:
765 - projections are supposed to work again in root 5.26
766 (not tested yet)
767
768 * mbase/MGMap.cc, mbase/MObjLookup.cc:
769 - key and val are Long64 in newer root versions
770
771 * mdata/MDataPhrase.cc:
772 - need inclusion of TFormulaPrimitive in root 5.26
773
774 * mhflux/MMcSpectrumWeight.cc:
775 - root 5.26 has a different calling convention for TH1::Intgeral
776
777 * mjobs/MJob.cc:
778 - added a suggested parenthesis
779
780 * mjtrain/MJTrainDisp.cc:
781 - cast the MH3 histogram correctly to a TH2
782
783
784
785 2010/02/22 Daniela Dorner
786
787 * datacenter/db/menu.php:
788 - added ObsLevel and download link column for cta pages
789
790 * datacenter/db/ctadefs.php:
791 - added observation level
792
793 * datacenter/db/ctamcinfo.php:
794 - added column with download link for the files
795
796 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
797 datacenter/db/culminating.php, datacenter/db/datacheck.php,
798 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
799 datacenter/db/include.php, datacenter/db/mcinfo.php,
800 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
801 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
802 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
803 datacenter/db/sources.php, datacenter/db/statussbs.php:
804 - bugfix for get.txt
805
806 * datacenter/db/datasetinfo-aio.php:
807 - bugfix calling PrintPage()
808
809
810
811 2010/02/01 Daniela Dorner
812
813 * datacenter/scripts/fillmcdb:
814 - added observation level
815
816 * datacenter/scripts/sourcefile:
817 - added comment concerning $0 problem
818 - added 'ERROR' in processlog message of makedir
819
820
821
822 2010/02/04 Stefan Ruegamer
823
824 * mraw/MRawRunHeader.cc
825 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
826 so that the new 5xxxxxx sequences can be processed
827 - adapted error message
828 - inserted Domino calibration run
829
830 * mraw/MRawRunHeader.cc
831 - inserted Domino calibration run
832
833
834
835 2010/02/01 Daniela Dorner
836
837 * datacenter/scripts/runsimtel
838 - fixes typo
839 - replaced path in disk-check by variable
840
841
842
843 2010/01/15 Stefan Ruegamer
844
845 * datacenter/scripts/dowebplots, jobmanager
846 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
847
848 * datacenter/scripts/scriptlauncher
849 - added automationsetup variable in condor command
850
851 * datacenter/macros/buildsequenceentries.C
852 - where necessary changed Int to Long to account for the high value
853 of the stereo runs
854
855 * resources/sequences.rc
856 - added two transition conditions for the calibration scripts
857 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.