source: trunk/MagicSoft/Mars/Changelog@ 9221

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