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

Create class to read in sensor/phase dependent SVT t0 offsets #950

Open
bloodyyugo opened this issue Mar 6, 2023 · 2 comments
Open

Create class to read in sensor/phase dependent SVT t0 offsets #950

bloodyyugo opened this issue Mar 6, 2023 · 2 comments
Assignees

Comments

@bloodyyugo
Copy link
Contributor

...and code to use them in RawHitFitterDriver

@bloodyyugo bloodyyugo self-assigned this Mar 16, 2023
@bloodyyugo
Copy link
Contributor Author

I pushed branch iss950 today. It hopefully does:

  1. reads from a new database table called: "svt_t0_sensor_phase_shifts" which has fields: "feb_id", "feb_hybrid_id", "phase0_shift", ... , "phase5_shift"

  2. These constants eventually get put into the "HpsSiSensor" objects and I put the correction code in "RawTrackerHitFitter"

We need a database table made to actually test this.

@bloodyyugo
Copy link
Contributor Author

I've decided we only need 4 different run blocks for timing calibrations (at least for now, and for 2021 data). For this few, we can use resource files with an if/else to choose between runs. I've implemented this.

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

No branches or pull requests

1 participant