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