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

alt_s1 pattern likelihood #1344

Open
shenyangshi opened this issue Mar 14, 2024 · 0 comments
Open

alt_s1 pattern likelihood #1344

shenyangshi opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shenyangshi
Copy link
Contributor

Neither is compulsory and maybe not useful. Next time if we plan to do a event_pattern_fit reprocessing we can add the pattern fit for alt_s1 as well, especially for some pile-up coincidence quality selection.

def infer_dtype(self):
dtype = [
("s2_2llh", np.float32, "Modified Poisson likelihood value for main S2 in the event"),
(
"s2_neural_2llh",
np.float32,
"Data-driven based likelihood value for main S2 in the event",
),
("alt_s2_2llh", np.float32, "Modified Poisson likelihood value for alternative S2"),
(
"alt_s2_neural_2llh",
np.float32,
"Data-driven based likelihood value for alternative S2 in the event",
),
("s1_2llh", np.float32, "Modified Poisson likelihood value for main S1"),
(
"s1_top_2llh",
np.float32,
"Modified Poisson likelihood value for main S1, calculated from top array",
),
(
"s1_bottom_2llh",
np.float32,
"Modified Poisson likelihood value for main S1, calculated from bottom array",
),
(
"s1_area_fraction_top_continuous_probability",
np.float32,
"Continuous binomial test for S1 area fraction top",
),
(
"s1_area_fraction_top_discrete_probability",
np.float32,
"Discrete binomial test for S1 area fraction top",
),
(
"s1_photon_fraction_top_continuous_probability",
np.float32,
"Continuous binomial test for S1 photon fraction top",
),
(
"s1_photon_fraction_top_discrete_probability",
np.float32,
"Discrete binomial test for S1 photon fraction top",
),
(
"alt_s1_area_fraction_top_continuous_probability",
np.float32,
"Continuous binomial test for alternative S1 area fraction top",
),
(
"alt_s1_area_fraction_top_discrete_probability",
np.float32,
"Discrete binomial test for alternative S1 area fraction top",
),
(
"alt_s1_photon_fraction_top_continuous_probability",
np.float32,
"Continuous binomial test for alternative S1 photon fraction top",
),
(
"alt_s1_photon_fraction_top_discrete_probability",
np.float32,
"Discrete binomial test for alternative S1 photon fraction top",
),
]

image
@shenyangshi shenyangshi added the enhancement New feature or request label Mar 14, 2024
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

1 participant