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

Incorrect Trigger type CFCAL #791

Open
aaust opened this issue Mar 25, 2024 · 5 comments
Open

Incorrect Trigger type CFCAL #791

aaust opened this issue Mar 25, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@aaust
Copy link
Contributor

aaust commented Mar 25, 2024

For the 2022-08 PrimEx data set, the current halld_recon master prints many error messages of this type:

Incorrect Trigger type CFCAL

The trigger emulation does not seem to include this type in

cout << " Incorrect Trigger type " << triggerTypes[jj][1] << endl;

@somovalex
Copy link
Contributor

somovalex commented Mar 25, 2024 via email

@aaust
Copy link
Contributor Author

aaust commented Mar 26, 2024

@somovalex Should this be included before we start REST production?

@somovalex
Copy link
Contributor

somovalex commented Mar 26, 2024 via email

@aaust aaust added the enhancement New feature or request label Mar 26, 2024
@sdobbs
Copy link
Contributor

sdobbs commented Mar 28, 2024

for the record, this code is called in the data reconstruction to estimate the trigger calorimeter energy sums, and the trigger bit info is ignored. So maybe the short term fix is to limit the number of times this error message is printed out.

Of course, simulation of this trigger type is needed for acceptance corrections.

@somovalex
Copy link
Contributor

somovalex commented Mar 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants