]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONv1.cxx
Added charge correlation between cathods.
authoregangler <egangler@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Dec 2000 13:00:22 +0000 (13:00 +0000)
committeregangler <egangler@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Dec 2000 13:00:22 +0000 (13:00 +0000)
commit681d067b679fb45d17f15a414bdc8e338c054981
treed9135ffdf7f7ed47d120c71d0d2c848380d0c5c8
parent10f1a44b23d4b43c0fb61a6c2cf39f125e7f2340
Added charge correlation between cathods.
In Config_slat.C, use
 MUON->Chamber(chamber-1).SetChargeCorrel(0.11); to set the RMS of
 q1/q2 to 11 % (number from Alberto)
 This is stored in AliMUONChamber fChargeCorrel member.
 At generation time, when a tracks enters the volume,
 AliMUONv1::StepManager calls
 AliMUONChamber::ChargeCorrelationInit() to set the current value of
 fCurrentCorrel which is then used at Disintegration level to scale
 appropriately the PadHit charges.
MUON/AliMUONChamber.cxx
MUON/AliMUONChamber.h
MUON/AliMUONv1.cxx
MUON/Config_slat.C