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

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