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

S2 peak timing shifted? #72

Closed
FaroutYLq opened this issue Dec 18, 2023 · 2 comments
Closed

S2 peak timing shifted? #72

FaroutYLq opened this issue Dec 18, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@FaroutYLq
Copy link
Collaborator

Describe the bug
Seems the peak timing of S2s have been shifted about O(1ms).

To Reproduce
Insert the MWE of how to reproduce the error

st_simu = saltax.contexts.sxenonnt(runid=33048,
             saltax_mode='simu',
             output_folder='/project/lgrandi/yuanlq/salt',
             faxconf_version="sr0_v4",
             generator_name='flat',
             recoil=7,
             mode='all')
events_simu = st_simu.get_array('033048', 'event_info')
truth = st_simu.get_array('033048', 'truth')
match = st_simu.get_array('033048', "match_acceptance_extended")

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Versions
Please add the output of:

straxen.print_versions()
	module	version	path	git
0	python	3.9.18	/project/lgrandi/xenonnt/env_tests/development...	None
1	strax	1.5.4	/project/lgrandi/xenonnt/env_tests/development...	None
2	straxen	2.1.5	/project/lgrandi/xenonnt/env_tests/development...	None
3	cutax	1.15.5	/dali/lgrandi/xenonnt/software/cutax/v1.15.5/c...	None

All italic comments can be removed from this template.

@FaroutYLq FaroutYLq added the bug Something isn't working label Dec 18, 2023
@FaroutYLq
Copy link
Collaborator Author

Should be related to #68

@FaroutYLq
Copy link
Collaborator Author

No it turns out to be a matching criteria bug. Once switched to touching_windows for matching it never shows up anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant