source: trunk/MagicSoft/Mars/Changelog@ 9580

Last change on this file since 9580 was 9580, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 9.0 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/05/05 Thomas Bretz
22
23 * mastro/MAstro.cc:
24 - fixed AngularDistance (called a non existing function and
25 the compiler didn't complain)
26
27 * mbase/MParContainer.[h,cc]:
28 - added static function Overwrites (previously in MTask)
29
30 * mbase/MStatusDisplay.[h,cc]:
31 - allow writing a MStatusDisplay without writing a MStatusArray
32 (therefore added SeveAsPlainRoot)
33 - improved reading of files just containing canvases and objects
34
35 * mbase/MTask.[h,cc]:
36 - moved code from Overwrites to a static function in MParContainer
37
38 * msimcamera/MSimCalibrationSignal.cc:
39 - changed distribution of signal from Gauss to Poissonian
40
41 * showplot.cc:
42 - removed nonsense "-q" option
43
44 * mbase/MStatusArray.[h,cc]:
45 - fixed/improved (once again) deleting of the array
46
47 * mbase/MStatusDisplay.cc:
48 - removed the MAstroCatalog workaround - is it still necessary?
49 (needs testing)
50 - added UpdateMemory every here and there to get the memory
51 consumption is more circumstances
52
53
54
55 2010/04/22 Thomas Bretz
56
57 * showplot.cc:
58 - added --debug-mem option
59
60 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
61 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
62 - added missing call to the RecursiveRemove of the base class
63
64 * mfileio/MReadTree.cc:
65 - In the case Notify failed since about two years accidentaly
66 kTRUE instead of kERROR was returned
67
68 * mfileio/MWriteRootFile.cc:
69 - added some more debug output
70
71 * mhflux/MAlphaFitter.cc:
72 - Return if fit failed
73
74 * mhflux/MHPhi.cc:
75 - avoid inf and nan when producing histogram (the divisor could
76 have been zero in case of the inetgral of an empty histogram)
77
78
79
80 2010/04/21 Thomas Bretz
81
82 * macros/rootlogon.C:
83 - a small fix which gets rid of the annoying error about an
84 unlocked mutex when starting the MStatusDisplay in the
85 interpreter. It makes sure that fGThreadFactory gets initialized
86 from the main thread.
87
88 * mbase/MStatusDisplay.cc:
89 - added a console output if TryLock fails
90 - the return value of TString::Index was misinterpreted
91
92 * mmuon/MHSingleMuon.cc:
93 - removed another reference to gMinuit
94
95 * msimcamera/MSimRandomPhotons.cc:
96 - re-did the output
97 - choose the other rate f2 instead of f1
98
99 * msimcamera/MSimTrigger.[h,cc]:
100 - keep the index of the trigger channel which finnaly issued
101 the trigger and propagate it to the event header
102
103 * mraw/MrawEvtHeader.h:
104 - implementd setter for fNumTriggerLvl1
105
106
107
108 2010/04/20 Thomas Bretz
109
110 * mfileio/MReadTree.cc:
111 - no error was returned anymore when Notify() failed. Fixed.
112
113
114
115 2010/04/19 Thomas Bretz
116
117 * mbase/MStatusArray.cc:
118 - added a workaround to prevent crashes in case of double
119 deleteion of the fHistogram in TGraphs
120
121 * mcorsika/MCorsikaEvtHeader.cc:
122 - replaced special characters by UTF8 characters
123
124 * mgeom/MGeom.[h,cc]:
125 - implemented function to return the distance squared
126
127 * mjobs/MJSimulation.cc:
128 - display degree symbol correctly in plots
129 - added artificial star-files to output
130 - for the moment the output of the reflector files is suppressed
131
132 * mmuon/MHSingleMuon.cc:
133 - catch if the fit failed
134 - replaced use of gMinuit by direct access to the function
135
136 * mpointing/MPointing.cc:
137 - replaced deg-symbol by UTF8 character
138
139 * mpointing/MPointingDevCalc.cc:
140 - added more information
141
142 * msignal/MSignalCam.[h,cc]:
143 - made the data members describing the image persistent.
144 they are not guranteed to have correct contents. Use
145 MNewImagePar instead.
146 - increased class version number accordingly
147
148 * msimreflector/MMirrorHex.h:
149 - added Getter for fD
150
151
152
153 2010/04/13 Daniela Dorner
154
155 * datacenter/db/builddatasets.php:
156 - updated check for observation mode: allowed 'N/A', as there is
157 else an error for old data
158
159
160
161 2010/04/13 Thomas Bretz
162
163 * msim/MHPhotonEvent.cc:
164 - automatic binning for case 3
165 - new case 5
166
167 * msim/MHPhotonEvent.h:
168 - this can be a huge memory consumption and we don't need double
169 precision (range) accordingly changed all TH*D to TH*F.
170 consequently increased class version number
171
172
173
174 2010/03/30 Thomas Bretz
175
176 * Makefile.conf.general:
177 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
178 ignored
179
180 * mbase/MQuaternion.h:
181 - added member-function to normalize vector part of quaternion
182
183 * mbase/MTime.cc:
184 - issue an error if __LINUX__ is not set
185
186 * mjobs/MJSimulation.cc:
187 - set name of reflector explicitly to "Reflector"
188
189 * msimreflector/MMirror.h:
190 - added member function to set z position (for optimization purpose)
191 - added SimPSF(TVector3&)
192
193 * msimreflector/MSimReflector.[h,cc]:
194 - added name of reflector as data member
195
196 * melectronics/MAvalanchePhotoDiode.cc:
197 - scale the crosstalk probability as the height of the emitted
198 signal with the recovery time.
199
200 * mhflux/MHEnergyEst.cc:
201 - added a workaround to get rid of some root-warnings
202
203 * mjtrain/MJTrainEnergy.cc:
204 - improved axis labels
205
206 * mpointing/MPointingDevCalc.cc:
207 - added some more comments
208
209 * msimreflector/MMirror.[h,cc]:
210 - added fShape to allow for parabolic mirrors
211
212 * msimreflector/MReflector.cc:
213 - implemented the option of parabolic mirrors into the
214 reflector defintion file
215
216 * msimreflector/MSimReflector.[h,cc]:
217 - implemented (and fixed) the calculation of the reflection at
218 parabolic surfaces
219 - implemented the possibility to switch off the early check for
220 "photon can hit the camera" (fDetectorMargin<0)
221 - added setter for fDetectorMargin
222
223
224
225
226 2010/03/01 Stefan Ruegamer
227
228 * resources/hilocalib.rc:
229 - added df factors for p23-25, using the same as for p22. Sequences
230 are not running with df in these periods, therefore the correct
231 factors cannot be determined, and it doesn't matter anyway.
232
233 * datacenter/read_lapalma-tapes:
234 - added automationsetup before movingrawfiles
235
236
237
238 2010/02/23 Thomas Bretz
239
240 * mbase/MAGIC.cc:
241 - projections are supposed to work again in root 5.26
242 (not tested yet)
243
244 * mbase/MGMap.cc, mbase/MObjLookup.cc:
245 - key and val are Long64 in newer root versions
246
247 * mdata/MDataPhrase.cc:
248 - need inclusion of TFormulaPrimitive in root 5.26
249
250 * mhflux/MMcSpectrumWeight.cc:
251 - root 5.26 has a different calling convention for TH1::Intgeral
252
253 * mjobs/MJob.cc:
254 - added a suggested parenthesis
255
256 * mjtrain/MJTrainDisp.cc:
257 - cast the MH3 histogram correctly to a TH2
258
259
260
261 2010/02/22 Daniela Dorner
262
263 * datacenter/db/menu.php:
264 - added ObsLevel and download link column for cta pages
265
266 * datacenter/db/ctadefs.php:
267 - added observation level
268
269 * datacenter/db/ctamcinfo.php:
270 - added column with download link for the files
271
272 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
273 datacenter/db/culminating.php, datacenter/db/datacheck.php,
274 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
275 datacenter/db/include.php, datacenter/db/mcinfo.php,
276 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
277 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
278 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
279 datacenter/db/sources.php, datacenter/db/statussbs.php:
280 - bugfix for get.txt
281
282 * datacenter/db/datasetinfo-aio.php:
283 - bugfix calling PrintPage()
284
285
286
287 2010/02/01 Daniela Dorner
288
289 * datacenter/scripts/fillmcdb:
290 - added observation level
291
292 * datacenter/scripts/sourcefile:
293 - added comment concerning $0 problem
294 - added 'ERROR' in processlog message of makedir
295
296
297
298 2010/02/04 Stefan Ruegamer
299
300 * mraw/MRawRunHeader.cc
301 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
302 so that the new 5xxxxxx sequences can be processed
303 - adapted error message
304 - inserted Domino calibration run
305
306 * mraw/MRawRunHeader.cc
307 - inserted Domino calibration run
308
309
310
311 2010/02/01 Daniela Dorner
312
313 * datacenter/scripts/runsimtel
314 - fixes typo
315 - replaced path in disk-check by variable
316
317
318
319 2010/01/15 Stefan Ruegamer
320
321 * datacenter/scripts/dowebplots, jobmanager
322 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
323
324 * datacenter/scripts/scriptlauncher
325 - added automationsetup variable in condor command
326
327 * datacenter/macros/buildsequenceentries.C
328 - where necessary changed Int to Long to account for the high value
329 of the stereo runs
330
331 * resources/sequences.rc
332 - added two transition conditions for the calibration scripts
333 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.