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

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