source: trunk/Mars/Changelog@ 10013

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