|
|
|||
File indexing completed on 2026-08-18 08:30:19
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2026 Minho Kim 0003 0004 #pragma once 0005 0006 #include <string> 0007 #include <vector> 0008 0009 namespace eicrecon { 0010 0011 struct EdepToNpeConversionConfig { 0012 std::string readout{}; 0013 std::vector<std::string> 0014 edep_to_npe_fields{}; // Fields the edep-to-npe conversion factor depends on 0015 std::string 0016 edep_to_npe_filename{}; // Lookup table name to get the field-dependent edep-to-npe conversion factors 0017 double edep_to_npe{}; // Constant edep-to-npe conversion factor 0018 }; 0019 0020 } // 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 |
|