source: trunk/MagicSoft/Mars/Changelog@ 9570

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