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

Implement install_status for FMWPC, CTOF, CCAL, ECAL #814

Closed
aaust opened this issue May 14, 2024 · 1 comment
Closed

Implement install_status for FMWPC, CTOF, CCAL, ECAL #814

aaust opened this issue May 14, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aaust
Copy link
Contributor

aaust commented May 14, 2024

This will prevent the reconstruction process to initialize the respective factories and throw many warnings when the detector was not present or no default calibration constants were submitted to CCDB.

The schema for the DIRC can be used as example:

if(jcalib->GetCalib("/DIRC/install_status", installed)) return;
if(atoi(installed["status"].data()) == 0) return;

@aaust
Copy link
Contributor Author

aaust commented Mar 21, 2025

Addressed by #906 and much appreciated

@aaust aaust closed this as completed Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant