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