source: trunk/MagicSoft/Mars/Changelog@ 9223

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