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

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