|
||||
File indexing completed on 2025-01-30 10:04:50
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> fieldTransformations{}; 0015 0016 }; 0017 0018 } // eicrecon
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |