source: trunk/MagicSoft/Mars/Changelog@ 9574

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