Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:58

0001 #pragma once
0002 
0003 namespace eicrecon {
0004 
0005 struct IterativeVertexFinderConfig {
0006   int  maxVertices                 = 10;
0007   bool reassignTracksAfterFirstFit = true;
0008 };
0009 
0010 } // namespace eicrecon