001 2009-10-13 G.Unal
002 * don't try to access LArNoise and LArAutoCorrNoiseTool when noise is off in digitization
003 * tag LArDigitization-03-07-08
004
005 2009-10-13 G.Unal
006 * fix compilation warning for gcc43
007 * tag LArDigitization-03-07-07
008
009 2009-10-01 G.Unal
010 * add forward declaration of CLEHP::HepRandomEngine in LArDigitMaker.h to avoid compilation problem with new AthenaKernel
011 * tag LArDigitization-03-07-06
012
013 2009-07-08 G.Unal
014 * add option in LArDigitMaker to switch on/off strip-middle cross-talk
015 * tag LArDigitization-03-07-05
016
017 2009-06-09 G.Unal
018 * updated cross-talk values (from 2008), improvement in cross-talk implementation
019 * tag LArDigitization-03-07-04
020
021 2009-06-08 G.Unal
022 * implement strip to middle cross-talk (approximate values of 0.1% middle->strip used) for EM calo
023 * tag LArDigitization-03-07-03
024
025 2009-05-13 G.Unal
026 * set also bunch crossing range for LArHitFloatContainer if pileup
027 * tag LArDigitization-03-07-02
028
029 2009-05-06 G.Unal
030 * remove cout
031 * tag LArDigitization-03-07-01
032
033 2009-05-06 G.Unal
034 * use LArHitFloat in digitization by default, so memory saving
035 * tag LArDigitization-03-07-00
036
037 2009-05-06 G.Unal
038 * don't throw ERROR if missing pedestal in case of random overlay job (bug 50038)
039 * tag LArDigitization-03-06-02
040
041 2009-04-28 G.Unal
042 * adapt to new LArPedestal (float instead of vector)
043 * tag LArDigitization-03-06-01
044
045 2009-04-27 G.Unal
046 * Allow to use LArHitFloat to read Lar hits to save memory
047 * tag LArDigitization-03-06-00
048
049 2009-03-30 G.Unal
050 * Allow to have several input LArHit containers per sub detector (useful for Atlfast2)
051 * tag LArDigitization-03-05-05
052
053 2009-03-26 G.Unal
054 * Improve option to use fine pulse shape for asynchronous sampling simulation, add possibility to add random phase
055 * tag LArDigitization-03-05-04
056
057 2009-03-11 G.Unal
058 * Add LArHitFilter algorithm to read LArHit container and write out LArHitContainer with an energy cut applied
059 (mean to prepare special set of MB data to be used for pileup)
060 share/filterLArHit_jobOptions.py : example jobOptions to run this algorithm
061 * tag LArDigitization-03-05-02
062
063 2009-03-09 G.Unal
064 * LArDigitMaker: add option (true by default) to record LArHitEMap in detector store (so can be used by subsequent LArTTL1Maker)
065 * new algorithm LArHitMerger: merges LArHit for N events at the same time into a "super" event corresponding to one bunch crossing
066 * mergeLArHit_jobOptions.py pileup_mergeBunchCrossing_jobOptions.py : example jobOptions to run LAr pileup in two stage
067 (mergeing of events into one bunch crossing and mergeing of bunch crossings at different times)
068 (example to use with care as same MB events end up being used several time for one signal event, this still needs to be optimized)
069 * tag LArDigitization-03-05-01
070
071 2009-03-05 G.Unal
072 * improvement in memory usage for pileupdigitization: internal hit time of MB events is ignored (only bunch crossing time
073 is taking into account). This allows some intermediate energy sum to reduce the size of vectors stored in LArHitEMap
074 This option can be switched off to go back to the previous behaviour
075 The improvement is about 150 Mbytes for 10**34 pileup
076 * tag LArDigitization-03-05-00
077
078 2009-02-12 G.Unal
079 * put in LArDigitGetter.py the cosmics trigger time tool for cosmics digitization
080 * tag LArDigitization-03-04-14
081
082 2009-01-23 G.Unal
083 * fix compilation problem in debug mode
084 * tag LArDigitization-03-04-13
085
086 2009-01-22 G.Unal
087 * take MEDIUMGAIN as starting gain for shape for HEC
088 * clean up Pedestal usage in MakeDigit
089 * tag LArDigitization-03-04-12
090
091 2009-01-20 J. Collot
092 * fix for correct HEC pedestal selection in overlay mode
093 * fix for gain selection in overlay mode
094 * new private method ConvertHits2Samples
095 * Shape selected according to gain selection in overlay mode
096 * recompute energy samples from hits if gain is not LARHIGHGAIN
097 * MakeDigit skipped if missing random digit in overlay mode
098 * tag LArDigitization-03-04-11
099
100 2008-12-10 G.Unal
101 * use of missingFebs folder in LAr digitization
102 * tag LArDigitization-03-04-10
103
104 2008-10-23 Hong Ma <hma@bnl.gov>
105 * Add property for PedestalKey for changing the Key of LArPedestal object in detector store.
106
107 2008-10-22 Hong Ma <hma@bnl.gov>
108 * Fix for Overlay from Ketevi.
109 When use overlap with real random events,
110 do not add noise, and do not access LArNoise and LArAutoCorr.
111 change LArPedestal key to "Pedestal"
112
113 2008-10-13 G.Unal
114 * HepMC migration in requirements
115 * tag LArDigitization-03-04-07
116
117 2008-09-14 J. Collot
118 * m_storeGateSvc is now a ServiceHandle<StoreGateSvc>
119 * new property EventStore to dynamically modify it
120 *
121 * tag LArDigitization-03-04-06
122
123 2008-09-13 J. Collot
124 * added new property RandomDigitContainer
125 * corrected Overlay bugs in MakeDigit
126 * skip Overlay when missing RandomDigitContainer
127 * or missing random digits
128 * tag LArDigitization-03-04-05
129
130 2008-08-21 G.Unal
131 * remove leftover cout
132 * tag LArDigitization-03-04-04
133
134 2004-05-16 G.Unal
135 * add bad channel masking in LAr digitization
136 * tag LArDigitization-03-04-03
137
138 2004-05-05 G.Unal <Guillaume.Unal @ cern.ch>
139 * support random overlay in digitization configuration
140 * tag LArDigitization-03-04-02
141
142 2008-04-28 G.Unal <Guillaume.Unal @ cern.ch>
143 * speed up LArDigit look up in random event overlay
144 * tag LArDigitization-03-04-01
145
146 2008-02-20 J. Collot <collot@in2p3.fr>
147 * new random event overlay capability
148 * tag LArDigitization-03-04-00
149
150 2008-02-08 G.Unal <Guillaume.Unal @cern.ch>
151 * fix private tool handle setting for PileUpXingFolder (just fixed in PileUpTools)
152 * tag LArDigitization-03-03-03
153
154 2008-01-11 G.Unal <Guillaume.Unal@cern.ch>
155 * add back jobproperties.Digitization.rndmSeedList.addSeed("LArDigitization", 1234, 5678 ) in LArDigitGetter
156 * tag LArDigitization-03-03-02
157
158 2008-01-08 G.Unal <Guillaume.Unal@cern.ch>
159 * avoid global import of DetFlags
160 * tag LArDigitization-03-03-01
161
162 2008-091-07 G.Unal <Guillaume.Unal@cern.ch>
163 * created Getter for LArDigit in pythion directory
164 * tag LArDigitization-03-03-00
165
166 2007-09-04 Walter Lampl <Walter.Lampl @cern.ch>
167 * Change LArShape from double to float
168 (reduce memeory consumption)
169 * tag LArDigitization-03-02-07
170
171 2007-11-29 G.Unal <Guillaume.Unal@cern.ch>
172 * Use python classes for ADC2MeVTool and AutoCorrNoiseTool
173
174 2007-11-02 Hong Ma <hma@bnl.gov>
175 * move LArHitEmap initialize to execute method.
176 LArCablingService not available in initialize() stage.
177
178 2007-10-08 G.Unal <Guillaume.Unal@cern.ch>
179 * migrate jobOptions to configurable style
180 * remove obsolete jobOptions
181 * tag LArDigitization-03-02-04
182
183 2007-10-06 G.Unal <Guillaume.Unal@cern.ch>
184 * first step for configurable migration: use ToolHandle
185 * use RegHandle for conditions data
186 * tag LArDigitization-03-02-03
187
188 2007-09-25 Hong Ma <hma@bnl.gov>
189 * set LArfSamplG4Phys according to physics list
190
191 2007-07-05 G.Unal <Guillaume.Unal@cern.ch>
192 * setFilterPassed is now a void instead of a StatusCode in Gaudi v19r4
193 * create mainpage in doc directory
194 * tag LArDigitization-03-02-01
195
196 2007-04-13 G.Unal <Guillaume.Unal@cern.ch>
197 * Use new central random number seeding
198 (old scheme is still available through jobOptions change)
199 * tag LArDigitization-03-02-00
200
201 2007-03-16 G.Unal <Guillaume.Unal@cern.ch>
202 * ability to select random number service from jobOptions
203
204 2007-03-08 G.Unal <Guillaume.Unal@cern.ch>
205 * use LArConditionsCommon_MC_jobOptions.py in LArDigitization_G4_jobOptions.py
206 * remove obsolete m_pedestal property
207
208 2007-03-01 Sebastien Binet <binet@lxplus097.cern.ch>
209
210 * tagging LArDigitization-03-01-21
211 * cmt/requirements: update for PileUpTools
212
213 2007-02-01 G.Unal <Guillaume.Unal@cern.ch>
214
215 * cleaning up of jobOptions and properties
216
217 2006-12-13 G.Unal <Guillaume.Unal@cern.ch>
218
219 * change HepDouble to double
220
221 2006-10-12 G.Unal <Guillaume.Unal@cern.ch>
222
223 * avoid seed=0 for random number
224
225 2006-07-12 G.Unal <Guillaume.Unal@cern.ch>
226
227 * allow to have barrel or endcap only in cell list
228
229 2006-06-23 G.Unal <Guillaume.Unal@cern.ch>
230
231 * Change rndm seed to use event number only % 214000
232 (temporary fix waiting for better solution in Athena rndm service)
233
234 2006-06-20 G.Unal <Guillaume.Unal@cern.ch>
235
236 * use barcode to select primary particles for windows mode
237
238 2006-04-12 G.Unal <Guillaume.Unal@cern.ch>
239
240 * Add mode to use phase for pulse shape
241 (not used by default, intented for cosmics)
242
243 2006-03-22 scott s snyder <snyder@bnl.gov>
244
245 * Tagging LArDigitization-03-01-13.
246
247 2006-03-15 scott s snyder <snyder@bnl.gov>
248
249 * src/LArDigitMaker.cxx: Fix compilation warnings.
250
251 2006-02-16 G.Unal <Guillaume.Unal@cern.ch>
252 * Use sqrt() of time correlation matrix from dedicated tool
253 (computation done once and cached)
254 Allow to have digits with more than 5 samples
255
256 2005-12-02 G.Unal <unal@in2p3.fr>
257 * Protect really against pathological values of ShapeDer
258
259 2005-09-06 G.Unal <unal@in2p3.fr>
260 * Use AtRndmGenSvc to initialize random number seed according to
261 run/event number
262 * delete LArHitList when LArHitEmap is deleted
263
264 2005-08-01 G.Unal <unal@in2p3.fr>
265 * Check StatusCode of setFilterPassed()
266
267 2005-07-28 G.Unal <unal@in2p3.fr>
268 * Add possibility to skip events with no hit
269
270 2005-07-27 G.Unal <unal@in2p3.fr>
271 * Add possibility to use ITriggerTime tool
272
273 2005-07-04 G.Unal <unal@in2p3.fr>
274 * Protect against pathological values of ShapeDer
275
276 2005-06-24 G.Unal <unal@in2p3.fr>
277 * add shape derivative to simulate small time shifts wrt to 25ns clock
278
279 2005-06-03 G.Unal <unal@in2p3.fr>
280 * check StatusCode
281
282 2005-05-31 G.Unal <unal@in2p3.fr>
283 * remove LArDetDescr from requirements + leftover include
284
285 2005-05-31 G.Unal <unal@in2p3.fr>
286
287 * use new CaloIdManager
288 * Add possibility to saturate ADC at 0 for negative signals
289
290 2005-05-31 G.Unal <unal@in2p3.fr>
291
292 * add LAr_EndCap mode (EMEC+HEC+FCAL)
293
294 2005-05-02 G.Unal <unal@in2p3.fr>
295
296 * fix against hits with pathological energies (>10**9 MeV)
297
298 2005-01-17 G.Unal <unal@in2p3.fr>
299
300 * remove obsolete Work_mode=0
301 * new time encoding for pileup events
302
303 2004-09-10 G.Unal <unal@in2p3.fr>
304
305 * share/LArDigitization_G4_jobOptions.py : use doCaloNoise flag
306 * src/LArDigitMaker.cxx : change to use also HitEMap when no noise/Xtalk/PileUp
307 (G4 can produce several hits per cell unlike G3)
308 use hit time + bunch crossing time for pileup timing
309
310 2004-08-05 David Rousseau <droussea@lxplus026.cern.ch>
311
312 * cmt/requirements: CLHEP->AtlasCLHEP
313
314 2004-04-23 G.Unal <unal@in2p.fr>
315 * Cleanup jobOptions:
316 LArDigitization_G4_jobOptions to be used for G4
317 (includes LArCondCnv_G4_jobOptions)
318 LArDigitization_G3_jobOptions to be used for G3
319 (use also new db classes buth with LArCondCnv_G3_jobOptions)
320
321 2004-04-20 G.Unal <unal@in2p3.fr>
322 * fix jobOptions for DC2 digitization to use LArCondCnv_G4_jobOptons.txt
323
324 2004-04-20 Hong Ma<hma@bnl.gov>
325 * use LArCondCnv_G3_jobOptions.txt
326
327 2004-03-12 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
328 * src/LArDigitization.cxx: derives from IIncidentListener
329
330 2004-03-10 G.Unal <unal@in2p3.fr>
331 * use faster channel_hash for conversion to hash identifier
332 (thanks to Fabienne)
333
334 2004-03-10 G.Unal <unal@in2p3.fr>
335
336 * Change in LArADC2MeV
337 * Change in jobOptions (use new LArCondCnv jobOption)
338
339 2004-03-03 G.Unal <unal@in2p3.fr>
340
341 * fixes to read new calibration classes
342
343 2004-03-01 G.Unal <unal@in2p3.fr>
344
345 * put reading of new calibration classes in execute
346 * add fSampl
347
348 2004-02-26 G.Unal <unal@in2p3.fr>
349
350 * correct gain default for FCAL in src/LArDigitMaker.cxx
351
352 2004-02-26 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
353
354 * src/LArDigitMaker.cxx :
355 - fix a bug related to migration int->CaloGain
356 - reorder gains for old DB (2-igain)
357
358 2004-02-25 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
359
360 * src/LArDigitMaker.cxx :
361 - use CaloGain::CaloGain instead of the enum in LArDigit
362 - adapt the code to be able to use the new calibration classes
363 - adapt the code to updated FCAL data (same way as EM/HEC)
364 (only for new calibration classes)
365
366 2005-02-11 Claire Adam <claire.bourdarios@cern.ch>
367
368 * use DetectorStore instead of CalibrationStore
369
370 2005-02-11 G.Unal <unal@in2p3.fr>
371
372 * use new Online identifier + cabling service tool
373
374 2004-01-20 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
375
376 * src/LArDigitMaker.cxx (MakeDigit):
377 - adapt the code for updated HEC data (same treatment as EM)
378 - add an enum for calorimeters
379 - change GainThresholds into array of GainThresholds
380
381 2004-01-13 G.Unal <unal@in2p3.fr>
382
383 * fix test job option
384
385 2004-01-08 G.Unal <unal@in2p3.fr>
386
387 * AutoCorr coefficients are now double
388
389 2003-12-08 G.Unal <unal@in2p3.fr>
390
391 * Correct for the fact that LArHit is now in MeV
392
393 2003-11-21 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
394
395 * src/LArDigitMaker.cxx (MakeDigit): Fix the choice of the gain
396 for EM (pseudoADC3 was wrong)
397
398 2003-11-13 David Rousseau <droussea@lxplus029.cern.ch>
399
400 * share/LArDigitization_*_jobOptions.txt: take jobO in InstallArea
401
402 2003-10-23 G.Unal <unal@in2p3.fr>
403 * Update requirement file
404
405 2003-10-16 G.Unal <unal@in2p3.fr>
406 * Propagate change in McEvent
407
408 2003-09-26 G.Unal <unal@in2p3.fr>
409 * Add cross-talk in EM End-Cap
410
411 2003-09-25 G.unal <unal@in2p3.fr>
412 * take some LArIdentifier includes file from CaloIdentifier
413
414 2003-09-23 G.Unal <unal@in2p3.fr>
415 * Correct logic to allow to create digits when noise
416 is off and crosstalk is on
417
418 2003-09-04 G.Unal <unal@in2p3.fr>
419 * Lock DigitContainer in StoreGate
420 * apply_pattern declare_joboptions in requirement
421
422 2003-09-03 G.Unal <unal@in2p3.fr>
423 * Add cross-talk simulation for EM barrel
424 * Modify LArHitEMap to use hash Identifier
425 * tag 03-00-00
426
427 2003-08-13 RD Schaffer <R.D.Schaffer@cern.ch>
428
429 * tag LArDigitization-02-00-10
430
431 * src/LArDigitMaker.cxx (MakeDigit): fix for getstring
432
433 2003-08-07 S. Rajagopalan <srinir@bnl.gov>
434 * fix id printouts
435 * tag 02-00-09
436
437 2003-07-03 G.Unal <unal@in2p3.fr>
438 * use only LAr identifier helpers and not atlasid
439
440 2003-06-25 G.Unal <unal@in2p3.fr>
441 * change EventAthena to EventInfo in requirement
442
443 2003-06-13 Hong Ma <hma@bnl.gov>
444 * remove depenency on LArConditions
445
446 2003-06-06 G.Unal <unal@in2p3.fr>
447 * new way to use LArIdentifier (retrieved from LArDetDescrMAnager
448 which is in DetectorStore) => Change in LArDigitMaker.cxx
449 and LArHitEmap.cxx
450
451 2003-06-04 G.Unal <unal@in2p3.fr>
452 * to compile with pedantic-errors
453
454 2003-05-06 S. Rajagopalan <srinir@bnl.gov>
455 * remove -DNDEBUG option from requirement
456 * tag LArDigitization-02-00-01
457
458 2003-05-02 G.Unal <unal@in2p3.fr>
459 * add capability to perform PileUp within athena framework
460 - LArHitEmap modified
461 - several additions in LArDigitMaker routine
462
463 2003-04-16 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
464
465 * src/LArDigitMaker.cxx (MakeDigit): bug fixed (set Noise[i]=0
466 when no noise)
467
468 2003-04-02 Hong Ma <hma@bnl.gov
469 * gcc3.2 fixes.
470
471 2003-03-14 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
472
473 * src/LArDigitMaker.cxx : revised:
474 now, common access for EM and HEC/FCAL
475 and common MakeDigit function (which now uses global variables
476 instead of big list of arguments)
477
478 2003-03-04 G.Unal <unal@in2p3.fr>
479 * put back find method in LArHitMap
480
481 2003-02-14 Hong Ma <hma@bnl.gov>
482 * turn on FCAL .
483 * initialize WINDOWS_MODE in LArDigitMaker.
484
485 2003-02-14 Matthieu Lechowski <lechowsk@lxplus041.cern.ch>
486
487 * src/LArDigitMaker.cxx and other files: new noise
488
489 2003-02-06 Matthieu Lechowski <lechowsk@lal.in2p3.fr>
490 * LArDigitMaker.cxx /.h : add noise switches
491 * LArDigitization_MC_jobOptions.txt: add noise switches
492 * src/LArHitEMap.cxx (Initialize): correct an index of flags[]
493
494 2003-02-05 G.Unal <unal@in2p3.fr>
495 * Add one method (findcell) in LArHitMap for Fabienne
496
497 2002-12-13 Hong Ma <hma@bnl.gov>
498 * Change some INFO to DEBUG in LArDigitMaker.cxx
499
500 2002-12-13 G.Unal <unal@in2p3.fr>
501 * Fix Energy->ADC rounding in MakeDigit
502
503 2002-12-10 G.Unal <unal@in2p3.fr>
504 * Use new LArIdentifier package
505
506 2002-12-09 G.Unal <unal@in2p3.fr>
507 * change requirement file for LArSimEvent-01-*
508
509 2002-11-27 Hong Ma <hma@bnl.gov>
510 * fix LArDigitization_test_jobOptions.txt
511
512 2002-10-13 Hong Ma <hma@bnl.gov>
513 * Turn off RD Event
514
515 2002-10-02 S. Rajagopalan <srinir@bnl.gov>
516 * New jobOptions:
517 * LArDigitization_MC_jobOptions.txt: build digits from MC hits
518 * LArDigitization_TB_jobOptions.txt: read TB digits
519 * LArDigitization_test_jobOptions.txt: top level test jobOptions
520 * Default jobOptions LArDigitization_jobOptions points to MC.
521 * tag LArDigitization-01-01-02
522
523 2002-09-05 Hong Ma <hma@bnl.gov>
524 * fix for FCAL.
525
526 2002-08-23 Hong Ma <hma@bnl.gov>
527 * use LArElecCalib
528 * use ConditionsStore to obtain Calibration constants.
529 * add LArHitEMap class keeping Energy map while adding noise.
530 * add NDEBUG flag in LArDigitMaker, ignore log<<MSG... in opt
531 * build.
532
533
534
535 2002-07-29 F. Ledroit , J. Collot <collot@in2p3.fr>
536 * -Fix l_barrel_ec in LArChannelToID in LArUtil.cxx to run
537 * with noise adding for EMEC
538
539 2002-07-19 F. Ledroit , J. Collot <collot@in2p3.fr>
540 * -Fix *side in LArChannelFromID in LArUtil.cxx to run
541 * with noise adding for EMB
542 * -Transformed a few glob variables for Hit containers into
543 * LArDigitMaker properties
544 * -Modified LArDigitization_test_jobOptions.txt accordingly
545
546 tagging 01-00-10
547
548 2002-06-28 K. Yip < hma@bnl.gov>
549 * Fix a few inconsistencies in LArShapeAndNoiseUtil.cxx
550 compared to the Identifier note
551
552 2002-06-24 H. Ma < hma@bnl.gov>
553 * jobOptions update.
554 * LArDigitization_jobOptions.txt has EMBarrel turned on only
555 to be used by LArROD, and LArROD does not handle Endcap yet.
556 * LArDigitization_test_jobOptions.txt has both EMBarrel and
557 EMEndcap turned on.
558
559 2002-06-21 H. Ma < hma@bnl.gov>
560 * Turn on LAR_TRUE_GEOMETRY
561 * Modified LArShapeAndNoiseUtil.cxx for LAR_TRUE_GEOMETRY
562
563 2002-05-23 J. Collot <collot@in2p3.fr>
564
565 * more mods in LArDigitization LArUtils.cxx
566
567 tagging LArDigitization-01-00-06
568
569 2002-05-22 Hong Ma <hma@bnl.gov>
570 * New LArDetDescr
571
572 2002-04-25 J. Collot <collot@in2p3.fr>
573 *
574 * Fix LarDigitization_test_jobOptions.txt
575 * modified some messages in LArDigitmaker execute()
576 * to INFO mode
577 * Removed a redondant dependency
578 * tag 01-00-03
579
580 2002-04-23 S. Rajagopalan <srinir@bnl.gov>
581 * use LArHit from new package LArSimEvent
582 * fix requirements : dependency only on LArSimEvent
583 * tag 01-00-02
584
585 2002-04-22 S. Rajagopalan <srinir@bnl.gov>
586 * add component directory under src
587 * move *_entries and *_load files under component
588 * remove factory definitions frm algorithm classes
589 * fix requirement file for above change
590 * clean up LArDigitMaker
591 * tag LArDigitization-01-00-01
592
593 2002-04-22 S. Rajagopalan <srinir@bnl.gov>
594 * LArDigit and LArDigitContainer moved to LArRawEvent
595 * include statements and requirement file appropriately modified
596 * tagged LArDigitization-01-00-00
597
598 2002-02-16 J. Collot <collot@in2p3.fr>
599
600 * portage to Solaris
601 *
602 * tagging 00-00-20
603
604 2002-02-08 J. Collot <collot@in2p3.fr>
605
606 * correction in LArDigitization_jobOptions
607 *
608 * tagging 00-00-19
609
610 2002-02-02 J. Collot <collot@in2p3.fr>
611
612 * doc updated
613
614 * tagging 00-00-18
615
616 2002-02-02 J. Collot <collot@in2p3.fr>
617
618 * Moved previous jobOptions file in LArDigitization_test_jobOptions.txt
619 *
620 * Added a new jobOptions file that can be included in the
621 * standard reconstruction jobOptions file
622 *
623 * removed old SRT administrative files
624 *
625 * tagging 00-00-17
626
627 2001-12-06 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
628
629 * Implement the use of the new PulseAndNoise.data file
630 * which containes now the shape derivative and the optimal filtering
631 * coefficients
632 *
633 * tagging LArDigitization-00-00-16
634
635 2001-11-16 J. Collot <collot@in2p3.fr>
636
637 * change requirements file which was
638 * not updated in CVS
639 *
640 * tagging LArDigitization-00-00-15
641
642 2001-11-14 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
643
644 * Implement the use of StoreGate in the DigitMaker
645 *
646 * tagging LArDigitization-00-00-14
647
648
649 2001-10-17 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
650
651 * fix a bug LArDigitMaker::MakeDigit prototype for the PeakPos
652 variable. It should be unsigned int PeakPos and not
653 unsigned int *PeakPos
654 * The correlated updates in .h and call have been corrected to
655
656 * tagging LArDigitization-00-00-13
657
658
659 2001-10-11 J. Collot <collot@in2p3.fr>
660 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
661
662 * removed EventManagement dependency
663 * setup runtime environment ( joOptions.txt and data files )
664 * update of requirements
665
666 * tagging LArDigitization-00-00-12
667
668
669 2001-08-22 J. Collot <collot@in2p3.fr>
670
671 * update of requirements file
672 *
673 * tagging LArDigitization-00-00-11
674
675 2001-07-27 J. Collot <collot@in2p3.fr>
676
677 * updated requirements file
678 *
679 * tagging LArDigitization-00-00-10
680
681 2001-07-12 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
682
683 * Use the new enum of LArDigit.h for the gain.
684 * Fix the bug of the default value of the m_SubDetectors property
685 * Do not fill the cell pointer arrays when the noise is off to save
686 * Memory.
687
688 2001-07-02 J. Collot <collot@in2p3.fr>
689
690 * added new interface member to label LArDigit with a LArSignalChannelID
691 * Modified jobOptions_LArDigit.txt to allow only the EM Barrel
692 * Changed the documentation
693 *
694 * tagged LArDigitization-00-00-07
695
696 2001-06-30 J. Collot <collot@in2p3.fr>
697
698 * added enum values for gain setting in LArDigit
699 *
700 * added std::string convertion operator in LArDigit and LArDigitContainer
701 *
702 * updated doc in LArDigit and LArDigitContainer
703
704 2001-06-28 J-P Meyer <jpmeyer@hep.saclay.cea.fr>
705
706 * tagging LArDigitization-00-00-06
707 * add alog. for digitization
708 * add Shape and Noise first version
709
710 2001-05-10 J. Collot <collot@in2p3.fr>
711
712 * tagging LArDigitization-00-00-05
713 * few corrections in CLID :
714 * - correct CLID assignments
715 * - add const in clID()
716 * change in configure.in to enable compilation with gcc-2.95
717
718 2000-12-06 J. Collot <collot@in2p3.fr>
719
720 * tagging for release 1.2.2
721
722 2000-11-29 Johann Collot <collot@in2p3.fr>
723
724 * #changed includes for Identifier in LArDigit.h
725 *
726
727 2000-11-07 Johann Collot <collot@in2p3.fr>
728
729 * tagging LArDigitization-00-00-03 for release 1.2.1
730
731 * corrected a few compilation warnings in LArDigit.h
732 *
733
734 2000-11-06 Johann Collot <collot@in2p3.fr>
735
736 * tagging LArDigitization-00-00-02 for release 1.2.1
737
738 * unnecessary use directives removed from PACKAGE .
739 * unnecessary FORTAN compilation directives + clean
740 * directives removed from GNUmakefile.in .
741
742
743
744 2000-10-13 Johann Collot <collot@in2p3.fr>
745
746 * Modified administrative make files
747 * to correct include PATH and
748 * exclude compiling on everything
749 * but Linux
750
751 2000-10-03 Johann Collot <collot@in2p3.fr>
752
753 * adding LArDigitization to the repository
754
755 * tagging LArDigitization-00-00-01 for release 1.1.7
756
757
| 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.
|
|