]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/AliTPCReconstructor.cxx
Disentangled usage of HLT and offline one pad clusters
authorjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 00:06:14 +0000 (00:06 +0000)
committerjthaeder <jthaeder@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 00:06:14 +0000 (00:06 +0000)
commit1598ba75da57f9073125da7745b7349d6d7ed19e
treefd9d21259e9475ce33d0fa03a40192217268b35b
parent38802708ffb23213d91acc1b25f039688552c81f
Disentangled usage of HLT and offline one pad clusters
 - added extra option the recoparam

Implemted options for rec.C for input switching of TPC reco

//--------------------------------------------------------------------
//          Options for the TPC Reconstruction in rec.C
//
//  4 options can be set to change the input for TPC reconstruction
//  which overwrites the usage of fUseHLTClusters of the AliTPCRecoParam
//
//  1) useRAW        - use RAW, if not present -> do nothing
//  2) useRAWorHLT   - use RAW, if not present -> use HLT clusters
//  3) useHLT        - use HLT clusters, if not present -> do nothing
//  4) useHLTorRAW   - use HLT clusters, if not present -> use RAW
//
//  -> The current default is useHLTorRAW
//--------------------------------------------------------------------
TPC/AliTPCRecoParam.cxx
TPC/AliTPCRecoParam.h
TPC/AliTPCReconstructor.cxx
TPC/AliTPCReconstructor.h
TPC/AliTPCclustererMI.cxx
TPC/AliTPCclustererMI.h
TPC/AliTPCtrackerMI.cxx
TPC/AliTPCtrackerMI.h
TPC/macros/ModifyRecoParamHLTUsage.C