Skip to content
Snippets Groups Projects
Commit e31734c0 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'alibavaFixReturn' into 'master'

Alibava: Changed StatusCode after time_cut to DeadTime

See merge request corryvreckan/corryvreckan!587
parents 7e929fe3 98e94ecf
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ The following authors, in alphabetical order, have developed or contributed to C
* Joshua Clercx, DESY, @jclercx
* Manuel Colocci, CERN, @mcolocci
* Dominik Dannheim, CERN, @dannheim
* Naomi Davis, DESY, @naomi
* Jens Dopke, STFC RAL, @jdopke
* Katharina Dort, University of Giessen/CERN, @kdort
* Jordi Duarte-Campderros, IFCA, @duarte
......
......@@ -192,7 +192,7 @@ StatusCode EventLoaderALiBaVa::run(const std::shared_ptr<Clipboard>& clipboard)
double TDCTime = m_alibava->time();
if(!m_alibava->valid_time(TDCTime)) {
LOG(DEBUG) << "Event time of " << TDCTime << " ns outside of timecut limits; ignoring event";
return StatusCode::NoData;
return StatusCode::DeadTime;
}
double trigger_ts;
......
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