Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS DataCollector Errors after Long Runs #85

Open
tomeichlersmith opened this issue Apr 20, 2022 · 0 comments
Open

TS DataCollector Errors after Long Runs #85

tomeichlersmith opened this issue Apr 20, 2022 · 0 comments
Labels
online related to online software

Comments

@tomeichlersmith
Copy link
Member

Seems to be originating from the OnReceive code copied from WriteEvent with the file writing removed.

} catch (const Exception &e) { // try
std::string msg = "Exception to file: ";
msg += e.what();
EUDAQ_ERROR(msg);
SetStatus(Status::STATE_ERROR, msg);
}

https://aielisa19.cern.ch/elisa/display/620?logbook=LDMX-testbeam

@tomeichlersmith tomeichlersmith added the online related to online software label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
online related to online software
Projects
None yet
Development

No branches or pull requests

1 participant