Back to home page

EIC code displayed by LXR

 
 

    


Warning, /snippets/Tracking/hit_based_matching/README.md is written in an unsupported language. File is not indexed.

0001 # Hit-based track to MC Particle matching
0002 This analysis code extracts the track purity and resolutions using hit-based track to MC Particle matching for DIS events.
0003 
0004 Running the analysis code
0005 --------------------------
0006 For the 18x275 GeV beam-energy setting, with Q2>1 GeV2, if a set of files with names ```Q2_1/eicrecon_*.root``` exist, run the analysis code as
0007 
0008 ```
0009 mkdir plots
0010 root -l -b -q hit_based_matching.C
0011 ```
0012