source: trunk/MagicSoft/Mars/Changelog@ 9572

Last change on this file since 9572 was 9571, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 5.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/04/19 Thomas Bretz
22
23 * mase/MStatusArray.cc:
24 - added a workaround to prevent crashes in case of double
25 deleteion of the fHistogram in TGraphs
26
27 * mcorsika/MCorsikaEvtHeader.cc:
28 - replaced special characters by UTF8 characters
29
30 * mgeom/MGeom.[h,cc]:
31 - implemented function to return the distance squared
32
33
34
35 2010/04/13 Daniela Dorner
36
37 * datacenter/db/builddatasets.php:
38 - updated check for observation mode: allowed 'N/A', as there is
39 else an error for old data
40
41
42
43 2010/04/13 Thomas Bretz
44
45 * msim/MHPhotonEvent.cc:
46 - automatic binning for case 3
47 - new case 5
48
49 * msim/MHPhotonEvent.h:
50 - this can be a huge memory consumption and we don't need double
51 precision (range) accordingly changed all TH*D to TH*F.
52 consequently increased class version number
53
54
55
56 2010/03/30 Thomas Bretz
57
58 * Makefile.conf.general:
59 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
60 ignored
61
62 * mbase/MQuaternion.h:
63 - added member-function to normalize vector part of quaternion
64
65 * mbase/MTime.cc:
66 - issue an error if __LINUX__ is not set
67
68 * mjobs/MJSimulation.cc:
69 - set name of reflector explicitly to "Reflector"
70
71 * msimreflector/MMirror.h:
72 - added member function to set z position (for optimization purpose)
73 - added SimPSF(TVector3&)
74
75 * msimreflector/MSimReflector.[h,cc]:
76 - added name of reflector as data member
77
78 * melectronics/MAvalanchePhotoDiode.cc:
79 - scale the crosstalk probability as the height of the emitted
80 signal with the recovery time.
81
82 * mhflux/MHEnergyEst.cc:
83 - added a workaround to get rid of some root-warnings
84
85 * mjtrain/MJTrainEnergy.cc:
86 - improved axis labels
87
88 * mpointing/MPointingDevCalc.cc:
89 - added some more comments
90
91 * msimreflector/MMirror.[h,cc]:
92 - added fShape to allow for parabolic mirrors
93
94 * msimreflector/MReflector.cc:
95 - implemented the option of parabolic mirrors into the
96 reflector defintion file
97
98 * msimreflector/MSimReflector.[h,cc]:
99 - implemented (and fixed) the calculation of the reflection at
100 parabolic surfaces
101 - implemented the possibility to switch off the early check for
102 "photon can hit the camera" (fDetectorMargin<0)
103 - added setter for fDetectorMargin
104
105
106
107
108 2010/03/01 Stefan Ruegamer
109
110 * resources/hilocalib.rc:
111 - added df factors for p23-25, using the same as for p22. Sequences
112 are not running with df in these periods, therefore the correct
113 factors cannot be determined, and it doesn't matter anyway.
114
115 * datacenter/read_lapalma-tapes:
116 - added automationsetup before movingrawfiles
117
118
119
120 2010/02/23 Thomas Bretz
121
122 * mbase/MAGIC.cc:
123 - projections are supposed to work again in root 5.26
124 (not tested yet)
125
126 * mbase/MGMap.cc, mbase/MObjLookup.cc:
127 - key and val are Long64 in newer root versions
128
129 * mdata/MDataPhrase.cc:
130 - need inclusion of TFormulaPrimitive in root 5.26
131
132 * mhflux/MMcSpectrumWeight.cc:
133 - root 5.26 has a different calling convention for TH1::Intgeral
134
135 * mjobs/MJob.cc:
136 - added a suggested parenthesis
137
138 * mjtrain/MJTrainDisp.cc:
139 - cast the MH3 histogram correctly to a TH2
140
141
142
143 2010/02/22 Daniela Dorner
144
145 * datacenter/db/menu.php:
146 - added ObsLevel and download link column for cta pages
147
148 * datacenter/db/ctadefs.php:
149 - added observation level
150
151 * datacenter/db/ctamcinfo.php:
152 - added column with download link for the files
153
154 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
155 datacenter/db/culminating.php, datacenter/db/datacheck.php,
156 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
157 datacenter/db/include.php, datacenter/db/mcinfo.php,
158 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
159 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
160 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
161 datacenter/db/sources.php, datacenter/db/statussbs.php:
162 - bugfix for get.txt
163
164 * datacenter/db/datasetinfo-aio.php:
165 - bugfix calling PrintPage()
166
167
168
169 2010/02/01 Daniela Dorner
170
171 * datacenter/scripts/fillmcdb:
172 - added observation level
173
174 * datacenter/scripts/sourcefile:
175 - added comment concerning $0 problem
176 - added 'ERROR' in processlog message of makedir
177
178
179
180 2010/02/04 Stefan Ruegamer
181
182 * mraw/MRawRunHeader.cc
183 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
184 so that the new 5xxxxxx sequences can be processed
185 - adapted error message
186 - inserted Domino calibration run
187
188 * mraw/MRawRunHeader.cc
189 - inserted Domino calibration run
190
191
192
193 2010/02/01 Daniela Dorner
194
195 * datacenter/scripts/runsimtel
196 - fixes typo
197 - replaced path in disk-check by variable
198
199
200
201 2010/01/15 Stefan Ruegamer
202
203 * datacenter/scripts/dowebplots, jobmanager
204 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
205
206 * datacenter/scripts/scriptlauncher
207 - added automationsetup variable in condor command
208
209 * datacenter/macros/buildsequenceentries.C
210 - where necessary changed Int to Long to account for the high value
211 of the stereo runs
212
213 * resources/sequences.rc
214 - added two transition conditions for the calibration scripts
215 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.