source: trunk/MagicSoft/Mars/mtemp/mifae/Changelog@ 4139

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