]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
First step in moving the GRP reco-params from the reconstruction macros to OCDB.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Jul 2009 11:46:31 +0000 (11:46 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 22 Jul 2009 11:46:31 +0000 (11:46 +0000)
OCDB/GRP/Calib/RecoParam/Run0_999999999_v0_s0.root [new file with mode: 0644]
STEER/AliGRPRecoParam.cxx

diff --git a/OCDB/GRP/Calib/RecoParam/Run0_999999999_v0_s0.root b/OCDB/GRP/Calib/RecoParam/Run0_999999999_v0_s0.root
new file mode 100644 (file)
index 0000000..1b25842
Binary files /dev/null and b/OCDB/GRP/Calib/RecoParam/Run0_999999999_v0_s0.root differ
index 063e8f5c7627dc422fb4e43a0519b9e93e9d104e..d563233630c334bd6f742f1a13da88c8e3c8b05e 100644 (file)
@@ -150,6 +150,10 @@ AliGRPRecoParam *AliGRPRecoParam::GetCosmicTestParam()
   //
   AliGRPRecoParam *param = new AliGRPRecoParam();
 
+  param->SetVertexerTracksConstraintITS(kFALSE);
+  param->SetVertexerTracksConstraintTPC(kFALSE);
+  param->SetMostProbablePt(3.0);
+
   return param;
 }
 //_____________________________________________________________________________