001 2009-11-18 Walter Lampl <walter.lampl@ cern.ch>
002 * CBNTAA_LArDigits: Publish OFC bin chosen by iteration to ntuple
003 * LArROD-02-15-04
004
005 2009-10-17 Hong Ma <hma@bnl.gov>
006 * fix for 64-bit Identifier
007 * LArROD-02-15-03
008
009 2009-10-17 Hong Ma <hma@bnl.gov>
010 * LArFebErrorSummaryMaker: fill BadGain bit
011 skip FEB with no errors.
012 Tag LArROD-02-15-02
013
014 2009-10-14 Hong Ma <hma@bnl.gov>
015 * add "EventStore" property in LArDigitThinner.cxx
016 tag LArROD-02-15-01
017
018 2009-10-11 Hong Ma <hma@bnl.gov>
019 * use ServiceHandle<StoreGateSvc>, as per Ketevi's request for overlay.
020 tag LArROD-02-15-00
021
022 2009-10-09 Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
023 * Little fix for CheckSum in LArFebErrorSummaryMaker.
024
025 2009-09-30 Walter Lampl
026 * LArFebErrorSummaryMaker: Improve log-output in case of unexpeceted missing FEB
027 * Tag LArROD-02-14-22
028
029 2009-09-03 RD Schaffer <R.D.Schaffer@cern.ch>
030
031 * tagging LArROD-02-14-21
032 * src/LArFebErrorSummaryMaker.cxx (LArFebErrorSummaryMaker::execute): fix for slhc ids
033
034 2009-08-28 Walter Lampl <walter.lampl@cern.ch>
035 * LArCalibDigitsAccumulator.cxx: Adapt to new design of LArAccumulatedCalibDigit class
036 (compiles, but untested since I have not old-style calibration run available)
037 * tag LArROD-02-14-20
038
039 2009-08-21 G.Unal
040 * change default of LArRawChannelBuilderADC2EDataBase to use intercept for medium and low gains
041 (except for Hec where medium gain is treated like high gain in other subsystems i.e without ramp intercept)
042 * tag LArROD-02-14-19
043
044 2009-08-14 Hong Ma <hma@bnl.gov>
045 * LArFebErrorSummaryMaker.cxx: set EmptyDataBlock bit for zeroSp.
046 tag LArROD-02-14-18.
047
048 2009-07-22 Hong Ma <hma@bnl.gov>
049 * remove febSummaryMaker.MaskFebZeroSample in jobOpt
050 * check LArBadFeb for missing FEBs.
051 * never return FAILURE from LArRawChannelBuilderDriver::execute()
052 * tag LArROD-02-14-17
053
054 2009-07-21 Hong Ma <hma@bnl.gov>
055 * return StatusCode::SUCCESS in LArFebErrorSummaryMaker::execute() when there is error.
056 * tag LArROD-02-14-16
057
058 2009-07-20 Hong Ma <hma@bnl.gov>
059 * print string names for LArFebErrorSummary in finalize.
060 * tag LArROD-02-14-15
061 2009-07-09 G.Unal
062 * add possibility (not default) to produce sparse raw channel container from digit in a different location as main raw
063 channel container from DSP to allow later mergeing in the calo cell container
064 * tag LArROD-02-14-14
065
066 2009-06-12 G.Unal
067 * use new BadFeb info in LArFebErrorSummaryMaker
068 * remove obsolete CBNT packages (keep CBNTAA)
069 * tag LArROD-02-14-13
070
071 2009-06-08 Walter Lampl
072 * LArRawChannelBuilderToolBaseClass.h/.cxx: Add destructor to delete helper class
073 (fix memory leak)
074 * tag LArROD-02-14-12
075
076 2009-05-14 Walter Lampl
077 Merge in changes from LArROD-02-14-01-01:
078 * Small modification to LArFebErrorSummaryMaker
079 Verify checksum also for calib runs
080 * tag LArROD-02-14-11
081
082 2009-05-13 G.Unal
083 * set forceHighGain option of LArOFPeakRecoTool in python/LArRawChannelGetter.py according to larCondFlags values
084 * tag LArROD-02-14-10
085
086 2009-04-27 G.Unal
087 * adapt to new LArPedestal transient class (float instead of vector)
088 * tag LArROD-02-14-09
089
090 2009-04-14 G.Unal
091 * add flag doDSP in LArRawChannelGetter (no fallback when emulating exactly DSP computation) (from M.Aurousseau)
092 * tag LArROD-02-14-08
093
094 2009-04-06 G.Unal
095 * fix LArRawChannelBuilderToolTileInfo to be consistent with LArOFPeakRecoTool
096 (problem spotted by J.B.deVivie)
097 * tag LArROD-02-14-07
098
099 2009-03-27 W.Lampl
100 * LArDigits Ntuple dumper jobO: Write digits for all evens to ntuple (no event limit)
101 * tag LArROD-02-14-06
102
103 2009-03-27 W.Lampl
104 * Few more jobO modification:
105 - LArOFCIter2Ntuple*.py: Make compliant with Nicolas' LAr Caf Manager
106 - Add LArDigit2Ntuple.py
107 * tag LArROD-02-14-05
108
109 2009-03-26 W.Lampl
110 * jobO changes in LArOFCIter2Ntuple*.py:
111 - Change DB + Geo tag
112 - Load AtlasSTLAddReflexDict to allow vector<vector> in ntuple
113 (Fixes bug #48195)
114 * tag LArROD-02-14-04
115
116 2009-03-26 G.Unal
117 * add possibility to run OFCIteration reconstruction on MC data: specific flag in LArRODFlags
118 and access MC noise in LArRawChannelBuilderToolOFCIter.cxx
119 * tag LArROD-02-14-03
120
121 2009-03-24 Pavol Strizenec <pavol @ mail.cern.ch>
122 * change in LArRawChannelGetter - for ctb data only LArRawChannelBuilder is created
123 * tag LArROD-02-14-02
124
125
126 2009-03-02 Hong Ma <hma@bnl.gov>
127 * add new flag for LArFebErrorSummary in LArRODFlags.
128 * tag LArROD-02-14-01
129
130 2009-02-12 Hong Ma <hma@bnl.gov>
131 * Add LArFebErrorSummaryMaker class and jobOpt.
132
133 2009-02-11 G.Unal
134 * LArRawChannerBuilderToolOFCIter.cxx:
135 -Fix quality saving when it is larger than 0xFFFF
136 -Don't reject saturations
137 -Cut on abs(E) to save quality
138 * tag LArROD-02-13-03
139
140 2009-02-10 scott s snyder <snyder@bnl.gov>
141
142 * LArROD/LArDigitPreprocessor.icc: Fix compilation warnings.
143 * src/CBNTAA_LArDigits.cxx: Fix compilation warnings.
144 * src/LArRawChannelBuilderToolCubic.cxx: Fix compilation
145 warnings.
146 * src/LArRawChannelSimpleBuilder.cxx: Fix compilation warnings.
147 * src/ReadLArDigits.cxx: Fix compilation warnings.
148 * tag LArROD-02-13-02
149
150 2008-11-21 G.Unal
151 * slightly lower default values for LArDigitThinner for cosmics configuration
152 * tag LArROD-02-13-01
153
154 2008-11-12 G.Unal
155 * adapt to new quality/provenance split in LArRawChannel
156 * tag LArROD-02-13-00
157
158 2008-10-27 G.Unal
159 * improved default parameters for OFC iteration reconstruction on real data
160 * tag LArROD-02-12-05
161
162 2008-10-20 G.Unal
163 * avoid fpe error in float->int conversion when float is bigger than max allowed int value
164 * tag LArROD-02-12-04
165
166 2008-10-03 G.Unal
167 * fix for time from branch
168 * tag LArROD-02-12-03
169
170 2008-09-16 G.Unal
171 * put in HEAD the LArRawChannelGetter / LArRODFlags improvement from the 02-11-26 branch
172 * tag LArROD-02-12-01
173
174 2008-09-15 Remi Lafaye <Remi.Lafaye@cern.ch>
175 * New interface for LArAccumulatedDigit class
176
177 2008-09-12 G.Unal
178 * fix one time leak in LArDigitThinner
179 * tag LArROD-02-11-26 (should still be compatible with any releases, including 14.2.2X.Y)
180
181 2008-09-10 Walter Lampl
182 * add example jobO for timing studies based on digits in the CBNT
183 * tag LArROD-02-11-25
184
185 2008-09-08 G.Unal
186 * checkreq fix in requirements
187 * tag LArROD-02-11-24
188
189 2008-09-07 Mark Cooke <mcooke@nevis.columbia.edu>
190 * CBNTAA_LArDigit:
191 * (1) Fix typo in branch name for converged variable
192 * (2) Fix bug in search algorithm connecting Digit channels and OFIterResult channels
193 * tag LArROD-02-11-23
194
195 2008-09-04 Jan Stark <stark@in2p3.fr>
196 * Introduce LArRODFlags - this is a collection of steering flags that used to live in the less general LArCosmicFlags.
197 * tag LArROD-02-11-21 and LArROD-02-11-22 (they are identical except for ChangeLog)
198
199 2008-08-22 Walter Lampl <walter.lampl@cern.ch>
200 * CBNTAA_LArDigit: Fix segfault another potential segfault
201 * tag LArROD-02-11-20
202
203 2008-08-22 Walter Lampl <walter.lampl@cern.ch>
204 * CBNTAA_LArDigit: Fix segfault found in RecExCommission RTT test
205 * tag LArROD-02-11-19
206
207 2008-08-18 Walter Lampl <walter.lampl@cern.ch>
208 * CBNTAA_LArDigit: Cleanup & Speedup
209 * Add LArOFCIter2Ntuple.py
210 * tag LArROD-02-11-18
211
212 2008-07-21 Sandrine Laplace <laplace@lapp.in2p3.fr>
213 * bugfix in LArDigitsAccumulator
214 * tag LArROD-02-11-17
215
216 2008-07-15 Walter Laml <walter.lampl@cern.ch>
217 * add missing property for pedestal key in OFCIterTool
218 Still untagged!
219
220 2008-07-11 G.Unal
221 * fix bug in time computation in LArOFCIterTool
222
223 2008-06-25 Sandrine Laplace <laplace@lapp.in2p3.fr>
224 * Added algo LArDigitsAccumulator
225
226 2008-06-19 G.Unal
227 * fix unitialized variable in CBNTAA_LArDigit
228 * tag LArROD-02-11-16
229
230 2008-06-18 Nicolas Berger <Nicolas.Berger@cern.ch>
231 * Add callback to update the cabling service (and cache) if it changes
232 * tag LArROD-02-11-15
233
234 2008-06-17 G.Unal
235 * avoir ERROR in LArDigitThinner in case of missing input containers (will return empty thinned digits container)
236 * explicit isConnected check
237 * tag LArROD-02-11-14
238
239 2008-06-16 Nicolas Berger <Nicolas.Berger@cern.ch>
240 * Update LArDigitThinner to handle HEC & FCAL
241 * Cut on abs(Energy) to also select (large) negative-energy digits
242 * Bugfix in the position caching mechanism
243 * tag LArROD-02-11-13
244
245 2008-06-14 G.Unal
246 * correct division by zero in finalyze of LArRawChannelBuilder
247 * tag LArROD-02-11-12
248
249 2008-05-29 Walter Lampl <walter.lampl @cern.ch>
250 * Option to publish results of Iteration tool:
251 - LArRawChannelBuilderToolOFCIter can write LArOFIterResultsContainer (off by default)
252 - CBNTAA_LArDigit can add this informatio to the ntuple (off by default)
253 * tag LArROD-02-11-11
254
255 2008-05-27 Walter Lampl <walter.lampl @cern.ch>
256 * Remove the dependency on LArBadChanTool package
257 * tag LArROD-02-11-08
258
259 2008-05-15 Walter Lampl <walter.lampl @cern.ch>
260 * Use LArOFIterResults class
261 * tag LArROD-02-11-07
262
263 2008-03-05 Walter Lampl <walter.lampl @cern.ch>
264 * Merging in changes from LArROD-02-10-07-03
265 - Fix typo in naming of LArCablingService
266 * tag LArROD-02-11-06
267
268 2008-02-25 Nicolas Berger <Nicolas.Berger@cern.ch>
269 * Update LArROD_jobOptions.py to use the LArDigitThinner configurable
270 * tag LArROD-02-11-05
271
272 2008-02-25 Walter Lampl <walter.lampl @cern.ch>
273 * Merging in changes from LArROD-02-10-07-02
274 * LArRawChannelBuilderToolBadChannelTool:
275 Use LArBadChannelMasker instead of LArBadChanTool directly
276 * tag LArROD-02-11-04
277
278 2008-02-24 Nicolas Berger <Nicolas.Berger@cern.ch>
279 * Add LArDigitThinner class (utility to produced thinned digits containers)
280 * tag LArROD-02-11-03
281
282 2008-02-22 Walter Lampl <walter.lampl@ cern.ch>
283 * Merging changes from LArROD-02-10-07-01
284 - LArRawChanneBuilderToolOFCIter: Allow threshold for iteration as
285 multiple of pedestalRMS
286 * tag LArROD-02-11-02
287
288 2008-02-15 G.Unal <Guillaume.Unal @cern.ch>
289 * fix bug in LArRawChannelBuilder.cxx
290 * tag LArROD-02-11-01
291
292 2008-02-07 Walter.Lampl <walter.lampl @cern.ch>
293 * Adapt to change for LArRawChannelContainer (not longer an IdentifiableContainer)
294 * tag LArROD-02-11-00
295
296 2008-02-06 Denis.Oliveira.Damazio <Denis.Oliveira.Damazio @ cern.ch>
297 * Fix LArCellBuilderDriver
298 * tag LArROD-02-10-07
299
300 2008-02-05 G.Unal <Guillaume.Unal @ cern.ch>
301 * protect LArRawChanneGetter.py against non digitization configuration
302 * tag LArROD-02-10-06
303
304 2007-01-18 Walter Lampl <Walter.Lampl @cern.ch>
305 * LArRawChannelBuilderToolOFCIter: Check positive and negative saturation
306 * tag LArROD-02-10-05
307
308 2007-01-14 Walter Lampl <Walter.Lampl @cern.ch>
309 * Use new LArBadChanTool for LArRawChannelBuilderToolBadChannelTool
310 * tag LArROD-02-10-04
311
312 2007-01-14 Walter Lampl <Walter.Lampl @cern.ch>
313 * Use one bit of Q to tell if OFC iteration converged or not.
314 * tag LArROD-02-10-03
315
316 2007-01-09 Walter Lampl <Walter.Lampl @cern.ch>
317 * LArRawChannelBuilderToolOFCIter: Adapt to changed interface of LArOFPeakRecoTool
318 * tag LArROD-02-10-02
319
320 2008-01-08 G.Unal <Guillaume.Unal@cern.ch>
321 * avoid global import of DetFlags
322 * tag LArROD-02-10-01
323
324 2008-01-07 G.Unal <Guillaume.Unal@cern.ch>
325 * put non trivial LArRawChannelGetter
326 * tag LArROD-02-10-00
327
328 2007-12-21 Walter Lampl <Walter.Lampl @cern.ch>
329 * Adapt to changes of LArOFPeakRecoTool (LArRecUtils)
330 * Few speed improvments
331 * Tagging LArROD-02-09-68
332
333 2007-12-03 Walter Lampl <Walter.Lampl @cern.ch>
334 * Fix few bugs in CBNTAA_LArDigits.cxx
335 * Tagging LArROD-02-09-67
336
337 2007-12-03 Walter Lampl <Walter.Lampl @cern.ch>
338 * Change LArShape from double to float
339 (reduce memeory consumption)
340 * Tagging LArROD-02-09-66
341
342 2007-11-29 G.Unal <Guillaume.Unal@cern.ch>
343 * Use python configurable classes for LArADC2MeVTool, LArOFCTool
344 * remove obsolete share/LArROD_MC_jobOptions.py and LArROD_test_jobOptions.py
345
346 2007-11-27 Walter Lampl <Walter.Lampl @cern.ch>
347 * Round also time variable when building LArRawChannels
348 by LArRawChannelBuilderTools
349 * Tagging LArROD-02-09-64
350
351 2007-11-27 Walter Lampl <Walter.Lampl @cern.ch>
352 * Merging in changes from LArROD-02-09-54-04 branch
353 * Tagging LArROD-02-09-63
354
355 2007-11-25 Walter Lampl <Walter.Lampl @cern.ch>
356 * Remove include TMaxtrix from CBNTAA_LArDigit.h
357 (not needed but triggers checkreq warning)
358 * Tagging LArROD-02-09-62
359
360 2007-10-30 scott s snyder <snyder@bnl.gov>
361 * Fix uninitialized variables in LArRawChannelBuilder
362 and LArRawChannelSimpleBuilder.
363
364 2007-10-27 scott s snyder <snyder@bnl.gov>
365
366 * Taginng LArROD-02-09-60.
367 * src/LArRawChannelBuilder.cxx (finalize): Clear
368 m_larRawChannelContainer after releasing it.
369
370 2007-10-26 scott s snyder <snyder@bnl.gov>
371
372 * Taginng LArROD-02-09-59.
373 * src/LArRawChannelBuilder.cxx (finalize): Fix memory leak.
374
375 2007-10-23 R. Seuster <seuster AT cern.ch>
376 * use ToolHandle in LArRawChannelBuilderDriver and its tools
377 * and in LArCalibDigitsAccumulator, CBNTAA_LArDigits, ReadLArDigits/Raw
378 * tag LArROD-02-09-58
379
380 2007-10-18 scott s snyder <snyder@bnl.gov>
381
382 * Tagging LArROD-02-09-57.
383 * src/LArRawChannelBuilder.cxx: Fix compilation warning.
384
385 2007-10-10 G.Unal <Guillaume.Unal@cern.ch>
386 * use ToolHandle in src/LArRawChannelBuilder.cxx
387 * tag LArROD-02-09-56
388
389 2007-10-08 G.Unal <Guillaume.Unal@cern.ch>
390 * minimal change to run MC digitization with configurable
391 * tag LArROD-02-09-55
392
393 2007-09-26 Walter Lampl <Walter.Lampl @cern.ch>
394 * Fix for CBNTAA_LArDigit (from Pavol)
395 * Tagging LArROD-02-09-54
396
397 2007-08-29 Walter Lampl <Walter.Lampl @cern.ch>
398 * Fix bug in LArRawChannelBuilderToolAverage for 5-sample Reco.
399 * Tagging LArROD-02-09-53
400
401 2007-08-29 Walter Lampl <Walter.Lampl @cern.ch>
402 * Tagging LArROD-02-09-52
403 * use reference for ramp-vector
404 * create an register empty container in beginning
405 (in accordance with Atlas error-treating policy)
406
407 2007-07-17 Walter Lampl <Walter.Lampl @cern.ch>
408 * Tagging LArROD-02-09-51
409 * Fix bug #28722 - segfault in LArRawChannelBuilderDriver
410
411 2007-08-02 scott snyder <snyder@bnl.gov>
412
413 * Tagging LArROD-02-09-50.
414
415 * LArROD/CBNTAA_LArDigits.h (class CBNTAA_LArDigits): Need to
416 include stdint.h to compile with gcc 3.2.
417 * src/CBNTAA_LArDigits.cxx (CBNT_execute): Fix compilation
418 warning.
419
420 2007-07-17 Walter Lampl <Walter.Lampl @cern.ch>
421 * Tagging LArROD-02-09-49
422 * CBNTAA_LArDigit:
423 - fix segfault
424 - Prepend 'LArDigit_' to variable names
425 To plot a histogram of the samples, do CollectionTree->Draw("LArDigit_Samples.fElements")
426 The behavior is still not really satisfactory; 2-D objects aren't well supported by CNBTAA.
427 Moreover, the SCA-Address doesn't work. Apparently CBNTAA has trouble more than one
428 TMatrixT per CBNT algorithm.
429
430 2007-07-10 Sandrine Laplace <laplace@lapp.in2p3.fr>
431 * Added short description for doxygen in every .h file
432
433 2007-07-09 Sandrine Laplace <laplace@lapp.in2p3.fr>
434 * Added doc/mainpage.h for doxygen documentaion
435
436 2007-07-04 scott s snyder <snyder@bnl.gov>
437
438 * Tagging LArROD-02-09-46.
439
440 * cmt/requirements: Fix cmt warning.
441
442 * LArROD/LArRawChannelBuilderToolBase.h: Fix compilation warning.
443 * src/LArRawChannelBuilderToolTileInfo.cxx: Likewise.
444
445 * LArROD/LArCellBuilderDriver.h: Declare dtor.
446 * src/LArCellBuilderDriver.cxx (~LArCellBuilderDriver): Fix
447 memory leak.
448
449 2007-05-03 Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
450 * Forgot to say "cvs add" in previous commit...
451
452 2007-04-30 Denis Oliveira Damazio <Denis.Oliveira.Damazio@cern.ch>
453 * creation of new class LArCellBuilderDriver.
454 * Creation of the class LArRawChannelBuilderParams to manage
455 LArRawChannel or LArCell production.
456 * adaptation of all *BuilderTool* to handle LArCells or LArRawChannels
457 production. Also, the *BuilderTools* should use
458 LArRawChannelBuilderParams instead of direct communication
459 with the Drivers.
460 * Also, LarRawChannelBuilderDriver was adapted.
461
462 2007-04-10 Ilija Vukotic <ivukotic@cern.ch>
463 * fixed requirements
464
465 2007-04-10 Hong Ma <hma@bnl.gov>
466 * tag HEAD as LArROD-02-09-42
467 Sophie's CBNTAA_LArDigit
468 Ilija's speed improvements.
469
470
471 2007-03-13 Hong Ma <hma@bnl.gov>
472 * Add LArRawChannelBuilderToolTileInfo class for Erfan Rezaie
473
474
475 2007-02-11 Hong Ma <hma@bnl.gov>
476 * remove ntuple in ReadLArRaw class.
477
478 2007-01-23 David Rousseau <droussea@lxplus057.cern.ch>
479
480 * python/LArRawChannelGetter.py: RecExAlgs -> RecExConfig
481
482
483 2007-01-18 David Rousseau <droussea@lxplus005.cern.ch>
484
485 * python/LArRawChannelGetter first COnfigured
486
487 2006-12-17 scott snyder <snyder@bnl.gov>
488
489 * Tagging LArROD-02-09-35.
490
491 * src/CBNT_LArDigits.cxx (CBNT_LArDigits::CBNT_execute): Fix
492 compilation warnings.
493 * src/LArRawChannelBuilderToolCubic.cxx
494 (LArRawChannelBuilderToolCubic::buildRawChannel): Likewise.
495 * src/LArRawChannelBuilderToolAverage.cxx
496 (LArRawChannelBuilderToolAverage::buildRawChannel): Likewise.
497 * src/LArRawChannelBuilderToolBadChannelTool.cxx
498 (LArRawChannelBuilderToolBadChannelTool::buildRawChannel):
499 Likewise.
500
501 2006-11-22 G.Unal <Guillaume.Unal@cern.ch>
502 * option to use HVCorr in LArRwChannelBuilder
503
504 2006-11-22 Hong Ma <hma@bnl.gov>
505 * improve OFCIter and Cubic tool.
506
507 2006-11-14 Hong Ma <hma@bnl.gov>
508 * limit number of samples to scan in
509 LArRawChannelBuilderToolAverage
510 * Option to use maxSample, or curr_shiftTimeSamples.
511 in LArRawChannelBuilderToolCubic
512
513 2006-11-12 Hong Ma <hma@bnl.gov>
514 * redefine time in LArRawChannelBuilderToolOFCIter.
515 2006-11-10 Hong Ma <hma@bnl.gov>
516 * add regHandleDetectorStore method in LArRawChannelBuilderToolDriver
517 * use DataHandle<ILArPedestal> in LArRawChannelBuilderToolPedestalDataBase
518 * remove ILArShape and LArOFCTool in LArRawChannelBuilderToolOFCIter
519
520 2006-11-09 Bernardo Resende <resende@cppm.in2p3.fr>
521 * Bug fixes + added switch for iteration
522 in LArRawChannelBuilderToolOFCIter
523
524 2006-10-27 Bernardo Resende <resende@cppm.in2p3.fr>
525 * Added LArRawChannelBuilderToolOFCIter using iterative routine
526 in LArRecUtils/LArOFPeakRecoTool
527
528 2006-10-13 Hong Ma <hma@bnl.gov>
529
530 * Fix CBNT_LArDigits for max channels.
531
532 2006-09-28 Walter Lampl <walter.lampl@cern.ch>
533 * LArDigitPreprocessor.icc: Check StatusCode
534
535 2006-07-24 Rolf Seuster <seuster@cern.ch>
536 * changes for gcc3.4.4 ( include cmath for sqrt )
537 * Tagging LArROD-02-09-25.
538
539 2006-07-13 Hong Ma <hma@bnl.gov>
540 * Add DefaultShiftTimeSample proerpty in
541 LArRawChannelBuilderDriver.
542
543 2006-06-29 Hong Ma <hma@bnl.gov>
544 * Mark Cooke's fix LArRawChannelBuilderToolAverage
545 time in ps.
546
547 2006-06-27 Hong Ma <hma@bnl.gov>
548 * add option to build disconnected channels in Driver
549 * fix LArRawChannelBuilderToolAverage for pedestal subtraction
550 and sub-detector id.
551
552 2006-06-09 Rob McPherson <rmcphers@triumf.ca>
553 * Fix bug in ADCtoADC array dimension in LArRawChannelSimpleBuilder,
554 * and also skip uninstrumented FEB channels.
555
556 2006-06-02 Sandrine Laplace <laplace@lapp.in2p3.fr>
557 * few modifs in LArCalibDigitsAccumulator
558
559 2006-05-14 Hong ma <hma@bnl.gov>
560 * fix LArRawChannelSimpleBuilder for vector size.
561
562 2006-04-22 Walter Lampl <walter.lampl@cern.ch>
563 * Modify CBNT_LArDigit: Add HEC & FCAL
564
565 2006-04-21 Marco.Delmastro <Marco.Delmastro@cern.ch>
566 * requirements: fix for checkreq warning (dependency to Identifier added)
567
568 2006-04-12 Rolf Seuster <seuster@cern.ch>
569 * changes for gcc3.4.4 ( include math.h for pow(a,b) )
570 * Tagging LArROD-02-09-14.
571
572 2006-04-11 Rolf Seuster <seuster@cern.ch>
573 * added driver and tools for new LArRawChannelBuilderDriver
574 * Tagging LArROD-02-09-13.
575
576 2006-03-24 scott s snyder <snyder@bnl.gov>
577
578 * Tagging LArROD-02-09-12.
579
580 2006-03-15 scott s snyder <snyder@bnl.gov>
581
582 * src/CBNT_LArDigits.cxx: Fix compilation warnings.
583 * src/LArCalibDigitsAccumulator.cxx: Likewise.
584 * src/LArTimeChecker.cxx: Likewise.
585 * src/ReadLArDigits.cxx: Likewise.
586
587 2006-02-05 Marco.Delmastro <Marco.Delmastro@cern.ch>
588 * requirements: fix for checkreq warning (dependency to LArRawConditions added)
589
590 2006-02-01 Sandrine Laplace <laplace@lapp.in2p3.fr>
591 * in LArCalibDigitsAccumulator: a few fixes to have ALL non-connected channels
592
593 2006-02-01 Sandrine Laplace <laplace@lapp.in2p3.fr>
594 * in LArCalibDigitsAccumulator: added JO to control the ispulsed accumulation
595
596 2006-01-31 Rob McPherson <Robert.McPherson@cern.ch>
597 * Accumulate LArCalibDigits even if isPulsed() is false
598
599 2006-01-25 Sandrine Laplace <laplace@lapp.in2p3.fr>
600 * in LArCalibDigitsAccumulator: replaced map used for internal storage of sums by vector of hash ID
601
602 2006-01-24 Marco.Delmastro <Marco.Delmastro@cern.ch>
603 * LArRawChannelBuilder: increased verbosity of DEBUG output
604
605 2006-01-16 Sandrine Laplace <laplace@lapp.in2p3.fr>
606 * bug fix in LArCalibDigitsAccumulator (concerning intermediate sums)
607
608 2006-01-13 Sandrine Laplace <laplace@lapp.in2p3.fr>
609 * Fill delayScale in LArCalibDigitsAccumulator
610
611 2006-01-10 Sandrine Laplace <laplace@lapp.in2p3.fr>
612 * In LArCalibDigitsAccumulator: mean and rms are float instead of double
613
614 2005-12-19 Sandrine Laplace <laplace@lapp.in2p3.fr>
615 * Added LArCalibDigitAccumulator algorithm that accumulate calibdigits into
616 LArAccumulatedCalibDigit class (emulate averaging in ROD)
617
618 2005-12-01 Marco.Delmastro <Marco.Delmastro@cern.ch>
619 * LArRawChannelBuilder: added check and actions for saturating channels
620 (SkipSaturatingCells and ADCMax jobOptions). Defaults are unchanged.
621
622 2005-11-14 G.Unal <unal@in2p3.fr>
623 * fixes for gcc 3.4
624
625 2005-09-30 Marco.Delmastro <Marco.Delmastro@cern.ch>
626 * LArRawChannelBuilder: Small bug fix to avoid OFCTimeBin = -1
627 when PhaseInversion = True
628
629 2005-09-29 Marco.Delmastro <Marco.Delmastro@cern.ch>
630 * LArRawChannelBuilder: fixed logic for time offset out of range
631 * Version updated to LArROD-02-09-00
632
633 2005-09-27 Marco.Delmastro <Marco.Delmastro@cern.ch>
634 * LArRawChannelBuilder:
635 - fixed OFCTimeBin rounding
636 - introduced special use of "mode" for Shape retrieval, in order to
637 allow for tbin>25 (needed for H8 CTB04 reconstruction with RTM OFC)
638
639 2005-09-21 Marco.Delmastro <Marco.Delmastro@cern.ch>
640 * LArRawChannelBuilder: introduced PhaseInversion and NOFCPhases jO,
641 re-organized the OFC time bin selection.
642
643 2005-09-03 Walter Lampl <walter.lampl@cern.ch>
644 * Fix of recently introduced bug
645 (retrieval of ofc_b from OFC tool)
646
647 2005-09-02 Walter Lampl <walter.lampl@cern.ch>
648 * Important bugfix in LArRawChannelBuilder
649 (default value of OFCTimeBin jobOption)
650
651 2005-08-29 Walter Lampl <walter.lampl@cern.ch>
652 * Some cosmetics on the MsgStream of the LArRawChannelBuilder
653 * slight performance improvement (retrieve ofc-b only if needed)
654 * small bugfix (cleanup container when event should be skipped)
655
656 2005-08-10 Sandrine Laplace <laplace@lapp.in2p3.fr>
657 * Better control on skipped cells in LArRawChannelBuilder: if a
658 significant amount of cells is skipped because of timing problems,
659 an ERROR message is printed and the event is skipped.
660
661 2005-07-26 Rob McPherson <Robert.McPherson@cern.ch>
662 * LArRawChannelBuilder: added some jobOptions to allow more
663 * flexibility in OFC binning. All defaults are unchanged.
664
665 2005-07-20 Sandrine Laplace <laplace@lapp.in2p3.fr>
666 * removed LArCalibUtils dependency (LArParabolaPeakRecoTool was moved to LArRecUtils)
667 in requirements file and LArRawChannelSimpleBuilder.h
668
669 2005-06-30 Walter Lampl <walter.lampl@cern.ch>
670 * Some cosmetics on MsgStream of LArRawChannelBuilder
671
672 2005-06-24 Walter Lampl <walter.lampl@cern.ch>
673 * fixes for LArRawChannelSimpleBuilder
674 - Check StatusCode
675 - Build LArRawChannelContainer once for all
676
677 2005-06-02 Hong Ma <hma@bnl.gov>
678 * Check StatusCode .
679
680 2005-06-02 G.Unal <unal@in2p3.fr>
681 * bug fix in LArRAwChannelContainer creation
682
683 2005-06-01 Hong Ma <hma@bnl.gov>
684 * Create LArRawChannelContainer once per job.
685
686 2005-05-31 G.Unal <unal@in2p3.fr>
687 * remove use of LArDetDescrManager
688
689 2005-05-04 Teresa Barillari <barilla@mppmu.mpg.de>
690 * Changed templated LArDigitPreprocessor[h,icc] to call the
691 LArElecCalib/ILArDigitOscillationCorrTool.h AlgoTool
692 to correct for oscillating noise observed in the 2004 H6 testbeam
693 in the HEC.
694
695
696 2005-04-28 Sven Menke <menke@mppmu.mpg.de>
697 * LArRawChannelSimpleBuilder: modified the averaging procedure
698 in case the cubic fit fails or the maxADC is below threshold.
699 The new procedure uses a fixed number of samples and finds the
700 best window based on the sum of all channels (for each
701 subsystem) for each event. The individual channel sums are
702 scaled down by a given factor. 5 samples and a down-scale factor
703 of 2.6 are used by default for EM and HEC and 3 samples and a
704 down-scale factor of 1.8 for the FCAL. The properties to change
705 these numbers are called AverageSamplesEM (or HEC, or FCAL) for
706 the number of samples to use and AverageScaleEM (or HEC, or
707 FCAL) for the down-scale factor.
708
709 2005-04-19 Hong Ma <hma@bnl.gov>
710 * using new IdentifiableContainer from
711 EventContainer-00-03-14
712
713 2005-04-08 G.Unal <unal@in2p3.fr>
714 * correct LArRawChannelSimpleBuilder to get correct energy also
715 in case uncorrected parabola is used
716
717 2005-04-06 Sandrine Laplace <laplace@lapp.in2p3.fr>
718 * Improvement of low energy cell reconstruction (following N.Kerschen studies)
719 - apply adccut on maxSample instead of fixed (2nd) sample
720 - use average of all samples below the cut (instead of fixed sample)
721
722 2005-03-22 Walter Lampl <Walter.Lampl@cern.ch>
723 * Bugfixes/Improvements LArRawChannelBuilder
724 - Fix inversion of OFC Bins
725 - More accurate rounding of time shift to get bin
726 - Use of time offset store together with OFC now
727 a jobOption.
728
729 2005-03-08 Rob McPherson <Robert.McPherson@cern.ch>
730 * Fixed bug in LArRawChannelSimpleBuilder for FCAL
731 * reconstruction introduced when implementing
732 * parabola reconstruction option.
733
734 2005-02-10 Sandrine Laplace <laplace@lapp.in2p3.fr>
735 * Correction to parabola for "out of time" events
736
737 2005-01-21 Sandrine Laplace <laplace@lapp.in2p3.fr>
738 * Implemented bias-corrected parabola reconstruction for LAr
739
740 2005-01-19 Walter Lampl <walter.lampl@cern.ch>
741 * Improved error reporting for LArRawChannelSimpleBuilder
742
743 2004-11-23 Rob McPherson <Robert.McPherson@cern.ch>
744 * Add templated LArCalibDigitPreProcessor routine for
745 * H6 calibration container reformatting
746
747 2004-11-19 G.Unal <unal@in2p3.fr>
748 * change max ramp allowed value to depend on gain and avoid
749 killing some channels in MC
750 * change logic for quality factor computation to work again on MC
751
752 2004-10-22 Walter Lampl <walter.lampl@cern.ch>
753 * use round function to get OFC time bin.
754
755 2004-09-20 Walter Lampl <walter.lampl@cern.ch>
756 * LArRawChannelBuilder: new features for TB case:
757 - Calculates time bin as sum of LArFEBTimeOffset, LArGlobalTimeOffset,
758 a cell-to-cell time offset saved together with the OFCs and the TBPhase
759 - Allows to use a shifted subset of ADC samples if this number is smaller
760 than 0 or bigger than 25ns (provided there are more than 5 samples
761 available).
762
763 2004-09-02 Walter Lampl <walter.lampl@cern.ch>
764 * LArRawChannelSimpleBuilder: Multiply time py 1000 to get picoseconds.
765
766 2004-09-01 Walter Lampl <walter.lampl@cern.ch>
767 * Improvement of LArRawChannelSimpleBuilder. Can use Pedestal and Ramp
768 from Database.
769
770 2004-08-27 Rob McPherson <Robert.McPherson@cern.ch>
771 * LArRawChannelSimpleBuilder: fix bug in new FCAL quadratic method
772
773 2004-08-26 Walter Lampl <walter.lampl@cern.ch>
774 * Print errors only once and not for each event.
775
776 2004-08-26 Rob McPherson <Robert.McPherson@cern.ch>
777 * LArRawChannelSimpleBuilder: changed FCAL reco method.
778
779 2004-08-23 Walter Lampl <walter.lampl@cern.ch>
780 * LArRawChannelBuilder: Remove fixed sample feature.
781 Use LArEventTest/FakeLArOFCs to get fixed sample reconstruction
782
783 2004-08-19 Rob McPherson <Robert.McPherson@cern.ch>
784 * Adjusted EMEC energy scale in LArRawChannelSimpleBuilder
785
786 2004-08-05 David Rousseau <droussea@lxplus026.cern.ch>
787
788 * cmt/requirements: CLHEP->AtlasCLHEP
789
790 2004-08-04 Mohamed Aharrouche <aharrouc@lapp.in2p3.fr>
791 * Added TBPhase computing algorithm
792
793 2004-08-03 Sandrine Laplace <laplace@lapp.in2p3.fr>
794 * LArRawChannelBuilder: Added fixed sample reco to avoid using OFC's
795 for runs where TB phase is not available.
796
797 2004-07-30 Melissa Ridel <Melissa.Ridel@cern.ch>
798 * CBNT_LArDigits class
799
800 2004-07-13 Walter Lampl <walter.lampl@cern.ch>
801 * LArRawChannelSimpleBuilder: Take difference A/B Electrodes
802 into account (at least in the middle sampling). Preliminary...
803
804 2004-07-07 David Rousseau <droussea@lxplus026.cern.ch>
805
806 * share/LArROD_jobOptions.py: now just run LArRawChannelBuilder
807 not the digitisation (ut was not used anywhere before)
808 * share/LArROD_G4_jobOptions.py: obsolete, simply use previous
809 file
810 * share/LArROD_MC_jobOptions.py: run digitisation plus LArROD_jobOptions.py
811
812
813 2004-07-04 Walter Lampl <walter.lampl@cern.ch>
814 * LArRawChannelSimpleBuilder: more realistic ADC2MeV
815 values for EMB
816
817 2004-07-04 Walter Lampl <walter.lampl@cern.ch>
818 * Catch LArID_Exception in LArRawChannelSimpleBuilder
819
820 2004-07-04 Rob McPherson <Robert.McPherson@cern.ch>
821 * Fix time offset bug in LArRawChannelSimpleBuilder
822
823 2004-07-02 G.Unal <unal@in2p3.fr>
824 * fix MC job options for new LArRawChannelBuilder
825 * allows ShadeDer.size() > nSamples
826
827 2004-06-25 Rob McPherson <Robert.McPherson@cern.ch>
828 * Fix "small pulse" check in cubic in LArRawChannelSimpleBuilder
829
830 2004-25-04 Walter Lampl <walter.lampl@cern.ch>
831 Major cleanup:
832 * Remove old LAr(TB)RawChannelBuilder and replace it by
833 NewLArRawChannelBuilder (now called LArRawChannelBuilder)
834 * Remove non-templated version of LArDigitPreprocessor and
835 replace it by the templated one. The algorithm is now
836 called LArDigitPreprocessor<CONTAINER>
837
838 2004-06-24 Rob McPherson <Robert.McPherson@cern.ch>
839 * Added LArRawChannelSimpleBuilder, which uses (by default)
840 * a cubic fit (defaulting to a time sample for small pulses)
841 * and builds a LArRawChannelContainer
842
843 2004-06-1 Rob McPherson <Robert.McPherson@cern.ch>
844 * Made templated version of LArDigitPreprocessor
845 * named LArDigitProcessor<...> for H6 use with TBLArDigitContainer
846
847 2004-25-04 Walter Lampl <walter.lampl@cern.ch>
848 * NewLArRawChannelBuilder:
849 - Use SystemOfUnits-MeV for default energy threshold
850 (inplies use CLHEP/SystemOfUnits in requirements)
851 - allow Shapes.size()>nSamples (needed by MC)
852
853 2004-07-05 Walter Lampl <walter.lampl@cern.ch>
854 * Add algorithm NewLArRawChannelBuilder (should enventually
855 replace LAr(TB)RawChannelBuilder.
856 * Add algorithm LArDigitPreprocessor
857
858 2004-07-05 Walter Lampl <walter.lampl@cern.ch>
859 * Add test algorithm ReadLArDigits
860
861 2004-04-23 G.Unal <unal@in2p3.fr>
862 * cleanup of jobOptions for MC digitization, use:
863 LArROD_G4_jobOptions when running on G4 MC
864 LArROD_MC_jobOptions when running on G3 MC
865 (both use new condition classes)
866
867 2004-04-20 Walter Lampl <walter.lampl@cern.ch>
868 * remove dependency on LArTBEvent and LArTBCnv
869 this implies the removal of the ReadLArTBRaw algo
870
871 2004-04-09 Hong Ma <hma@bnl.gov>
872 * src/ReadLArRaw.cxx
873 lower exception message output level to VERBOSE.
874 2004-04-02 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
875
876 * src/LArRawChannelBuilder.cxx:
877 2 bug fixes in the case m_WithOF is false (no Optimal Filtering)
878 (number of the central sample, retrieve "pedave")
879
880 2004-04-01 Walter Lampl <walter.lampl@cern.ch>
881 * Set Chi-Square to -1 if E < Ecut_time
882
883 2004-03-23 Sandrine Laplace <laplace@lapp.in2p3.fr>
884 * version of LArTBRawChannelBuilder for correct EMTB TB reconstruction
885
886 2004-03-15 Matthieu Lechowski <lechowsk@lxplus027.cern.ch>
887
888 * src/LArRawChannelBuilder.cxx:retrieve the tools in initialize()
889 instead of in handle()
890
891 2004-03-12 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
892
893 * src/LArRawChannelBuilder.cxx: derives from IIncidentListener
894
895 2004-03-10 G.Unal <unal@in2p3.fr>
896 * change in LArADC2MeV
897 * introduce possible E cut for time and chi**2 computation
898
899 2004-03-05 Sandrine Laplace <laplace@lapp.in2p3.fr>
900 * fix in adc2gev in LArTBRawChannelBuilder
901
902 2004-03-04 Sandrine Laplace <laplace@lapp.in2p3.fr>
903 * various fixes in LArTBRawChannelBuilder
904
905 2004-03-04 Mohamed Aharrouche <aharrouc@lapp.in2p3.fr>
906 * in LArTBRawChannelBuilder:
907 Use the new calibration classes in adc2gev method
908
909 2004-03-05 Walter Lampl <walter.lampl@cern.ch>
910 * in LArTBRawChannelBuilder:
911 Use TBTDC instead of LArTBEvent
912
913 2004-03-03 G.Unal <unal@in2p3.fr>
914
915 * fixes to use new calibration classes
916
917 2004-03-02 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
918
919 * src/LArRawChannelBuilder.cxx and src/LArTBRawChannelBuilder.cxx
920 adapt the code in order to use LArOFCTool
921
922 2004-02-27 G.Unal <unal@in2p3.fr>
923 * default work mode = 0
924 * tag LArROD-02-05-13
925
926 2004-02-26 Mohamed Aharrouche <aharrouc@lapp.in2p3.fr>
927 * use of the new calibration classes
928 * tag: LArROD-02-05-12
929
930 2004-02-26 G.Unal <unal@in2p3.fr>
931
932 * use new CaloGain enum from CaloIdentifier
933
934 2004-02-25 claire adam <claire.bourdarios@cern.ch>
935
936 * use DetectorStore instead of ConditionsStore
937
938 2004-02-12 G.Unal <unal@in2p3.fr>
939
940 * Corrections to use new LArOnline identifier
941
942 2004-02-04 S. Laplace <laplace@lapp.in2p3.fr>
943 * Moved LArCaliWaveBuilder and LArWaves2Ntuple to LArCalibUtils
944
945 2004-01-28 Mohamed Aharrouche <aharrouc@lapp.in2p3.fr>
946 * Moved pedestal and autocorr algorithms to
947 LArCalibUtils package
948
949 2004-01-21 Walter Lampl <walter.lampl@cern.ch>
950 * add LArCaliWaveBuilder and LArWaves2Ntuple algorithms
951 * tag as LArRod-02-05-02
952
953 2004-01-20 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
954 * src/LArRawChannelBuilder.cxx: adapt the code for updated HEC data
955 (in function adc2gev(..) of LArRawChannelBuilder)
956
957 2004-01-13 M. Aharrouche <aharrouc@lapp.in2p3.fr>
958 * Added pedestal algorithm
959 * Interchanges the keys, used to record LArDigitContainer,
960 in LArAutoCorrMaker due to changes in LArTBCnv
961 * tag LArROD-02-05-00
962
963 2004-01-13 G.Unal <unal@in2p3.fr>
964 * Fix test jobOptions
965
966 2004-01-12 G.Unal <unal@in2p3.fr>
967 * Correct requirements file (use LArElecCalib-01-*)
968
969 2004-01-08 S. Laplace <laplace@lapp.in2p3.fr>
970 * AutoCorr type was changed from float to double
971
972 2003-12-19 M. Aharrouche <aharrouche@lapp.in2p3.fr> (S. Laplace <laplace@lapp.in2p3.fr>)
973 * Added joboption file for AutoCorr algorithm
974 * esthetical changes in LArAutoMaker
975
976 2003-12-18 G.Unal <unal@in2p3.fr>
977
978 * fix bug in Chi_square computation in LArRawChannel
979
980 2003-12-18 S. Laplace <laplace@lapp.in2p3.fr>
981 * On the 16/12: commited LArAutoCorrMaker on behalf of M. Aharrouche
982 * Today: update requirement file
983
984 2003-12-16 G.Unal <unal@in2p3.fr>
985
986 * add jobO file to run digitization job on G4 Pool output
987
988 2003-11-13 David Rousseau <droussea@lxplus029.cern.ch>
989
990 * share/LArROD_*_jobOptions.txt: take jobO in InstallArea
991
992 2003-10-22 G.Unal <unal@in2p3.fr>
993 * update requirement file
994
995 2003-09-25 G.Unal <unal@in2p3.fr>
996 * Allows to run without optimal filtering access
997 (use third sample to get energy)
998 * Save gain information in LArRawEvent
999 * take some LArIdentifier includes file from CaloIdentifier
1000
1001 2003-09-04 G.Unal <unal@in2p3.fr>
1002 * lock raw channel container/collection in storegate
1003 * Add apply_pattern declare_joboptions in requirement
1004
1005 2003-07-03 G.Unal <unal@in2p3.fr>
1006 * use only LAr identifier helpers and not atlasid
1007
1008 2003-06-13 Hong Ma <hma@bnl.gov>
1009 * remove dependency on LArConditions.
1010
1011 2003-05-24 Hong Ma <hma@bnl.gov>
1012 * load LArRawUtils so in jobOpt.
1013
1014 2003-05-16 Hong Ma <hma@bnl.gov>
1015 * use extended TT ID for Raw data access in ReadLArRaw.
1016
1017 2003-05-06 S. Rajagopalan <srinir@bnl.gov>
1018 * remove -DNDEBUG option from requirement
1019 * tag LArROD-02-03-08
1020
1021 2003-05-02 G.Unal <unal@in2p3.fr>
1022 * modifications storeGateSvc definition to work also
1023 in pile up framework
1024
1025 2003-04-23 G.Unal <unal@in2p3.fr>
1026 * remove unused include file which do not exist anymore
1027
1028 2003-04-02 Hong Ma <hma@bnl.gov>
1029 * gcc3.2 fixes
1030 2003-03-14 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
1031
1032 * src/LArRawChannelBuilder.cxx: access to OFC revised,
1033 time and chisquare available again
1034
1035 2003-02-19 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
1036 * src/LArRawChannelBuilder.cxx: cleaning comments and debugging
1037
1038 2002-12-17 Hong Ma <hma@bnl.gov>
1039 * use TT hash id.
1040
1041 2002-12-14 Hong Ma <hma@bnl.gov>
1042 * cout in LArRawChannelBuilder.cxx
1043
1044 2003-02-14 Matthieu Lechowski <lechowsk@lxplus041.cern.ch>
1045
1046 * src/LArRawChannelBuilder.cxx and other files: new noise
1047
1048 2002-12-13 Hong Ma <hma@bnl.gov>
1049 * jobOpt update.
1050
1051 2002-12-09 Hong Ma <hma@bnl.gov>
1052 * LArIdentifier
1053 * Use LAr TT for soring and Access to LArRawChannel.
1054
1055 2002-10-30 S. Rajagopalan <srinir@bnl.gov>
1056 * Fix type in LArROD_TB_jobOptions
1057 * tag LArROD-02-01-09
1058
1059 2002-10-02 S. Rajagopalan <srinir@bnl.gov>
1060 * New JobOptions:
1061 * LArROD_MC_jobOptions.txt: Input Digits from MC (hits)
1062 * LArROD_TB_jobOptions.txt: Input Digits from TB
1063 * LArROD_test_jobOptions.txt: test for LArROD
1064 * Default: LArROD_jobOptions.txt points to MC version
1065 * attic old jobOptions and .csh files in this directory
1066
1067 2002-09-24 Hong Ma <hma@bnl.gov>
1068 * use LArTBEvent-02-*
1069
1070 2002-09-21 Hong Ma <hma@bnl.gov>
1071 * turn on all subdetector in jobOptions_LArROD_MC.txt
1072
1073 2002-09-05 Hong Ma <hma@bnl.gov>
1074 * Make it work for all subdetector
1075 * update jobOptions.
1076
1077 2002-08-30 Hong Ma <hma@bnl.gov>
1078 * Test RoI Access in ReadLArRaw
1079
1080 2002-08-28 Hong Ma <hma@bnl.gov>
1081 * fill LArRawChannelCollection with RoI info.
1082
1083 2002-08-27 Hong Ma <hma@bnl.gov>
1084 * add m_container in LArRawChannelBuilder.
1085
1086 2002-08-26 Hong Ma <hma@bnl.gov>
1087 * use retrieve_ofc_ped.
1088
1089 2002-08-24 Hong Ma <hma@bnl.gov>
1090 * update jobOptions
1091 *
1092 2002-08-23 Kin Yip <kinyip@bnl.gov> & Hong Ma <hma@bnl.gov>
1093 * Remove dependency on LArConditions.
1094 * use LArElecCalib
1095 * retrieve DB objects from ConditionsStore.
1096 * use NDEBUG flag to remove log<<MSG in opt build.
1097
1098 2001-05-21 Kin Yip <kinyip@bnl.gov>
1099 * First release ( used "new" GaudiInterface-01-02-03 )
1100
1101 2001-06-12 Kin Yip <kinyip@bnl.gov>
1102 * Add the capabilities" to deal with 7 samples and different gains
1103
1104 2001-07-02 Kin Yip <kinyip@bnl.gov>
1105 * Use StoreGate
1106 * Use Johann Collot's (et. al.) new LArDigitization in which HardwareID is enforced
1107
1108 2001-07-24 Kin Yip <kinyip@bnl.gov>
1109 * Use the right gain
1110 * Some cleaning up of the old and unused codes left ...
1111
1112 2001-08-21 Kin Yip <kinyip@bnl.gov>
1113 * Put in the explicit dependence on LArDigitization and include LArDigitContainer.h
1114 in LArRawChannelBuilder.cxx
1115
1116 2001-09-24 Kin Yip <kinyip@bnl.gov>
1117 * Put in new codes so that the TB part would read from the database "noisedb" by using
1118 LArConditions
1119 * Now, I have two algorithms for LArRawChannelBuilder, one is the default (that MC
1120 at the moment uses) and the other one is for the TB.
1121
1122 2001-10-02 J. Collot <collot@in2p3.fr>
1123 * use StoreGate-01-* instead of -00-*
1124 * tagging LArROD-00-01-01
1125
1126 2001-10-08 Kin Yip <kinyip@bnl.gov>
1127 * make LArSignalChannelID myself in LArTBRawChannelBuilder as LArTBCnv still has only Identifier
1128 * make TDC_min as one of the "properties" instead of const int in the code
1129 * Add eta, phi, layer to the ReadLArRaw ntuple
1130 * other minor clear-up
1131
1132 2001-10-26 Kin Yip <kinyip@bnl.gov>
1133
1134 * Add in LArRawChannelCollection bewteen LArRawChannelContainer and LArRawChannel
1135 * For new StoreGate (preparing for 2.4.0 in principle)
1136
1137 2001-11-13 Kin Yip <kinyip@bnl.gov>
1138
1139 * Make the final adjustment for new StoreGate such as using instance().record/retrieve instead of record/retrieve themselves.
1140 * Change requirements file to use StoreGate-02-*
1141
1142 2001-12-14 Kin Yip <kinyip@bnl.gov>
1143
1144 * Call adc2gev to make use of the ramp ( including uA2gev and other factors) to have the correct energy scale for TestBeam data
1145 * Get the OFC's from the database for Monte Carlo
1146
1147 2001-12-16 Kin Yip <kinyip@bnl.gov>
1148
1149 * Put in the gain conversion factor (for different gains) --- doing the opposite in LArDigitization/src/LArDigitMaker.cxx
1150
1151 2001-12-27 S. Rajagopalan <srinir@bnl.gov>
1152 * implement dual-use libraries
1153 * create src/component
1154 * remove src/CaloRec_entries, load: moved to components
1155 * remove algorithm factory declarations from all algorithms
1156
1157 2002-01-23 Kin Yip <kinyip@bnl.gov>
1158
1159 * Re-organize the code into components area
1160 * Adjust to the new LArTBCnv (using emtb-1-7)
1161 * Give a block name to the ntuples
1162
1163 2002-02-15 Kin Yip <kinyip@bnl.gov>
1164
1165 * Adding "std::" and "using namespace std;" in the header file --- due to Solaris build
1166 * Create ReadLArTBRaw for TestBeam only;
1167 * Some more debugging for testbeam analysis.
1168
1169 2002-03-08 Kin Yip <kinyip@bnl.gov>
1170
1171 * Adjusted to changes in LArConditions such that we now have 3 more dimension and in principle
1172 our database can handle all parts of LArCalorimeter
1173
1174 2002-03-20 Kin Yip <kinyip@bnl.gov>
1175
1176 * Enable a switch between making CBNT ntuples and private ntuples
1177 * Changing an error message from "FATAL" to "WARNING"
1178 * Bug fixing for dealing with cablingService pointer
1179
1180 2002-04-12 Kin Yip <kinyip@bnl.gov>
1181
1182 * Repacking such that the Data Classes go to LArRawEvent
1183
1184 2002-04-22 Kin Yip <kinyip@bnl.gov>
1185
1186 * Adapt to the new StoreGate
1187 * Change the jobOptions files for the above and also use 213912 as the default run
1188
1189 2002-04-24 Kin Yip <kinyip@bnl.gov>
1190
1191 * Use LArTBEvent to get LArDigitContainer instead of LArTBCnv as now store LArDigitContainer
1192 directly in Transient Data Store.
1193
1194 2002-05-22 Kin Yip <kinyip@bnl.gov>
1195 * Ad Hoc changes to adapt to the new detector description
1196 * fix requirement file and tag
1197
1198 2002-06-28 Kin Yip <kinyip@bnl.gov>
1199 * Got rid of all the emtblib part and use LArTBEvent only.
1200 So now, LArROD is no longer depending on LArTBCnv.
1201 * Got rid of the member variable pos_neg in LArRawChannel.
1202
1203 2002-06-29 Kin Yip <kinyip@bnl.gov>
1204 * Change LArConditions functions as one variable is eliminated in the database.
1205
1206 2002-07-22 Kin Yip <kinyip@bnl.gov>
1207 * Adjusted to the interface changes required by LArTBEvent.
1208
1209 2002-07-24 Kin Yip <kinyip@bnl.gov>
1210 * key change (reading LArDigit) from LArTBDigitContainer to
1211 LArDigitContainer due to changes in LArTBCnv
1212
1213
1214
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems |
|
This page was automatically generated by the
LXR engine.
|
|