source: trunk/Mars/Changelog@ 10045

Last change on this file since 10045 was 10045, checked in by tbretz, 14 years ago
Fixed a problem in ganymed which made the use of the tilde in pathnames in --out= impossible.
File size: 36.9 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/10/28 Thomas Bretz
22
23 * mjobs/MJCuts.cc:
24 - improved debug output in WriteResults
25
26 * mjobs/MJob.cc:
27 - imporved searching for an open file in WriteContainer
28
29
30
31 2010/10/28 Daniela Dorner
32
33 * datacenter/scripts/writemcsequencefile:
34 - bug fix (every run was listed several times)
35
36
37
38 2010/10/27 Daniela Dorner
39
40 * datacenter/scripts/jobmanager:
41 - imlemented new algorithm / rewritten
42 - queries status of queue less often
43 - one can select algorithm to determine number of jobs to be
44 submitted
45 - one can submit more than one job at the same time
46 - no waiting time between scripts, but only between loops number of
47 jobs
48 - number of jobs for steps is not given absolute anymore, but in a
49 ratio
50 - maximum number of jobs for one step can be given
51
52 * datacenter/scripts/setup.phido.fact.mc,
53 datacenter/scripts/setup.wue.fact.mc:
54 - adapted variables for settings of jobmanager to implement the new
55 algorithm
56
57 * datacenter/scripts/runstar_mc, datacenter/scripts/runcallisto_mc
58 datacenter/scripts/runceres, datacenter/scripts/runcorsika,
59 datacenter/scripts/sourcefile:
60 - implemented usage of lock in db instead of function checklock
61 which uses lock-file
62 - in sourcefile: adapted function setstatus to take care of locking
63
64 * datacenter/scripts/run.condor:
65 - adapted to allow submission of several jobs with one submit
66
67 * datacenter/scripts/copyoutput:
68 - included output of info if nothing has to be copied
69
70
71
72 2010/10/19 Daniela Dorner
73
74 * datacenter/scripts/insertmc:
75 - added reminder to start writemcsequencefile
76
77 * datacenter/scripts/writemcsequencefile:
78 - added check if there are runs in the DB
79
80
81
82 2010/10/18 Daniela Dorner
83
84 * datacenter/db/menu.php, datacenter/db/mcdefs.php:
85 - added number of events to include the difference between number
86 of showers and number of events introduced by implementing
87 fNumReUseShowers
88
89 * datacenter/db/include.php, datacenter/db/mcinfo.php:
90 - added 'done and avail' to status pull-down
91 - added 'done and avail' to status group-by
92
93 * datacenter/scripts/insertmc:
94 - added fAvailable
95 - new values for numfile with CSCAT 20
96
97 * datacenter/scripts/jobmanager:
98 - updated setting for pbs
99
100 * datacenter/scripts/setup.phido.fact.mc:
101 - added setup for copying
102
103 * datacenter/scripts/copyoutput:
104 - added (script to copy output from one site to the main site,
105 currently working and used for copying corsika files from
106 Dortmund to Wuerzburg
107
108
109
110 2010/10/06 Daniela Dorner
111
112 * datacenter/scripts/sourcefile:
113 - updated status queries to implemented new DB columns fAvailable
114 and fProcessingSiteKEY for the status tables to allow for storing
115 the information where the process is/was running and whether it
116 is already available in the main data center, i.e. whether it has
117 been already copied
118 This ensures that the next step is only started when the job is
119 done AND the file is available
120
121 * datacenter/scripts/setup.wue.fact.mc,
122 datacenter/scripts/setup.phido.fact.mc:
123 - implemented variables for the processing and main data center
124 site
125
126
127
128 2010/10/05 Daniela Dorner
129
130 * datacenter/scripts/jobmanager:
131 - implemented pbs as third queueing system: implemented variable
132 $SOURCEFILEPATH as pbs copies script locally; implemented
133 walltime and mem
134
135 * datacenter/scripts/setup.phido.fact.mc:
136 - added (setup file for cluster in Dortmund); includes array for
137 walltime and mem
138
139 * datacenter/scripts/runcorsika, datacenter/scripts/sourcefile:
140 - implemented variable $SOURCEFILEPATH
141
142 * datacenter/db/menu.php, datacenter/db/mcdefs.php,
143 datacenter/scripts/runcorsika, datacenter/scripts/insertmc:
144 - implemented fNumReUseShowers (parameter how often a shower is
145 reused in Corsika)
146
147
148
149 2010/09/30 Thomas Bretz
150
151 * msimreflector/MMirrorSquare.[h,cc]:
152 - implemented WriteM
153
154 * mcorsika/MCorsikaEvtHeader.cc, mcorsika/MCorsikaFormat.[h,cc],
155 mcorsika/MCorsikaRunHeader.cc:
156 - fixed a problem with reading the RUNE section in corsikas
157 raw format
158
159 * readcorsika.cc:
160 - speed up reading by ot printing the single photons if debug
161 level less than 3
162
163 * msim/MPhotonEvent.cc:
164 - don't loop over all (mostly empty) slots in Print()
165
166 * msimcamera/MSimRandomPhotons.[h,cc]:
167 - changed again the checks to also allow pedestal and calibration
168 runs to be produced without having a MCorsikaRunHeader available
169
170
171
172 2010/09/29 Thomas Bretz
173
174 * msimreflector/MMirrorHex.[h,cc]:
175 - implemented WriteM
176 - implemented new class MMirrorHex90
177
178 * msimreflector/SimReflectorLinkDef.h:
179 - added MMirrorHex90
180
181 * msimreflector/MMirrorDisk.[h,cc]:
182 - implemented WriteM
183
184 * msimreflector/MReflector.[h,cc]:
185 - added function to write a file with a reflector definition
186
187 * msimreflector/MMirror.h:
188 - added virtual WriteM
189 - added several Getter for Z, Nx, Ny, Nz and Shape
190
191
192
193 2010/09/28 Thomas Bretz
194
195 * mcorsika/MCorsikaFormat.[h,cc]:
196 - added Read function to allow MCorsikaRead to read
197 object 1203
198 - added Rewind function to allow MCorsikaRead to jump back
199 in file
200 - added a lot of debug output
201 - make GetNextEvent read one telescope data from one array after
202 the other
203
204 * mcorsika/MCorsikaEvtHeader.h:
205 - added AddXY which allows MCorsikaRead to add the telescope
206 position to the showers impact parameter
207
208 * mcorsika/MCorsikaRead.[h,cc]:
209 - commented out obsolete use of fIn
210 - added reading of telescope positions (object 1201) in
211 eventio format
212 - added number of telescopes to the calculation of the
213 total number of events
214 - added a working ReadEvent for eventio format
215 - added ReadEnv to be able to set the requested telscope index
216 - added new data members to hold the telescope positions
217 - removed obsolete OpenStream
218 - added member function to set telescope index
219
220 * msim/MHPhotonEvent.cc:
221 - changed the number of bins to an odd value to get a bin at zero
222 for the 2D histograms
223
224
225
226 2010/09/24 Thomas Bretz
227
228 * mcorsika/MCorsikaEvtHeader.cc:
229 - store impact parameters persistent for further use (because in
230 eventio format the header is not repeated this is needed)
231
232 * mcorsika/MCorsikaFormat.[h,cc]:
233 - adapted to be able to read all telescopes and all reused shower
234 events in eventio
235 - a lot of cosmetics
236 - many more comments
237 - PRELIMINARY
238
239 * mcorsika/MCorsikaRead.[h,cc]:
240 - implemented variable for selection of the telescope in eventio format
241 - implemented eventio format (PRELIMINARY)
242
243 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc]:
244 - implemented function to calculate mean event time
245 - implemented function to simulate the wavelength (lambda^-2)
246 - implemented function to shift all photons by a certain xy
247 - adapted ReadCorsikaEvt to changes in MCorsikaFormat
248
249
250
251 2010/09/24 Daniela Dorner
252
253 * datacenter/scripts/insertmc:
254 - fixed typo
255
256
257
258 2010/09/22 Thomas Bretz
259
260 * mjobs/MJSimulation.cc:
261 - slight improvement of debug output
262 - call SetAllowEmpty for the three ContEmpty filters
263 - changed binning of camera histograms
264
265 * msimcamera/MSimRandomPhotons.cc:
266 - improved output in case of failure
267
268 * readcorsika.cc:
269 - added RunHeaders
270 - fixed usage-info
271
272 * mbase/MContinue.cc:
273 - no need to call MTask::GetFilter(), GetFilter() is enough
274
275 * mfbase/MF.cc:
276 - accept = as a conditional sign
277 - make sure the return code of the evaluated filter is corectly returned
278
279 * msim/MHPhotonEvent.cc:
280 - implemented types 6-8
281
282 * mcorsika/MCorsikaEvtHeader.[h,cc]:
283 - added fNumReuse
284 - added member functions to increase and reset the number of reusages
285 - increased class version number accordingly
286
287 * mcorsika/MCorsikaRead.[h,cc]:
288 - count the number of showers (events) times its reusage
289 for fNumTotalEvents
290 - adapted ReadEvent to re-usage of showers (still needs to be tested for
291 EventIO)
292 - Fixed return type (should be Int_t) of ReadEvent
293 - take the number of reusages in PostProcess into account
294
295 * mcorsika/MCorsikaRunHeader.[h,cc]:
296 - added total number of reusages fNumReuse
297 - increased class version number accordingly
298
299 * mmc/MMcEvt.hxx:
300 - added setter for the reuse counter
301
302 * msim/MPhotonData.[h,cc]:
303 - removed fNumPhotons (we allow 1-photon bunches only anyway and MMCS
304 doesn't even distribute this number)
305 - increased class version number accordingly
306
307 * msim/MSimMMCS.cc:
308 - correctly propagate the number of events (number of showers times reusage)
309 - propagate counter for reusage to MMcEvt
310
311 * msim/MPhotonEvent.[h,cc]:
312 - added functions to calculate mean x and mean y
313 - propagate re-usage counter through ReadEvent
314
315 * mcorsika/MCorsikaFormat.[h,cc]:
316 - a few clean-ups to the code
317 - added standard file header
318 - a few minor simplifications
319 - replaced local logging stream with gLog
320 - added some empty comments
321
322
323
324 2010/09/21 Thomas Bretz
325
326 * mjobs/MJSimulation.cc:
327 - correctly propagated run-number to the file-name
328 - fixed a problem with the tab-title in the ps-files
329 - fixed the histogram size for the camera (should be 5 instead
330 of 3, I hope)
331 - fixed the tab-title for the MedDev tab
332 - do not write image-files in dev-null mode
333
334
335
336 2010/09/14 Daniela Dorner
337
338 * datacenter/scripts/runcorsika:
339 - removed STEPFC from inputcard as anyhow default of 1 was used
340 instead of 0.1
341
342
343
344 2010/09/06 Thomas Bretz
345
346 * msimreflector/MSimRays.cc:
347 - included TMath for newer root versions
348
349
350
351 2010/09/03 Daniela Dorner
352
353 * datacenter/scripts/insertmc:
354 - added new standard setup runs
355
356 * datacenter/scripts/runceres:
357 - fixed queries for change from file based to run based processing
358
359 * datacenter/scripts/runcallisto_mc:
360 - changed setup path: implemented ceres setup, as different
361 callisto.rc are needed for different ceres setup
362
363
364
365 2010/08/31 Thomas Bretz
366
367 * msimcamera/MSimRandomPhotons.[h,cc]:
368 - improved the range checks. All ranges are now aligned on the
369 range of simulated wavlengths
370
371
372
373 2010/08/30 Daniela Dorner
374
375 * datacenter/db/mcdefs.php:
376 - adapted joins for processing of ceres on run basis
377
378 * datacenter/scripts/insertmc:
379 - bugfix for insert of rows for new ceres key(s)
380
381
382
383 2010/08/30 Thomas Bretz
384
385 * mhist/MHCamera.cc:
386 - added options to display contents as int and float
387
388 * mgeom/MGeomCamFACT.cc:
389 - changed default distance from 4.8887 to 4.90
390
391 * mbase/MLut.cc:
392 - added possibility to have comment (ignored) lines
393
394 * msim/MHPhotonEvent.cc:
395 - fixed Type==5
396
397 * msimreflector/MSimRays.[h,cc]:
398 - added
399
400 * msimreflector/SimReflectorLinkDef.h
401 - added MSimRays
402
403 * msimreflector/Makefile
404 - added MSimRays
405
406
407
408 2010/08/27 Daniela Dorner
409
410 * datacenter/scripts/insertmc:
411 - updated some default values
412
413 * datacenter/scripts/runceres, datacenter/scripts/insertmc,
414 resources/step_fact.rc:
415 - changed processing of ceres from file- to run-basis
416
417
418
419 2010/08/26 Daniela Dorner
420
421 * datacenter/db/mcinfo.php:
422 - implemented status 'crashed' also for display of list of runs
423
424 * datacenter/db/mcdefs.php, datacenter/db/menu.php:
425 - implemented CeresSetupKEY for mcinfo.php
426
427
428
429 2010/08/26 Reiner Rohlfs
430
431 * mcorsika/MCorsikaFormat.[h,cc]
432 - fixed a problem in comparing fRunePos with position 0
433
434
435
436 2010/08/25 Thomas Bretz
437
438 * mjtrain/MJTrainCuts.cc:
439 - fixed the SetDrawOption for the 2D histogram
440
441
442
443 2010/08/24 Thomas Bretz
444
445 * mjtrain/MJTrainCuts.cc:
446 - removed the SetDrawOption from the 1D histogram
447
448
449
450 2010/08/24 Reiner Rohlfs
451
452 * mcorsika/MCorsikaFormat.[h,cc]
453 - in method MCorsikaFormatEventIO::SeekEvtEnd() the RUNE block
454 is first searched at the end of the file. It it is not found
455 the whole file is scanned for the RUNE block. Once it is
456 found it can be accessed directly at the next call of this
457 function.
458
459
460
461 2010/08/20 Daniela Dorner
462
463 * datacenter/scripts/sourcefile:
464 - bugfix in query for influenced steps
465
466
467
468 2010/08/19 Thomas Bretz
469
470 * mjobs/MSequence.cc:
471 - fixed treatment of file number 0 in InflateFileName and
472 PrintRuns
473
474
475
476 2010/08/17 Thomas Bretz
477
478 * resmc/fact-trigger-sum.txt, resmc/fact-trigger-all.txt,
479 macros/fact/fact_trigger.C:
480 - added
481
482
483
484 2010/08/17 Daniela Dorner
485
486 * datacenter/scripts/insertmc:
487 - added (script to insert mc runs and sequences to the FACT MC DB)
488
489
490
491 2010/08/16 Thomas Bretz
492
493 * mgeom/GeomLinkDef.h, mgeom/Makefile:
494 - added MGeomCamFACT
495
496 * mgeom/MGeomCamFACT.[h,cc]:
497 - added
498
499 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomPix.[h,cc]:
500 - moved CalcXY to MGeomPix
501 - removed obsolete includes
502
503 * mgeom/MGeomCamFact.cc:
504 - removed obsolete includes
505
506 * mranforest/MRanForestCalc.h:
507 - added new function Train which either calls TrainRegression
508 or TrainSingleRF
509
510 * mranforest/MHRanForestGini.cc:
511 - improved display
512
513 * mfileio/MReadMarsFile.cc:
514 - evaluate return code of fRun->Process()
515 - print return code in case of failure
516
517 * mjoptim/MJOptimizeBase.[h,cc]:
518 - improved existing comments
519 - added a full class description
520 - print a warning if TRandom is used a random number generator
521
522 * mtools/MTFillMatrix.cc:
523 - improved handling of negative number of events
524
525 * mjtrain/MJTrainSeparation.cc:
526 - added names to test- and train-dataset for storage
527
528 * mjtrain/TrainLinkDef.h, mjtrain/Makefile:
529 - added MJTrainCuts
530
531 * macros/train/traincuts.C:
532 - added
533
534 * mpointing/MPointingDevCalc.cc:
535 - added a comment about the last lut update
536
537
538
539 2010/08/13 Thomas Bretz
540
541 * mimage/MHHillasExt.[h,cc]:
542 - added new histograms to display new variables
543 - increased class version number
544
545 * mimage/MHillasExt.cc:
546 - fixed claculation of the weighted time spreads
547 - fixed a bug in the calculation of the third moments!
548
549 * mhist/MHHadronness.cc:
550 - fixed min/max of the intgral histogram
551
552 * mfbase/MFEventSelector.cc:
553 - if the number of events to be selected is negative select all events
554
555 * mhbase/MHn.[h,cc]:
556 - fixed the complex display for five histograms
557
558 * mhbase/MHn.[h,cc], mhbase/MH3.[h,cc]:
559 - implemented a TProfile3D
560 - implemented an option to skip reset of the histograms in a new
561 eventloop
562
563 * mhbase/MH3.[h,cc]:
564 - moved the addition weight to a new data meber fWeight
565 - increased class version number
566
567
568
569 2010/08/13 Daniela Dorner
570
571 * datacenter/scripts/sourcefile:
572 - implemented faster queries for the dependencies of the steps
573 - simplified code
574 - introduced new level for printprocesslog: DEBUG
575
576 * resources/steps_fact.rc:
577 - adapted to change in queries in sourcefile
578
579
580
581 2010/08/12 Thomas Bretz
582
583 * mimage/MHillasExt.[h,cc]:
584 - added Getter for fSlope*
585 - added new data members to Print() output
586 - adapted Set() member function
587 - fixed code for calculating weighted spreads
588 - added new data members to Clear function
589
590 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHNewImagePar.cc,
591 mimage/MHVsSize.cc, mimage/MHHillasSrc.cc, mimage/MHImagePar.cc,
592 mhcalib/MHGausEvents.cc, mhflux/MHThetaSq.cc, mhflux/MHAlpha.cc,
593 mhflux/MHFalseSource.cc, mhflux/MHEffectiveOnTime.cc,
594 mhflux/MHCollectionArea.cc, mhflux/MHThetaSqN.cc, mhflux/MHDisp.cc,
595 mhflux/MHThreshold.cc, mhflux/MHEnergyEst.cc, mjtrain/MJTrainDisp.cc,
596 mtools/MHSimulatedAnnealing.cc, mmuon/MHSingleMuon.cc,
597 mmuon/MHMuonPar.cc, mpointing/MHSrcPosCam.cc,
598 mpedestal/MHPedestalCor.cc, mhist/MHCamEventRot.cc,
599 mhist/MHStarMap.cc, mjobs/MJSpectrum.cc, mbadpixels/MHBadPixels.cc,
600 mfbase/MFEventSelector2.cc, mhbase/MBinning.cc, mhbase/MH.[h,cc],
601 mhbase/MH3.cc, mhbase/MHMatrix.cc, msim/MHPhotonEvent.cc:
602 - changes MH::SetBinning and similar functions to take references
603 instead of pointers
604 - for the time being wrappers are kept not to break macros
605
606
607
608 2010/08/11 Thomas Bretz
609
610 * mhbase/MH3.[h,cc]:
611 - added another type to be able to setup a standard profile and
612 one which display the spread as error
613 - improved/fixed error calculation/display
614
615 * mimage/MHillasExt.[h,cc]:
616 - added new data members fTimeSpread and fTimeSpreadWeighted
617 - added new data members fSlopeSpread and fSlopeSpreadWeighted
618 - implemented code to calculate the time spreads and slope spreads
619 - increased class version id by 1
620
621 * mjtrain/TrainLinkDef.h:
622 - added MJTrainImpact
623
624 * mjtrain/MJTrainImpact.[h,cc]:
625 - added
626
627 * mjtrain/MJTrainEnergy.h:
628 - added SetTrainExpSize member function
629
630 * mjtrain/MJTrainDisp.cc:
631 - made the display of the cut-lines a bit more flexible
632 - slightly changed the meaning of the plots
633
634
635
636 2010/08/10 Thomas Bretz
637
638 * msim/MPhotonData.cc:
639 - fixed two warnings in FillEventIO (implicit conversion
640 from float to int)
641
642 * mhbase/MHn.[h,cc]:
643 - added SetConversion to allow for setting a conversion function
644
645 * mhbase/MH3.[h,cc]:
646 - added conversion function for displaying the histogram
647 - added new data member fConversion
648 - added new member functions Convert and SetConversion
649 - implemented conversion before displaying
650
651 * mjtrain/MJTrainEnergy.cc:
652 - display resolution directly (sqrt)
653 - changed default binning
654 - don't use build in conversion from mm to degree but
655 MGeomCam.fConvMm2Deg instead.
656
657 * Makefile.rules:
658 - replaced cvs by svn in diff
659
660 * mjtrain/MJTrainDisp.cc:
661 - don't use build in conversion from mm to degree but
662 MGeomCam.fConvMm2Deg instead.
663
664
665
666 2010/08/06 Thomas Bretz
667
668 * msimcamera/MSimCamera.[h,cc]:
669 - added the possibility to set an overall baseline, baseline-noise
670 and gain.
671
672 * ceres.rc:
673 - added entries for the new values
674
675
676
677 2010/07/28 Daniela Dorner
678
679 * datacenter/db/menu.php:
680 - updated initial parameter selection for mcinfo.php
681 - changed table for GetMin/Max to CeresInfo
682
683 * datacenter/db/mcinfo.php:
684 - bugfix for removing WHERE or AND at end of queries
685 - added fStopTime to status-column in case of failure
686 - bugfix for correct joins in case of group-by
687
688 * datacenter/db/mcdefs.php:
689 - updated runtime of ceres
690 - updated joins for status tables
691
692 * datacenter/scripts/insertmc:
693 - added (script to add runs to the database)
694
695 * datacenter/scripts/runcorsika:
696 - added check if 'END OF FILE' is contained in logfile
697 - added check if file number > 999 and change filename if it is
698
699 * datacenter/scripts/setup.wue.fact.mc:
700 - removed cprun
701 - added callisto and star in scripts-array
702
703 * datacenter/scripts/sourcefile:
704 - removed variables for fProgramId
705
706 * resources/steps_fact.rc:
707 - added missing needs
708
709
710
711 2010/07/23 Reiner Rohlfs
712
713 * mcorsika/MCorsikaFormat.[h,cc]
714 - new files
715 All the differences between EventIo files and coriska files
716 are implemented in these files.
717
718 * mcoriska/MCorsikaRead.[h,cc]
719 - the file handler fIn is replaced by the MCorsikaFormat class.
720 - every access to the input file is replaces by calling
721 methods of MCorsikaFormat.
722
723 * mcoriska/MCorsikaRunHeader.[h,cc]
724 - the file handler fIn is replaced by the MCorsikaFormat class.
725 - every access to the input file is replaces by calling
726 methods of MCorsikaFormat.
727
728 * mcoriska/MCorsikaEvtHeader.[h,cc]
729 - the file handler fIn is replaced by the MCorsikaFormat class.
730 - every access to the input file is replaces by calling
731 methods of MCorsikaFormat.
732
733 * msim/MPhotonEvent.cc
734 - method ReadCorsikaEvt distinguish between Corsika and EventIo
735 input files and calls either FillEventIO() or FillCorsika().
736
737 * msim/MPhotonData.[h,cc]
738 - new method: FillEventIO, which is similar as FillCorsika
739
740
741 2010/07/09 Thomas Bretz
742
743 * mpointing/MSrcPosCam.[h,cc]:
744 - now the particle position is stored in any case in the headers
745 so in case we have a view cone we must keep the position fixed
746 - added the fix for the MC monte carlos (for them X needs to
747 change its sign due to a bug in the reflector program)
748
749 * mars.rc, star.rc:
750 - changed time contraint in cleaning from aboslute values
751 to relative values (units now ns/deg)
752
753 * mimage/MImgCleanStd.cc:
754 - changed time contraint in cleaning from aboslute values
755 to relative values (units now ns/deg)
756
757
758
759 2010/07/07 Daniela Dorner
760
761 * datacenter/scripts/runceres:
762 - fixed typo
763
764
765
766 2010/07/06 Daniela Dorner
767
768 * datacenter/scripts/runstar_mc:
769 - fixed typo
770 - added inpath to command line
771
772
773
774 2010/07/05 Daniela Dorner
775
776 * datacenter/scripts/runceres:
777 - added path for C and P run (was not the same like for D run)
778
779 * datacenter/scripts/sourcefile:
780 - fixed joins in subquerypart()
781
782 * datacenter/scripts/runcallisto_mc:
783 - added inpath to command line
784
785 * datacenter/db/mcinfo.php:
786 - removed FailMenu
787 - fixed bug (group by did not work in case statusvalue was not
788 selected)
789
790 * datacenter/db/mcdefs.php:
791 - removed FailMenu columns
792
793
794
795 2010/07/05 Thomas Bretz
796
797 * mraw/MRawRunHeader.h:
798 - added missing SetFileNumber
799
800 * mjobs/MSequence.cc:
801 - added the missing file number to teh MC file names
802
803 * msimcamera/MSimCalibrationSignal.h:
804 - changed virtual file name from 000000 to 000001 to force file
805 number to be 1.
806
807 * mjobs/MJSimulation.[h,cc]:
808 - added run-number to ceres.root filename
809
810
811
812 2010/07/02 Daniela Dorner
813
814 * datacenter/scripts/runcorsika:
815 - removed $com
816 - updated logging
817
818 * datacenter/scripts/runceres:
819 - fixed path
820 - added error handling
821
822 * resources/steps_fact.rc:
823 - update joins to new scheme to include further steps in the chain
824
825 * datacenter/scripts/sourcefile:
826 - adapted queries to new scheme of joins
827
828 * datacenter/scripts/runstar_mc:
829 - added (script to run star for mc)
830
831
832
833 2010/07/02 Daniela Dorner, Christian Farnier
834
835 * datacenter/scripts/runcallisto_mc:
836 - added (script to callibrate mc)
837
838
839
840 2010/06/30 Daniela Dorner
841
842 * datacenter/db/mcinfo.php:
843 - added output to step column in case job is running
844 - fixed typo
845
846 * datacenter/scripts/runcorsika:
847 - small bugfix (new version of 'cut' gives error for '-c 0-4')
848
849 * datacenter/scripts/runceres:
850 - added (script to run telescope simulation of file basis)
851
852 * datacenter/scripts/setup.wue.magic.data,
853 datacenter/scripts/setup.wue.magic.mc,
854 datacenter/scripts/setup.wue.fact.mc:
855 - added condorpath
856
857 * datacenter/scripts/jobmanager,
858 datacenter/scripts/scriptlauncher:
859 - implemented condorpath
860
861 * datacenter/scripts/sourcefile:
862 - changed log and error file name for jobmanager
863
864 * resources/steps_fact.rc:
865 - fixed typo
866
867
868
869 2010/06/29 Daniela Dorner
870
871 * datacenter/db/mcinfo.php:
872 - added duration to step column in case of 'failed' and 'done'
873
874
875
876 2010/06/28 Daniela Dorner
877
878 * datacenter/db/include.php:
879 - adapted status query for new db layout
880
881 * datacenter/db/menu.php:
882 - added and exchanged menu points and init elements for the new
883 layout of the FACT mc db
884 - bugfix that menu items can be switched off
885
886 * datacenter/db/mcinfo.php:
887 - adapted the queries for the new layout of the FACT mc db
888 (different table names, structures and content)
889 - adapted query for the status group by
890
891 * datacenter/db/mcdefs.php:
892 - adapted the arrays for the new layout of the FACT mc db
893
894
895
896 2010/06/28 Thomas Bretz
897
898 * mbase/MStatusDisplay.cc:
899 - Status displays where stored as MStatusArray instead of
900 MStatusDisplay
901 - Read now also can read other StatusDisplays if a key is found in
902 the file
903
904
905
906 2010/06/25 Thomas Bretz
907
908 * mjobs/MJSimulation.[h,cc]:
909 - added data member fRunNumber
910 - changed the rules to create the output file names
911 - set default run-numbers for different run-ytpes
912 - apply run-number
913 - added IntendedPulsePosition to output
914
915 * mraw/MRawRunHeader.h:
916 - added SetFileNumber member function
917
918
919
920 2010/06/24 Thomas Bretz
921
922 * mgeom/MGeomCam.h:
923 - call constructor of base class in copy-constructor
924
925 * mhbase/MH.h:
926 - remove argument name where obsolete
927
928 * mjobs/MJSimulation.cc:
929 - fixed some axis labels
930
931 * msimreflector/MMirrorDisk.cc:
932 - changed interpretation from file from radius to diameter
933
934 * ceres.cc:
935 - added option --run-number
936
937 * showplot.cc:
938 - set default palette to pretty palette
939
940 * mcorsika/MCorsikaRunHeader.h:
941 - added getter for ViewConeInnerAngle
942
943 * mmc/MMcCorsikaRunHeader.h:
944 - added HasViewCone
945 - added SetViewCone
946
947 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
948 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
949 - increased class version number accordingly
950 - moved setter
951 - moved getter
952 - adapted Clean()
953 - adapter copy-constructor
954
955 * mpointing/MPointingDevCalc.cc:
956 - added some comments
957
958 * msim/MSimMMCS.cc:
959 - transfer view cone data
960 - set run-info (run/file-number) according to new scheme
961 - always set MMcEvt::fPhi/fTheta to particle direction
962
963
964
965 2010/06/24 Daniela Dorner
966
967 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
968 - bugfixes: changed joins to get correct queries for all cases
969
970 * datacenter/scripts/setup.wue.fact.mc:
971 - changed path for setup files
972 - added runceres to jobmanager settings
973
974
975
976 2010/06/22 Daniela Dorner
977
978 * datacenter/scripts/writemcsequencefile:
979 - improved logging
980
981 * datacenter/scripts/sourcefile:
982 - adapted greps in rc-files to grep only lines which are no
983 comments
984
985
986
987 2010/06/17 Daniela Dorner
988
989 * resources/steps_fact.rc:
990 - removed step CPRun
991 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
992 whether the join is with a different table
993
994 * datacenter/scripts/sourcefile:
995 - bugfix in query
996 - included new type of join from steps.rc
997 - added comments
998
999
1000
1001 2010/06/16 Daniela Dorner
1002
1003 * resources/steps_fact.rc:
1004 - removed step CPRun
1005 - added step SequenceFile
1006
1007 * datacenter/scripts/setup.wue.fact.mc:
1008 - added path for mc sequences
1009
1010 * datacenter/scripts/writemcsequencefile:
1011 - added (script to write mc sequencefiles)
1012
1013
1014
1015 2010/06/15 Daniela Dorner
1016
1017 * resources/steps_fact.rc:
1018 - added (file containing the dependencies for the steps of the
1019 automatic production of MC for FACT)
1020
1021
1022
1023 2010/06/14 Daniela Dorner
1024
1025 * datacenter/scripts/sourcefile:
1026 - bugfix in query
1027
1028 * datacenter/scripts/runcorsika:
1029 - added output of command to processlog
1030
1031 * datacenter/scripts/setup.wue.fact.mc:
1032 - changed setup to be used by user montecarlo to reproduce some
1033 corsikas
1034
1035
1036
1037 2010/06/11 Daniela Dorner
1038
1039 * datacenter/scripts/sourcefile:
1040 - changed functions and queries to new db layout
1041 - added functions to get values from steps.rc
1042 - new function for part of query which is identical for the
1043 functions getstatus() and gettodo()
1044 - removed $reset (was only needed for MerppUpdate)
1045 - improved and added comments
1046
1047 * datacenter/scripts/jobmanager:
1048 - implemented changes for new db layout
1049 - fix in function nextscript(): wrong variable was used
1050
1051 * datacenter/scripts/runcorsika:
1052 - implemented changes for new db layout
1053 - merged uncommitted changes of Thomas Bretz
1054 - Observatory values and atmosphere now read from DB
1055 - implemented new seeds
1056 - removed $reused
1057 - wavelength range now read from DB
1058
1059 * datacenter/scripts/setup.wue.fact.mc:
1060 - added (setup for fact mc production)
1061
1062
1063
1064 2010/06/11 Stefan Ruegamer
1065
1066 * mjobs/MJSpectrum.cc
1067 - corrected the flux of the published MAGIC spectrum
1068
1069
1070
1071 2010/06/03 Thomas Bretz
1072
1073 * mranforest/MRanForestCalc.cc:
1074 - added stdlib.h to make Dominik happy ;)
1075
1076
1077
1078 2010/05/05 Thomas Bretz
1079
1080 * mastro/MAstro.cc:
1081 - fixed AngularDistance (called a non existing function and
1082 the compiler didn't complain)
1083
1084 * mbase/MParContainer.[h,cc]:
1085 - added static function Overwrites (previously in MTask)
1086
1087 * mbase/MStatusDisplay.[h,cc]:
1088 - allow writing a MStatusDisplay without writing a MStatusArray
1089 (therefore added SeveAsPlainRoot)
1090 - improved reading of files just containing canvases and objects
1091
1092 * mbase/MTask.[h,cc]:
1093 - moved code from Overwrites to a static function in MParContainer
1094
1095 * msimcamera/MSimCalibrationSignal.cc:
1096 - changed distribution of signal from Gauss to Poissonian
1097
1098 * showplot.cc:
1099 - removed nonsense "-q" option
1100
1101 * mbase/MStatusArray.[h,cc]:
1102 - fixed/improved (once again) deleting of the array
1103
1104 * mbase/MStatusDisplay.cc:
1105 - removed the MAstroCatalog workaround - is it still necessary?
1106 (needs testing)
1107 - added UpdateMemory every here and there to get the memory
1108 consumption is more circumstances
1109
1110
1111
1112 2010/04/22 Thomas Bretz
1113
1114 * showplot.cc:
1115 - added --debug-mem option
1116
1117 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
1118 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
1119 - added missing call to the RecursiveRemove of the base class
1120
1121 * mfileio/MReadTree.cc:
1122 - In the case Notify failed since about two years accidentaly
1123 kTRUE instead of kERROR was returned
1124
1125 * mfileio/MWriteRootFile.cc:
1126 - added some more debug output
1127
1128 * mhflux/MAlphaFitter.cc:
1129 - Return if fit failed
1130
1131 * mhflux/MHPhi.cc:
1132 - avoid inf and nan when producing histogram (the divisor could
1133 have been zero in case of the inetgral of an empty histogram)
1134
1135
1136
1137 2010/04/21 Thomas Bretz
1138
1139 * macros/rootlogon.C:
1140 - a small fix which gets rid of the annoying error about an
1141 unlocked mutex when starting the MStatusDisplay in the
1142 interpreter. It makes sure that fGThreadFactory gets initialized
1143 from the main thread.
1144
1145 * mbase/MStatusDisplay.cc:
1146 - added a console output if TryLock fails
1147 - the return value of TString::Index was misinterpreted
1148
1149 * mmuon/MHSingleMuon.cc:
1150 - removed another reference to gMinuit
1151
1152 * msimcamera/MSimRandomPhotons.cc:
1153 - re-did the output
1154 - choose the other rate f2 instead of f1
1155
1156 * msimcamera/MSimTrigger.[h,cc]:
1157 - keep the index of the trigger channel which finnaly issued
1158 the trigger and propagate it to the event header
1159
1160 * mraw/MrawEvtHeader.h:
1161 - implementd setter for fNumTriggerLvl1
1162
1163
1164
1165 2010/04/20 Thomas Bretz
1166
1167 * mfileio/MReadTree.cc:
1168 - no error was returned anymore when Notify() failed. Fixed.
1169
1170
1171
1172 2010/04/19 Thomas Bretz
1173
1174 * mbase/MStatusArray.cc:
1175 - added a workaround to prevent crashes in case of double
1176 deleteion of the fHistogram in TGraphs
1177
1178 * mcorsika/MCorsikaEvtHeader.cc:
1179 - replaced special characters by UTF8 characters
1180
1181 * mgeom/MGeom.[h,cc]:
1182 - implemented function to return the distance squared
1183
1184 * mjobs/MJSimulation.cc:
1185 - display degree symbol correctly in plots
1186 - added artificial star-files to output
1187 - for the moment the output of the reflector files is suppressed
1188
1189 * mmuon/MHSingleMuon.cc:
1190 - catch if the fit failed
1191 - replaced use of gMinuit by direct access to the function
1192
1193 * mpointing/MPointing.cc:
1194 - replaced deg-symbol by UTF8 character
1195
1196 * mpointing/MPointingDevCalc.cc:
1197 - added more information
1198
1199 * msignal/MSignalCam.[h,cc]:
1200 - made the data members describing the image persistent.
1201 they are not guranteed to have correct contents. Use
1202 MNewImagePar instead.
1203 - increased class version number accordingly
1204
1205 * msimreflector/MMirrorHex.h:
1206 - added Getter for fD
1207
1208
1209
1210 2010/04/13 Daniela Dorner
1211
1212 * datacenter/db/builddatasets.php:
1213 - updated check for observation mode: allowed 'N/A', as there is
1214 else an error for old data
1215
1216
1217
1218 2010/04/13 Thomas Bretz
1219
1220 * msim/MHPhotonEvent.cc:
1221 - automatic binning for case 3
1222 - new case 5
1223
1224 * msim/MHPhotonEvent.h:
1225 - this can be a huge memory consumption and we don't need double
1226 precision (range) accordingly changed all TH*D to TH*F.
1227 consequently increased class version number
1228
1229
1230
1231 2010/03/30 Thomas Bretz
1232
1233 * Makefile.conf.general:
1234 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
1235 ignored
1236
1237 * mbase/MQuaternion.h:
1238 - added member-function to normalize vector part of quaternion
1239
1240 * mbase/MTime.cc:
1241 - issue an error if __LINUX__ is not set
1242
1243 * mjobs/MJSimulation.cc:
1244 - set name of reflector explicitly to "Reflector"
1245
1246 * msimreflector/MMirror.h:
1247 - added member function to set z position (for optimization purpose)
1248 - added SimPSF(TVector3&)
1249
1250 * msimreflector/MSimReflector.[h,cc]:
1251 - added name of reflector as data member
1252
1253 * melectronics/MAvalanchePhotoDiode.cc:
1254 - scale the crosstalk probability as the height of the emitted
1255 signal with the recovery time.
1256
1257 * mhflux/MHEnergyEst.cc:
1258 - added a workaround to get rid of some root-warnings
1259
1260 * mjtrain/MJTrainEnergy.cc:
1261 - improved axis labels
1262
1263 * mpointing/MPointingDevCalc.cc:
1264 - added some more comments
1265
1266 * msimreflector/MMirror.[h,cc]:
1267 - added fShape to allow for parabolic mirrors
1268
1269 * msimreflector/MReflector.cc:
1270 - implemented the option of parabolic mirrors into the
1271 reflector defintion file
1272
1273 * msimreflector/MSimReflector.[h,cc]:
1274 - implemented (and fixed) the calculation of the reflection at
1275 parabolic surfaces
1276 - implemented the possibility to switch off the early check for
1277 "photon can hit the camera" (fDetectorMargin<0)
1278 - added setter for fDetectorMargin
1279
1280
1281
1282
1283 2010/03/01 Stefan Ruegamer
1284
1285 * resources/hilocalib.rc:
1286 - added df factors for p23-25, using the same as for p22. Sequences
1287 are not running with df in these periods, therefore the correct
1288 factors cannot be determined, and it doesn't matter anyway.
1289
1290 * datacenter/read_lapalma-tapes:
1291 - added automationsetup before movingrawfiles
1292
1293
1294
1295 2010/02/23 Thomas Bretz
1296
1297 * mbase/MAGIC.cc:
1298 - projections are supposed to work again in root 5.26
1299 (not tested yet)
1300
1301 * mbase/MGMap.cc, mbase/MObjLookup.cc:
1302 - key and val are Long64 in newer root versions
1303
1304 * mdata/MDataPhrase.cc:
1305 - need inclusion of TFormulaPrimitive in root 5.26
1306
1307 * mhflux/MMcSpectrumWeight.cc:
1308 - root 5.26 has a different calling convention for TH1::Intgeral
1309
1310 * mjobs/MJob.cc:
1311 - added a suggested parenthesis
1312
1313 * mjtrain/MJTrainDisp.cc:
1314 - cast the MH3 histogram correctly to a TH2
1315
1316
1317
1318 2010/02/22 Daniela Dorner
1319
1320 * datacenter/db/menu.php:
1321 - added ObsLevel and download link column for cta pages
1322
1323 * datacenter/db/ctadefs.php:
1324 - added observation level
1325
1326 * datacenter/db/ctamcinfo.php:
1327 - added column with download link for the files
1328
1329 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
1330 datacenter/db/culminating.php, datacenter/db/datacheck.php,
1331 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
1332 datacenter/db/include.php, datacenter/db/mcinfo.php,
1333 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
1334 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
1335 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
1336 datacenter/db/sources.php, datacenter/db/statussbs.php:
1337 - bugfix for get.txt
1338
1339 * datacenter/db/datasetinfo-aio.php:
1340 - bugfix calling PrintPage()
1341
1342
1343
1344 2010/02/01 Daniela Dorner
1345
1346 * datacenter/scripts/fillmcdb:
1347 - added observation level
1348
1349 * datacenter/scripts/sourcefile:
1350 - added comment concerning $0 problem
1351 - added 'ERROR' in processlog message of makedir
1352
1353
1354
1355 2010/02/04 Stefan Ruegamer
1356
1357 * mraw/MRawRunHeader.cc
1358 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
1359 so that the new 5xxxxxx sequences can be processed
1360 - adapted error message
1361 - inserted Domino calibration run
1362
1363 * mraw/MRawRunHeader.cc
1364 - inserted Domino calibration run
1365
1366
1367
1368 2010/02/01 Daniela Dorner
1369
1370 * datacenter/scripts/runsimtel
1371 - fixes typo
1372 - replaced path in disk-check by variable
1373
1374
1375
1376 2010/01/15 Stefan Ruegamer
1377
1378 * datacenter/scripts/dowebplots, jobmanager
1379 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
1380
1381 * datacenter/scripts/scriptlauncher
1382 - added automationsetup variable in condor command
1383
1384 * datacenter/macros/buildsequenceentries.C
1385 - where necessary changed Int to Long to account for the high value
1386 of the stereo runs
1387
1388 * resources/sequences.rc
1389 - added two transition conditions for the calibration scripts
1390 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.