-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/hhausner a5818 compatability #170
base: release/v1_10_04
Are you sure you want to change the base?
Conversation
Release/v1 10 03
Edit ReadFirmwareVersion to handle A5818 cards. Generator now looks for a "AX818" fhicl parameter, which defaults to 3. If set to 5 it looks for an A5818 card.
Removed depreciated use of CAENComm_OpenDevice Replaced with CAENComm_OpenDevice2. The difference is in the second argument being a pointer to the link number as opposed to the raw link number.
Hi @hausnerh, would you be able to add the switcheroo between I believe that's the only other place where we explicitly refer to an A3818 connection (the optical link is opened using |
add parameter to set if we are using the A5818 cards or not
Add parameter for configuring running with A5818 cards. Default to A3818 (our standard running configuration)
This is Common, not SBND specific. ICARUS also uses this configuration class.
use configuration in fCAEN to toggle which PCIe board is being used
Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK to me.
thanks!
Description
Add compatibility for ICARUS boardreader code to use A5818 cards
Testing details
TBD