source: trunk/MagicSoft/Mars/Changelog@ 8901

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