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