source: trunk/Mars/Changelog@ 9861

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