Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-29 07:05:54

0001 // Subject to the terms in the LICENSE file found in the top-level directory.
0002 //
0003 
0004 #pragma once
0005 
0006 #include <string>
0007 #include <vector>
0008 
0009 namespace eicrecon {
0010 
0011   struct CalorimeterHitsMergerConfig {
0012 
0013     std::string              readout{""};
0014     std::vector<std::string> fields{};
0015     std::vector<int>         refs{};
0016 
0017   };
0018 
0019 } // eicrecon