From 3a624ba358679adea65a18d43c56d66a42218f74 Mon Sep 17 00:00:00 2001 From: odjuvsla Date: Tue, 20 Apr 2010 10:24:03 +0000 Subject: [PATCH] - set clustering thresholds from CDB entries --- HLT/CALO/AliHLTCaloClusterizerComponent.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HLT/CALO/AliHLTCaloClusterizerComponent.cxx b/HLT/CALO/AliHLTCaloClusterizerComponent.cxx index a1709ed4c49..9063f2fa4f6 100644 --- a/HLT/CALO/AliHLTCaloClusterizerComponent.cxx +++ b/HLT/CALO/AliHLTCaloClusterizerComponent.cxx @@ -262,6 +262,8 @@ AliHLTCaloClusterizerComponent::DoInit(int argc, const char** argv ) if(!fRecoParamsPtr->GetParametersFromCDB()) { fAnalyserPtr->SetRecoParamHandler(fRecoParamsPtr); + fClusterizerPtr->SetEmcClusteringThreshold(fRecoParamsPtr->GetRecPointThreshold()); + fClusterizerPtr->SetEmcMinEnergyThreshold(fRecoParamsPtr->GetRecPointMemberThreshold()); } } // -- 2.39.3