source: trunk/MagicSoft/Mars/Changelog@ 9565

Last change on this file since 9565 was 9565, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 4.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/03/30 Thomas Bretz
22
23 * Makefile.conf.general:
24 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
25 ignored
26
27 * mbase/MQuaternion.h:
28 - added member-function to normalize vector part of quaternion
29
30 * mbase/MTime.cc:
31 - issue an error if __LINUX__ is not set
32
33 * mjobs/MJSimulation.cc:
34 - set name of reflector explicitly to "Reflector"
35
36 * msimreflector/MMirror.h:
37 - added member function to set z position (for optimization purpose)
38 - added SimPSF(TVector3&)
39
40 * msimreflector/MSimReflector.[h,cc]:
41 - added name of reflector as data member
42
43 * melectronics/MAvalanchePhotoDiode.cc:
44 - scale the crosstalk probability as the height of the emitted
45 signal with the recovery time.
46
47 * mhflux/MHEnergyEst.cc:
48 - added a workaround to get rid of some root-warnings
49
50 * mjtrain/MJTrainEnergy.cc:
51 - improved axis labels
52
53 * mpointing/MPointingDevCalc.cc:
54 - added some more comments
55
56 * msimreflector/MMirror.[h,cc]:
57 - added fShape to allow for parabolic mirrors
58
59 * msimreflector/MReflector.cc:
60 - implemented the option of parabolic mirrors into the
61 reflector defintion file
62
63 * msimreflector/MSimReflector.[h,cc]:
64 - implemented (and fixed) the calculation of the reflection at
65 parabolic surfaces
66 - implemented the possibility to switch off the early check for
67 "photon can hit the camera" (fDetectorMargin<0)
68 - added setter for fDetectorMargin
69
70
71
72
73 2010/03/01 Stefan Ruegamer
74
75 * resources/hilocalib.rc:
76 - added df factors for p23-25, using the same as for p22. Sequences
77 are not running with df in these periods, therefore the correct
78 factors cannot be determined, and it doesn't matter anyway.
79
80 * datacenter/read_lapalma-tapes:
81 - added automationsetup before movingrawfiles
82
83
84
85 2010/02/23 Thomas Bretz
86
87 * mbase/MAGIC.cc:
88 - projections are supposed to work again in root 5.26
89 (not tested yet)
90
91 * mbase/MGMap.cc, mbase/MObjLookup.cc:
92 - key and val are Long64 in newer root versions
93
94 * mdata/MDataPhrase.cc:
95 - need inclusion of TFormulaPrimitive in root 5.26
96
97 * mhflux/MMcSpectrumWeight.cc:
98 - root 5.26 has a different calling convention for TH1::Intgeral
99
100 * mjobs/MJob.cc:
101 - added a suggested parenthesis
102
103 * mjtrain/MJTrainDisp.cc:
104 - cast the MH3 histogram correctly to a TH2
105
106
107
108 2010/02/22 Daniela Dorner
109
110 * datacenter/db/menu.php:
111 - added ObsLevel and download link column for cta pages
112
113 * datacenter/db/ctadefs.php:
114 - added observation level
115
116 * datacenter/db/ctamcinfo.php:
117 - added column with download link for the files
118
119 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
120 datacenter/db/culminating.php, datacenter/db/datacheck.php,
121 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
122 datacenter/db/include.php, datacenter/db/mcinfo.php,
123 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
124 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
125 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
126 datacenter/db/sources.php, datacenter/db/statussbs.php:
127 - bugfix for get.txt
128
129 * datacenter/db/datasetinfo-aio.php:
130 - bugfix calling PrintPage()
131
132
133
134 2010/02/01 Daniela Dorner
135
136 * datacenter/scripts/fillmcdb:
137 - added observation level
138
139 * datacenter/scripts/sourcefile:
140 - added comment concerning $0 problem
141 - added 'ERROR' in processlog message of makedir
142
143
144
145 2010/02/04 Stefan Ruegamer
146
147 * mraw/MRawRunHeader.cc
148 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
149 so that the new 5xxxxxx sequences can be processed
150 - adapted error message
151 - inserted Domino calibration run
152
153 * mraw/MRawRunHeader.cc
154 - inserted Domino calibration run
155
156
157
158 2010/02/01 Daniela Dorner
159
160 * datacenter/scripts/runsimtel
161 - fixes typo
162 - replaced path in disk-check by variable
163
164
165
166 2010/01/15 Stefan Ruegamer
167
168 * datacenter/scripts/dowebplots, jobmanager
169 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
170
171 * datacenter/scripts/scriptlauncher
172 - added automationsetup variable in condor command
173
174 * datacenter/macros/buildsequenceentries.C
175 - where necessary changed Int to Long to account for the high value
176 of the stereo runs
177
178 * resources/sequences.rc
179 - added two transition conditions for the calibration scripts
180 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.