source: trunk/MagicSoft/Mars/Changelog@ 8905

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