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

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