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