]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/TPCrec/AliTPCReconstructor.cxx
Adding possibility to get the Reconstruction parameters from OCDB (Marian)
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 Dec 2007 16:32:23 +0000 (16:32 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 Dec 2007 16:32:23 +0000 (16:32 +0000)
commit7a9e557b6fc7e854bdc36e5b55f6a15a12d22b02
tree69265651c632f9e4343ccc5c1d00df9c1c68f7c0
parentdaac2a58089127f439399e200824055cafc36c0a
Adding possibility to get the Reconstruction parameters from OCDB (Marian)

Just temporary fix

  The reconstruction parameters are used in the AliTPCclustererMI and AliTPCtrackerMI

  They are retrieved:
  0. User speciefied it in reconstruction macro
  1. if (not 0) from OCDB  - AliTPCcalibDB::GetRecoParam(eventtype)
  2. if (not 0 or 1) default parameter - High flux enevironment used

  FIXME:
  In the future  reconstruction parameters should be changed on event basis
  But for the moment, event types are still not defined
TPC/AliTPCRecoParam.cxx
TPC/AliTPCReconstructor.cxx
TPC/AliTPCcalibDB.cxx
TPC/AliTPCcalibDB.h