source: trunk/Mars/Changelog@ 9855

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