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 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 |
|
---|
22 | 2004/05/27 Javier Rico
|
---|
23 | * programs/makeHillas.cc
|
---|
24 | - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
|
---|
25 | trying to trace back a bug in the calibration
|
---|
26 |
|
---|
27 | 2004/05/26 Javier Rico
|
---|
28 | * library/MHillasDisplay.[h,cc]
|
---|
29 | - Call for MIslands::Print() in the process if any MIslands is
|
---|
30 | found
|
---|
31 |
|
---|
32 | 2004/05/24 Javier Rico
|
---|
33 | * library/MDisplay.[h,cc], programs/makeHillas.cc,
|
---|
34 | programs/makehillas.datacard
|
---|
35 | - Add possibility to save a ps file
|
---|
36 | - Update documentation
|
---|
37 | - Cope with the case when no cut is provided
|
---|
38 |
|
---|
39 | * library/MHillasDisplay[h.cc]
|
---|
40 | - correct minor axis paint
|
---|
41 | - include MNewImagePar dumping
|
---|
42 | - update documentation
|
---|
43 |
|
---|
44 | 2004/05/21 Oscar Blanch
|
---|
45 | * makeHillas.cc
|
---|
46 | - Adde a couple of conditionals to allow makeHillas in
|
---|
47 | NON calibration mode without giving a Cailbration file,
|
---|
48 |
|
---|
49 | 2004/05/21 Javier Rico
|
---|
50 | * library/MDCA.[cc.h]
|
---|
51 | - removed
|
---|
52 |
|
---|
53 | * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
|
---|
54 | - added
|
---|
55 |
|
---|
56 | * library/Makefile, library/IFAELinkDef.h
|
---|
57 | - remove MDCA
|
---|
58 | - add MDisplay and MHillasDisplay
|
---|
59 |
|
---|
60 | * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
|
---|
61 | library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
|
---|
62 | - remove MDCA dependences
|
---|
63 |
|
---|
64 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
65 | - include display and selection cuts options
|
---|
66 |
|
---|
67 | * programs/Makefile
|
---|
68 | - include mfbase in the list of includes directory
|
---|
69 |
|
---|
70 | 2004/05/18 Javier Rico
|
---|
71 | * macros/plotOptimal.C
|
---|
72 | - dump value of maximal significance and cuts
|
---|
73 |
|
---|
74 | 2004/05/18 Javier Rico
|
---|
75 | * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
|
---|
76 | library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
|
---|
77 | - Add the possibility of having different input and output
|
---|
78 | MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
|
---|
79 | - Move the creation of internal histogram to PreProcess, so that
|
---|
80 | it can be configured before creation. Now configurable: whether
|
---|
81 | histo must be created or not (fCreateHisto), histo bin size
|
---|
82 | (fHistoBinPrec), histogram name (fHistoName), with corresponding
|
---|
83 | getters and setters
|
---|
84 | - Update documentation
|
---|
85 |
|
---|
86 | * library/MSrcPosFromFile.cc
|
---|
87 | - If no position has been measured for the first analyzed run, use
|
---|
88 | the one of the first run in file instead.
|
---|
89 |
|
---|
90 | * programs/falseSource.cc
|
---|
91 | - Change obsolete MSrcPosCam predefinitions for modern
|
---|
92 | MSrcTranslate objects, which allow relative displacement of the
|
---|
93 | source position from a previously assigned one.
|
---|
94 | - Add flag for relative translation
|
---|
95 | - Include control histograms (hOn[Off]SrcPos) for the source
|
---|
96 | position
|
---|
97 |
|
---|
98 | * programs/falsesource.datacard
|
---|
99 | - Add datacard SRCABS for relative/absolute source translation
|
---|
100 |
|
---|
101 | * programs/srcPos.cc
|
---|
102 | - Avoid creation of internal histograms for the translation
|
---|
103 |
|
---|
104 | * programs/optimizeCuts.cc
|
---|
105 | - Correct bug on width initial value
|
---|
106 |
|
---|
107 | * programs/makeHillas.cc
|
---|
108 | - Pass MCalibrationQECam from the MJCalibration to the following
|
---|
109 | loops (to be able to perform calibration of data)
|
---|
110 |
|
---|
111 |
|
---|
112 | 2004/05/17 Javier Rico
|
---|
113 | * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
|
---|
114 | library/MSrcTranslate.cc
|
---|
115 | - Assign the internal histogram a class-dependent name
|
---|
116 | - Add some log lines to trace the classes behaviour
|
---|
117 | - Remove function SearchForSrcPos
|
---|
118 |
|
---|
119 | * library/MSrcPosFromFile.[cc,h]
|
---|
120 | - Correct behaviour for not found runs
|
---|
121 | - Keep latest good MSrcPosCam to fill for next events
|
---|
122 | - Initialize pointers to NULL
|
---|
123 | - Fill also MDCA
|
---|
124 |
|
---|
125 |
|
---|
126 | 2004/05/14 Javier Rico
|
---|
127 | * library/MSrcPlace.[cc,h]
|
---|
128 | - added
|
---|
129 |
|
---|
130 | * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
|
---|
131 | library/MSrcTranslate.[cc,h]
|
---|
132 | - inherit from MSrcPlace
|
---|
133 |
|
---|
134 | * programs/srcPos.cc programs/srcpos.datacard
|
---|
135 | - adapt to new MSrcPlace class
|
---|
136 |
|
---|
137 | * library/Makefile, library/IFAELinkDef.h
|
---|
138 | - include MSrcPlace
|
---|
139 |
|
---|
140 | 2004/05/13 Javier Rico
|
---|
141 | * macros/rotation.C
|
---|
142 | - added
|
---|
143 |
|
---|
144 |
|
---|
145 | 2004/05/13 Javier Lopez
|
---|
146 | * library/MCalibrateDC.[h,cc]
|
---|
147 | - Task to intercalibrate the dc response of the dc
|
---|
148 | current for all the pmts from a continuos light
|
---|
149 | run.
|
---|
150 |
|
---|
151 | 2004/05/12: Javier Rico
|
---|
152 | * macros/alpha.C, macros/plotOptimal.C
|
---|
153 | - added
|
---|
154 |
|
---|
155 | * library/MSrcRotate.[cc.h]
|
---|
156 | - correct bug in computation of run time for rotation
|
---|
157 |
|
---|
158 | * programs/srcPos.cc
|
---|
159 | - change mjdpos type to Double_t
|
---|
160 |
|
---|
161 |
|
---|
162 |
|
---|
163 | 2004/05/11: Javier Rico
|
---|
164 | * programs/optimizeCuts.cc, programs/optimizecuts.datacard
|
---|
165 | - added
|
---|
166 |
|
---|
167 | * programs/Makefile
|
---|
168 | - include optimizeCuts
|
---|
169 |
|
---|
170 | * programs/srcPos.cc, programs/srcpos.datacard
|
---|
171 | - add reference rotation angle
|
---|
172 |
|
---|
173 |
|
---|
174 | 2004/05/11: Ester Aliu
|
---|
175 | * macros/signal.cc
|
---|
176 | - change some things
|
---|
177 | * programs/falseSource.cc
|
---|
178 | - change some mathematical functions to root equivalents
|
---|
179 | * programs/psffit.cc
|
---|
180 | - add <stdlib.h> library
|
---|
181 |
|
---|
182 | 2004/05/11: Ester Aliu
|
---|
183 | * programs/makeHillas.cc, programs/makehillas.datacard
|
---|
184 | - add island calculations
|
---|
185 |
|
---|
186 | 2004/05/11: Javier Rico
|
---|
187 | * programs/makeHillas.cc
|
---|
188 | - prevent it from bombing because of the mjobs
|
---|
189 |
|
---|
190 |
|
---|
191 | 2004/05/10: Javier Rico
|
---|
192 | * programs/Makefile
|
---|
193 | - specify libmars.so with absolute path
|
---|
194 |
|
---|
195 |
|
---|
196 | 2004/05/07: Javier Rico
|
---|
197 | * programs/pedvsslices.cc
|
---|
198 | - added
|
---|
199 |
|
---|
200 |
|
---|
201 | 2004/05/05: Ester Aliu
|
---|
202 | * library/MPSFFitCalc.cc library/MSrcRotate.cc
|
---|
203 | - change some mathematical functions to root equivalents
|
---|
204 |
|
---|
205 | * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
|
---|
206 | library/MIslandClean.[h,cc]
|
---|
207 | - added
|
---|
208 |
|
---|
209 | * library/Makefile, library/IFAELinkDef.h
|
---|
210 | - add MIslands, MIslandCalc, MIslandClean
|
---|
211 |
|
---|
212 | 2004/05/05: Javier Lopez
|
---|
213 | * library/MFHVNotNominal.[h,cc]
|
---|
214 | - filter to flag events(pixels) with non nominal hv
|
---|
215 |
|
---|
216 | * macros/hvnotnominal.C
|
---|
217 | - macro to test MFHVNotNominal filter
|
---|
218 |
|
---|
219 | 2004/05/05: Javier Rico
|
---|
220 | * library/MSrcTranslate.[h,cc]
|
---|
221 | - added
|
---|
222 |
|
---|
223 | * library/Makefile, library/IFAELinkDef.h
|
---|
224 | - add MSrcTranslate
|
---|
225 |
|
---|
226 | * library/MSrcRotate.[h.cc]
|
---|
227 | - adapted to changes in MObservatory and MAstro
|
---|
228 |
|
---|
229 | * programs/falseSource.cc programs/falsesource.datacard
|
---|
230 | programs/srcPos.cc programs/srcpos.datacard
|
---|
231 | - added
|
---|
232 |
|
---|
233 | * programs/Makefile
|
---|
234 | - add falseSource and srcPos
|
---|
235 |
|
---|
236 | * macros/signal.C macros/signalPoint.C
|
---|
237 | - added
|
---|
238 |
|
---|
239 | 2004/05/03: Javier Rico
|
---|
240 | * makeHillas.cc
|
---|
241 | - put back Jobs for pedestal and calibration parts
|
---|
242 |
|
---|
243 | * .rootrc
|
---|
244 | - added
|
---|
245 |
|
---|
246 | 2004/05/03: Javier Rico
|
---|
247 | * library,programs,macros,*:
|
---|
248 | - new directories added
|
---|
249 | - directory macros contains macros (.C) and scripts (.sh)
|
---|
250 | - directory programs contains root compilables and associated
|
---|
251 | [input] files
|
---|
252 | - directory library contains routines to be linked with libmars.so
|
---|
253 |
|
---|
254 | 2004/04/30: Javier López
|
---|
255 | * alpha_plot.C
|
---|
256 | - macro to display hillas disttributions with corrected
|
---|
257 | miss pointing
|
---|
258 |
|
---|
259 | * srcPosRun.sh
|
---|
260 | - Script to produce the file with the positions of UMa51 using
|
---|
261 | psffit executable
|
---|
262 |
|
---|
263 | * MSrcPosFromFile.[h,cc]
|
---|
264 | - Tool to correct the position of the source for on and off data
|
---|
265 | from a file
|
---|
266 |
|
---|
267 | * psffit.C & psffit.cc
|
---|
268 | - Macro and executable to calculate the mean position of a star.
|
---|
269 |
|
---|
270 | * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
|
---|
271 | - Container and taks to do calculation of the psf and position of
|
---|
272 | stars.
|
---|
273 |
|
---|
274 | 2004/04/28: Javier Rico
|
---|
275 | * makeHillas.cc, makehillas.datacard
|
---|
276 | - Use MJPedestal and MJCalibration and simplified datacard
|
---|
277 |
|
---|
278 | * Makefile
|
---|
279 | - include mjobs
|
---|
280 |
|
---|
281 |
|
---|
282 | 2004/04/28: Javier Rico
|
---|
283 | * mifae/Changelog
|
---|
284 | - Added. Next changes in directory mifae will be reported
|
---|
285 | exclusively in here
|
---|
286 |
|
---|
287 |
|
---|
288 | 2004/04/27: Javier Rico
|
---|
289 | * mifae
|
---|
290 | - Add new directory for IFAE temporal stuff
|
---|
291 |
|
---|
292 | * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
|
---|
293 | - Add basic stuff to run the directory
|
---|
294 |
|
---|
295 | * mifae/MDCA.[h,cc]
|
---|
296 | - Add Commichau & Starks's MDCA (provisional)
|
---|
297 |
|
---|
298 | * mifae/makeHillas.cc,makehillas.datacard
|
---|
299 | - Add program to generate hillas parameters' file
|
---|