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

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