source: trunk/MagicSoft/Mars/Changelog@ 9579

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