source: trunk/Mars/Changelog@ 9852

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