|
||||
File indexing completed on 2024-11-15 08:59:52
0001 #pragma once 0002 0003 namespace eicrecon { 0004 0005 struct IterativeVertexFinderConfig { 0006 int maxVertices = 10; 0007 bool reassignTracksAfterFirstFit = true; 0008 }; 0009 0010 } // namespace eicrecon
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |