source: trunk/Mars/Changelog@ 9853

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