source: trunk/MagicSoft/Mars/Changelog@ 9224

Last change on this file since 9224 was 9224, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 5.8 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 2009/01/15 Thomas Bretz
22
23 * callisto.cc:
24 - cosmetics to output
25
26 * mcorsika/MCorsikaRunHeader.cc:
27 - cosmetics (removed a ;;)
28
29 * mhist/MHEvent.[h,cc]:
30 - ReInit to allow the change of the camera geoemtry in ReInit
31
32 * mpedestal/MPedestalSubtract.[h,cc]:
33 - added Print function
34
35
36
37 2009/01/15 Stefan Ruegamer
38
39 * datacenter/scripts/dodatacheck:
40 - removed the _E in the find command; files from 2008/06/04 on do
41 not have it any more
42
43
44
45 2009/01/14 Daniel Hoehne-Moench
46
47 * datacenter/scripts/sourcefile:
48 - extended errorcoding on mc run process status
49
50 * datacenter/scripts/runmccallisto, runmcstar:
51 - deleted unnecessary lines, adapted to primary structure
52
53 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
54 - added
55
56 * datacenter/scripts/fillmccallisto, fillmcstar:
57 - added
58
59
60
61 2009/01/14 Thomas Bretz
62
63 * readraw.cc:
64 - check first whether the file exist before adding the extension
65
66 * mbase/MMath.[h,cc]:
67 - added function to Re-sort an array
68
69 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
70 - Improved output
71
72 * mfileio/MWriteRootFile.cc:
73 - fixed a problem which prevented to open more than one /dev/null
74 devices independantly
75
76 * mgeom/MGeomCam.cc:
77 - cosmetics
78
79 * mgeom/MGeomCamDwarf.h:
80 - fixed a typo in an ifdef
81
82 * mgeom/MGeomPix.[h,cc]:
83 - added funtion to return positon as TVector2
84 - slightly improved the algorithm to check IsInside
85 - fixed the conditional signs for the orientation of pixels
86 in GetDirection
87
88 * mmain/MEventDisplay.cc:
89 - Give different names to the MPedestalSubtract tasks
90 - fixed buttons
91 - call AddGeometryTags after ReInit to allow reading new geometries in
92 ReInit
93
94 * mmc/MMcEvtBasic.h:
95 - added a new primary type kNightSky
96
97 * mraw/MRawEvtPixelIter.h:
98 - replaced type of the number of bytes by UInt_t
99
100 * mraw/MRawRunHeader.h:
101 - allow to validate the magic-number from outside (for MCs)
102
103 * datacenter/scripts/runcorsika:
104 - added a lot of comments
105 - reordered values in input card
106 - switched off a lot of obsolete output
107 - changed the Magnetic field to a value corresponding to the location of
108 MAGIC at 2200m height valid for January 2009. (The old value never took
109 place there?!) The value was taken from www.noaa.gov/geomagmodels
110
111
112
113 2009/01/12 Daniel Hoehne-Moench
114
115 * datacenter/db/menu.php:
116 - bugfix: now the SumTriggerFlag is correctly displayed in the web
117 interface
118
119
120
121 2009/01/09 Daniel Hoehne-Moench
122
123 * datacenter/macros/fillcamera.C
124 - implemented new variables: zbinmin, zbinmax, number of
125 sumtriggers, sum trigger flag
126 - bugfix: for P and C runs the mirror fraction and the impact
127 parameter had unreasonable values (negative) which were filled
128 into the mcdb, now->0
129
130 * datacenter/scripts/fillcamera, mcsequences:
131 - implemented call of getdbsetup
132
133
134
135 2009/01/09 Stefan Ruegamer
136
137 * datacenter/scripts/buildsequenceentries
138 - corrected IFS argument
139
140
141
142 2009/01/08 Stefan Ruegamer
143
144 * datacenter/scripts/filesondisk
145 - added S and N runs
146
147
148
149 2009/01/07 Daniel Hoehne-Moench
150
151 * datacenter/macros/filldotrun.C:
152 - updated column counting numbers
153 - included a check for the number of columns in the runfiles
154
155 * datacenter/macros/buildsequenceentries.C:
156 - implemented SumTriggerFlagKEY for sequence building
157
158
159
160 2009/01/06 Thomas Bretz
161
162 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
163 mbase/MArrayI.h, mbase/MArrayS.h:
164 - removed GetSize
165
166 * mbase/MArrayF.h:
167 - added Add()
168 - added AddClipped
169
170 * mbase/MMath.[h,cc]:
171 - implemented ReSort
172
173 * mcorsika/MCorsikaEvtHeader.cc:
174 - removed obsolete comments
175
176 * mcorsika/MCorsikaRead.cc:
177 - cosmetics
178
179 * mcorsika/MCorsikaRunHeader.[h,cc]:
180 - added comments about file contents
181 - added fWavelengthMin/Max
182
183 * mextralgo/MExtralgoSpline.[h,cc]:
184 - renamed SearchY to SearchYdn
185 - fixed a problem in SearchYup (must be ++i instead of i++)
186 (this is relatively unimportant because it was only used
187 in the determination of the pulse width which we never
188 really used)
189 - added a sanity/range-check to SearchYup and SearchYdn
190 - added a comment
191 - changed the order of arguments in EvalDeriv1
192 - changed the order of arguments in EvalDeriv2
193 - accelerated EvalDeriv1 (one multiplication less)
194 - added Deriv1 function
195 - made SearchYup and SearchYdn public
196
197 * mjobs/MDataSet.cc:
198 - removed an obsolete return statement
199
200 * mraw/MRawEvtData.[h,cc]:
201 - changed pointer in AddPixel to reference
202 - added a Set function
203
204 * mraw/MRawRunHeader.[h,cc]:
205 - added a lot of fixes for wrong run numbers written by Arehucas
206 - added a fix for strange file numbers written by Arehucas
207 - added functions as monta carlo interface to set contents
208
209 * msignal/MSignalCam.cc:
210 - defined a case 9
211
212
213
214 2009/01/05 Thomas Bretz
215
216 * mhbase/MH.h:
217 - commited missing changes from last year
218
219 * merpp.cc:
220 - fixed a description
221
222 * sponde.cc:
223 - added "Multiple dataset at once"
224
225 * star.cc:
226 - removed obsolete -ff option from output
227
228 * mbase/MTime.[h,cc]:
229 - added GetBinary
230 - added WriteBinary
231
232 * mbase/MEvtLoop.cc:
233 - display paused status in status line
234 - improved pause handling
235
236
Note: See TracBrowser for help on using the repository browser.