source: trunk/MagicSoft/Mars/Changelog@ 9569

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