]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONDigitizerV3.cxx
Corrected ApplyResponseToTrackerDigit():
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Mar 2006 14:46:25 +0000 (14:46 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Mar 2006 14:46:25 +0000 (14:46 +0000)
commit59b91539fa109635f1ec2ebf17bb56643a257c1d
tree2cd0d505542ee000ef8e29e9da26ddebb41a5d91
parentbb5039d55a7a13eb20ad369ebf0cedf87763af43
Corrected ApplyResponseToTrackerDigit():
- the de-calibration is applied on the physics signal (then at
  digit::Signal() )
- noise is independent of the gain. (It is a constant in the dynamics range
  of the electronics. Indeed, pedestal data is the results from the FEE and
  gain is been already taken account. Then the noise need simply to be added
  to digit::signal/gainMean.
- pedestal is added after.
Then acd=(signal/gainMean) + adcNoise + pedestal if we have a physic signal
and adc=adcNoise+Pedestal if it is a noisy pads.
(Alexandre)
MUON/AliMUONDigitizerV3.cxx