Skip to content
Snippets Groups Projects
Commit 6193cc36 authored by Adrian Weber's avatar Adrian Weber
Browse files

adding of RICH hit producer and ring finder

parent 05bbbedb
No related branches found
No related tags found
No related merge requests found
......@@ -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