XENON1T / lax

Lichens for Analyzing XENON1T
Other
4 stars 4 forks source link

S2 width depends on drift time, not depth #133

Closed tunnell closed 6 years ago

tunnell commented 6 years ago

The 'z' parameter is corrected depth:

https://github.com/XENON1T/hax/blob/master/hax/treemakers/corrections.py#L35

The width cut is defined on this corrected z. Diffusion depends on drift time. This was caught by @rafaellang.

tunnell commented 6 years ago

Use from Basics the drift_time variable.

zhut19 commented 6 years ago

I do realize using drift time is the correct definition, but drift time don't reflect the ~2us that electron took to drift from gate to liquid level, which would have a different diffusion model. (However, z already subtracted this part)

rafaellang commented 6 years ago

How about adding those 2us to drift time as a constant offset?

pdeperio commented 6 years ago

Fixed in #134