cluster reader seems to work

This commit is contained in:
2023-05-23 18:05:21 +02:00
parent aeb034581d
commit 2378055412
11 changed files with 123 additions and 309 deletions

8
test.py Normal file
View File

@@ -0,0 +1,8 @@
from creader import ClusterFileReader
import numpy as np
maxph=100000000
r = ClusterFileReader("/mnt/moench_data/Moench_LGAD_SIM_Nov22/moenchLGAD202211/clustW17new/beam_En800eV_-40deg_300V_10us_d0_f5_0.clust")
a=r.read(maxph)
print(a[::100000])