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

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