asalzburger / sms2021-tra-tra

Repository for SummerStudent 2021 project to learn a (conformal) TRAnsform for TRAcks
2 stars 0 forks source link

More complex input files #4

Open asalzburger opened 3 years ago

asalzburger commented 3 years ago

In data/pdg13-n25-0.5to10GeV-0.5eta there are more complicated input files. The simulation is now done with

Info: curvature, magnetic field, particle mass.

AndrewSpano commented 3 years ago
asalzburger commented 3 years ago

Very nice.

noemina commented 3 years ago

This is really good!!

AndrewSpano commented 3 years ago

Regarding Task 2, I added some more plots in the corresponding Notebook.

Total number (aggregate) of hits per eta values in the ranges [0, 0,1], [0.1, 0.2], ...

total_hits_eta

I wasn't sure is the dataset is imbalanced (i.e. more events with specific eta values), so I plotted also the average number of hits for every eta value in the ranges mentioned above:

average_hits_eta

They are all close to 14, which looks like to be the true average.

AndrewSpano commented 3 years ago

Fixed the eta plots:

total_hits_per_eta

average_hits_per_eta

noemina commented 3 years ago

I think there is still a small problem with the total number of hits vs track eta: it seems that the bin [0, 0.1] is not filled and that the [-0.5, -0.4] has too many entries...

AndrewSpano commented 3 years ago

It's true! I had a small bug when rounding eta. Thanks for pointing it out! I fixed it, now the plots look like this:

total_hits_eta

average_hits_eta