source: trunk/Mars/Changelog@ 10048

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