Skip to content
Snippets Groups Projects
Commit 1189808e authored by Adrian Weber's avatar Adrian Weber Committed by Adrian Weber
Browse files

adding of RICH hit producer and ring finder

parent f5403201
No related branches found
No related tags found
1 merge request!147adding of RICH hit producer and ring finder for mcbm_reco.C
......@@ -107,6 +107,20 @@ void mcbm_reco(Int_t runId = 812, Int_t nTimeslices = 0) {
// ------------------------------------------------------------------------
// ----- Local reconstruction of RICH Hits ------------------------------
CbmRichMCbmHitProducer* hitProd = new CbmRichMCbmHitProducer();
hitProd->setToTLimits(23.7, 30.0);
hitProd->applyToTCut();
run->AddTask(hitProd);
// ------------------------------------------------------------------------
// ----- Local reconstruction in RICh -> Finding of Rings ---------------
CbmRichReconstruction* richReco = new CbmRichReconstruction();
richReco->UseMCbmSetup();
run->AddTask(richReco);
// ------------------------------------------------------------------------
// ----- Parameter database --------------------------------------------
std::cout << std::endl << std::endl;
std::cout << "-I- " << myName << ": Set runtime DB" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment