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