source: trunk/MagicSoft/Mars/Changelog@ 9573

Last change on this file since 9573 was 9573, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 6.4 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/04/19 Thomas Bretz
22
23 * mase/MStatusArray.cc:
24 - added a workaround to prevent crashes in case of double
25 deleteion of the fHistogram in TGraphs
26
27 * mcorsika/MCorsikaEvtHeader.cc:
28 - replaced special characters by UTF8 characters
29
30 * mgeom/MGeom.[h,cc]:
31 - implemented function to return the distance squared
32
33 * mjobs/MJSimulation.cc:
34 - display degree symbol correctly in plots
35 - added artificial star-files to output
36 - for the moment the output of the reflector files is suppressed
37
38 * mmuon/MHSingleMuon.cc:
39 - catch if the fit failed
40 - replaced use of gMinuit by direct access to the function
41
42 * mpointing/MPointing.cc:
43 - replaced deg-symbol by UTF8 character
44
45 * mpointing/MPointingDevCalc.cc:
46 - added more information
47
48 * msignal/MSignalCam.[h,cc]:
49 - made the data members describing the image persistent.
50 they are not guranteed to have correct contents. Use
51 MNewImagePar instead.
52 - increased class version number accordingly
53
54 * msimreflector/MMirrorHex.h:
55 - added Getter for fD
56
57
58
59 2010/04/13 Daniela Dorner
60
61 * datacenter/db/builddatasets.php:
62 - updated check for observation mode: allowed 'N/A', as there is
63 else an error for old data
64
65
66
67 2010/04/13 Thomas Bretz
68
69 * msim/MHPhotonEvent.cc:
70 - automatic binning for case 3
71 - new case 5
72
73 * msim/MHPhotonEvent.h:
74 - this can be a huge memory consumption and we don't need double
75 precision (range) accordingly changed all TH*D to TH*F.
76 consequently increased class version number
77
78
79
80 2010/03/30 Thomas Bretz
81
82 * Makefile.conf.general:
83 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
84 ignored
85
86 * mbase/MQuaternion.h:
87 - added member-function to normalize vector part of quaternion
88
89 * mbase/MTime.cc:
90 - issue an error if __LINUX__ is not set
91
92 * mjobs/MJSimulation.cc:
93 - set name of reflector explicitly to "Reflector"
94
95 * msimreflector/MMirror.h:
96 - added member function to set z position (for optimization purpose)
97 - added SimPSF(TVector3&)
98
99 * msimreflector/MSimReflector.[h,cc]:
100 - added name of reflector as data member
101
102 * melectronics/MAvalanchePhotoDiode.cc:
103 - scale the crosstalk probability as the height of the emitted
104 signal with the recovery time.
105
106 * mhflux/MHEnergyEst.cc:
107 - added a workaround to get rid of some root-warnings
108
109 * mjtrain/MJTrainEnergy.cc:
110 - improved axis labels
111
112 * mpointing/MPointingDevCalc.cc:
113 - added some more comments
114
115 * msimreflector/MMirror.[h,cc]:
116 - added fShape to allow for parabolic mirrors
117
118 * msimreflector/MReflector.cc:
119 - implemented the option of parabolic mirrors into the
120 reflector defintion file
121
122 * msimreflector/MSimReflector.[h,cc]:
123 - implemented (and fixed) the calculation of the reflection at
124 parabolic surfaces
125 - implemented the possibility to switch off the early check for
126 "photon can hit the camera" (fDetectorMargin<0)
127 - added setter for fDetectorMargin
128
129
130
131
132 2010/03/01 Stefan Ruegamer
133
134 * resources/hilocalib.rc:
135 - added df factors for p23-25, using the same as for p22. Sequences
136 are not running with df in these periods, therefore the correct
137 factors cannot be determined, and it doesn't matter anyway.
138
139 * datacenter/read_lapalma-tapes:
140 - added automationsetup before movingrawfiles
141
142
143
144 2010/02/23 Thomas Bretz
145
146 * mbase/MAGIC.cc:
147 - projections are supposed to work again in root 5.26
148 (not tested yet)
149
150 * mbase/MGMap.cc, mbase/MObjLookup.cc:
151 - key and val are Long64 in newer root versions
152
153 * mdata/MDataPhrase.cc:
154 - need inclusion of TFormulaPrimitive in root 5.26
155
156 * mhflux/MMcSpectrumWeight.cc:
157 - root 5.26 has a different calling convention for TH1::Intgeral
158
159 * mjobs/MJob.cc:
160 - added a suggested parenthesis
161
162 * mjtrain/MJTrainDisp.cc:
163 - cast the MH3 histogram correctly to a TH2
164
165
166
167 2010/02/22 Daniela Dorner
168
169 * datacenter/db/menu.php:
170 - added ObsLevel and download link column for cta pages
171
172 * datacenter/db/ctadefs.php:
173 - added observation level
174
175 * datacenter/db/ctamcinfo.php:
176 - added column with download link for the files
177
178 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
179 datacenter/db/culminating.php, datacenter/db/datacheck.php,
180 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
181 datacenter/db/include.php, datacenter/db/mcinfo.php,
182 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
183 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
184 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
185 datacenter/db/sources.php, datacenter/db/statussbs.php:
186 - bugfix for get.txt
187
188 * datacenter/db/datasetinfo-aio.php:
189 - bugfix calling PrintPage()
190
191
192
193 2010/02/01 Daniela Dorner
194
195 * datacenter/scripts/fillmcdb:
196 - added observation level
197
198 * datacenter/scripts/sourcefile:
199 - added comment concerning $0 problem
200 - added 'ERROR' in processlog message of makedir
201
202
203
204 2010/02/04 Stefan Ruegamer
205
206 * mraw/MRawRunHeader.cc
207 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
208 so that the new 5xxxxxx sequences can be processed
209 - adapted error message
210 - inserted Domino calibration run
211
212 * mraw/MRawRunHeader.cc
213 - inserted Domino calibration run
214
215
216
217 2010/02/01 Daniela Dorner
218
219 * datacenter/scripts/runsimtel
220 - fixes typo
221 - replaced path in disk-check by variable
222
223
224
225 2010/01/15 Stefan Ruegamer
226
227 * datacenter/scripts/dowebplots, jobmanager
228 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
229
230 * datacenter/scripts/scriptlauncher
231 - added automationsetup variable in condor command
232
233 * datacenter/macros/buildsequenceentries.C
234 - where necessary changed Int to Long to account for the high value
235 of the stereo runs
236
237 * resources/sequences.rc
238 - added two transition conditions for the calibration scripts
239 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.