Skip to content
Snippets Groups Projects
Commit 867e53ae authored by Administrator's avatar Administrator Committed by Sergey Gorbunov
Browse files

Set the mvd specific latency

This latency is used by the CbmDaq to decide when the data can be moved from
the daq buffer to the final timeslice. If the latency is currently less than
110 microseconds some of the MVD digis are not properly time sorted. The
latency needs to be adjusted after the digitization parameters are finally
fixed.
parent 4cb4d139
No related branches found
No related tags found
1 merge request!1557Fix MVD digitization and reconstruction
......@@ -59,6 +59,11 @@ public:
**/
ECbmModuleId GetSystemId() const { return ECbmModuleId::kMvd; }
/** @brief Detector specific latency
** @return latency
**/
Double_t GetLatency() const { return 110000.; }
void SetPileUp(Int_t pileUp) { fNPileup = pileUp; }
void SetDeltaEvents(Int_t deltaEvents) { fNDeltaElect = deltaEvents; }
void SetBgFileName(TString fileName) { fBgFileName = fileName; }
......
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