]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/AliTPCReconstructor.cxx
Fix to bug reports:
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Oct 2009 12:07:39 +0000 (12:07 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Oct 2009 12:07:39 +0000 (12:07 +0000)
commit0a997b33e21de52f8e23d08093dd16eae9b16d2c
treec5a755d650ea83ad529c75926ee9e12154014ed9
parent5c047edcb94f827ab2beaaa98b3b04c402baa6e2
Fix to bug reports:
bugs #56402 and bug #56406

new ExB changes
AliTPCcalibDB.h AliTPCcalibDB.cxx -
Initialization of the correction directly from the map -
 void          SetExBField( AliMagF*   bmap);

AliTPC.cxx AliTPCReconstructor.cxx - don't create own copy of the field
                                   - field provided using
const AliMagF * field = (AliMagF*)TGeoGlobalMagField::Instance()->GetField();
TPC/AliTPC.cxx
TPC/AliTPCReconstructor.cxx
TPC/AliTPCcalibDB.cxx
TPC/AliTPCcalibDB.h