source: trunk/MagicSoft/Mars/Changelog@ 8893

Last change on this file since 8893 was 8893, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 7.6 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 2008/05/19 Thomas Bretz
22
23 * Makefile.conf.general, Makefile.conf.linux:
24 - distinguish between := (eval once) and = (eval every access)
25
26 * mbase/BaseLinkDef.h, mbase/Makefile:
27 - added MObjLookup
28
29 * mbase/MObjLookup.[h,cc]:
30 - added
31
32 * mbase/MEvtLoop.cc:
33 - set progress bar position to 0 before PreProcessing
34
35 * mdata/MDataMember.[h,cc]:
36 - added a member function to get a string
37
38 * mfilter/MFCosmics.cc:
39 - fixed a typo in a comment
40
41 * mhbase/MH.[h,cc]:
42 - improved SetBinning for newer root-versions
43 - improved SetBinning to correctly support axis with labels
44 (keeps the binning unchanged)
45
46 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
47 - support for axis labels was added.
48 - a possibility to set an additional weight has been added
49 - the version number has been increased accordingly
50
51 * mjobs/MJPedestal.cc:
52 - deny level1 and level2 triggers choosing pedestal events
53
54 * mraw/MRawRunHeader.h:
55 - added a member function returning the RunLength (stop-start)
56
57 * mtrigger/MTriggerPattern.[h,cc]:
58 - wrapped some comments
59 - improved comments
60
61
62
63 2008/05/15 Thomas Bretz
64
65 * mfilter/MFMagicCuts.[h,cc]:
66 - fixed a few typos in comments and in the output
67 - added an option kAreaLin with a linear cut in area for special
68 studies
69
70 * mbase/MStatusDisplay.cc:
71 - if no MStatusArray is found, keys which store a TCanvas object
72 are displayed instead if available
73
74 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
75 - the extraction range to get the maximum is now determined
76 automatically from the MExtractedSignalCam
77
78 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
79 - raise an error if there is a mismatch in the number of samples
80
81
82
83
84 2008/05/14 Thomas Bretz
85
86 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
87 - enhanced to allow direct filling of Profile histograms
88
89 * mjobs/MDataSet.h:
90 - fixed a bug in Print() causing an infinite loop
91
92 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
93 - write the dataset(s) to the output file
94
95 * mjtrain/MJTrainEnergy.cc
96 - write the dataset to the output file
97 - added new plots to show the resolution versus several different
98 parameters
99
100 * mpedestal/MPedestalSubtract.[h,cc]:
101 - added an additional check to compate the number of hi-/lo-gain
102 slices in the run- and event-header
103
104 * mpointing/MPointingDevCalc.cc:
105 - added the 14th Jan 08 to the list of new pointing models
106
107
108
109 2008/05/07 Stefan Ruegamer
110
111 * datacenter/scripts/checkmd5sum
112 - implemented check of files from /magic and /data
113
114 * datacenter/scripts/checktransfer
115 - changed the search for temporary zipfiles to not search in hidden
116 directories
117
118 * datacenter/scripts/movingrawfiles2
119 - movingrawfiles to move raw files from /data/fromtape
120
121 * datacenter/scripts/runcallisto
122 - changed default callisto.rc to callisto_mux_new.rc
123
124 * datacenter/scripts/zipscript
125 - changed the script due to the fact that /magic/data/rawfiles is
126 now a link
127 - changed the find to not search in hidden directories
128 - added the -n option to ssh
129
130 * resources/calibration_spline.rc
131 - added calibration factors for periods 62-66 but these are not
132 newly calculated, simply pasted from previous periods!
133
134
135
136 2008/04/08 Thomas Bretz
137
138 * mreport/MReportDrive.cc:
139 - implemented changes of Version 20080220
140
141
142
143 2008/03/19 Thomas Bretz
144
145 * mjobs/MJSpectrum.cc:
146 - fixed a bug introduced yesterday. The overflow bin was not
147 correctly referenced
148
149
150
151 2008/03/18 Thomas Bretz
152
153 * sponde.cc:
154 - added new option "--force-runtime"
155
156 * mbase/MEnv.h:
157 - added WriteFile to context menu
158
159 * mjobs/MJSpectrum.[h,cc]:
160 - added a new option to force using the runtime instead of the
161 effective observation time (this might bw wrong for very
162 short datasets)
163 - added a check if the effective observation time is out of
164 the histogram range... print a warning if so and include
165 the overflow bins into the eff. obs time
166 - added an estimated sensitivity curve for high and low za
167 to the spectrum plots
168 - added description text for 1553 and crab spectrum
169 - write out the MC events after cuts including their weights
170 - do not fit at 1TeV but 500GeV instead
171
172 * mjobs/MJob.cc:
173 - check in WriteContainer whether the file is already open
174
175 * mpointing/MPointingDevCalc.cc:
176 - added some more comments
177
178 * mhflux/MMcSpectrumWeight.[h,cc]:
179 - added the possibility to extend a spectrum by "fake" statistics
180
181
182
183 2008/03/14 Daniel Hoehne
184
185 * datacenter/macros/filldotrun.C:
186 - inserted new arehucas version
187
188
189
190 2008/03/04 Thomas Bretz
191
192 * condor/program.submit, condor/macro.submit, condor/script.submit:
193 - added
194
195
196
197 2008/03/03 Thomas Bretz
198
199 * mhflux/MHAlpha.[h,cc]:
200 - allow to project individual bins in DrawNicePlot
201
202
203
204 2008/02/24 Thomas Bretz
205
206 * mbase/MLog.h:
207 - added a getter for the OutputLevel (for debugging)
208
209 * mpointing/MPointing.h:
210 - added a memberfunction to calculate the Abs-value
211
212 * mpointing/PointingLinkDef.h:
213 - added RaDec
214
215
216
217 2008/02/21 Daniela Dorner
218
219 * datacenter/db/builddatasets.php:
220 - display 'Remark' only in case of errors
221
222
223
224 2008/02/08 Stefan Ruegamer
225
226 * datacenter/scripts/checkmd5sum
227 - added check to prevent that checksums of files not read from tape
228 enter the .lapalma file
229
230 * datacenter/scripts/dbchk
231 - added check for crashed runs, sequences and datasets
232 - corrected bugs in find command and $dir-loops
233 - adapted to the automatic concept and added it to the cronjobs
234
235
236
237 2008/02/01 Stefan Ruegamer
238
239 * datacenter/macros/filldotrun.C
240 - added default entry for fCompmux for new runs
241
242 * datacenter/macros/checkfileavail.C
243 - added checking of fCompmux
244
245
246
247 2008/02/01 Daniel Hoehne
248
249 * datacenter/db/runinfo-aio.php:
250 - fixed 'bug' with query. Now runs are displayed in ascending order
251
252
253
254 2008/01/31 Thomas Bretz
255
256 * mbase/MThread.[h,cc]:
257 - imported from Cosy
258
259 * mbase/Makefile:
260 - added MThread
261
262 * mbase/BaseLinkDef.h:
263 - added MThread
264
265
266
267 2008/01/27 Thomas Bretz
268
269 * .rootrc:
270 - updated with the correct path to the ViewCVS
271
272
273
274 2008/01/24 Thomas Bretz
275
276 * mpointing/MPointing.cc:
277 - added ClassImp for RaDec
278
279 * mpointing/MPointing.h:
280 - added code for classes AltAz and RaDec deriving from TVector2
281 not to be used in Mars and Cosy
282
283
284
285 2008/01/24 Daniel Hoehne
286
287 * scripts/preparemc:
288 - adapted to new rawfile/camera structure in /magic/montecarlo
289
290
291
292 2008/01/14 Thomas Bretz
293
294 * mpointing/MPointing.h:
295 - added enumeration operator[]
296
297
298
299 2008/01/11 Thomas Bretz
300
301 * mbase/MLog.cc:
302 - correctly use delete[] instead of delete for fGuiLInes as
303 suggested by valgrind.
304
305
306
307 2008/01/09 Thomas Bretz
308
309 * mbadpixels/MBadPixelsTreat.[h,cc]:
310 - removed obsolete fRawHeader
311
312 * mpointing/MSrcPosCam.[h,cc]:
313 - added Paint member function
314
315 * mpointing/MSrcPosRndm.[h,cc]:
316 - also produce a antio source position for wobble observations
317
318 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
319 mpedestal/MPedestalCam.cc:
320 - some cosmetics
Note: See TracBrowser for help on using the repository browser.