EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
CalorimeterHitsMergerConfig.h
Go to the documentation of this file.
1// Subject to the terms in the LICENSE file found in the top-level directory.
2//
3
4#pragma once
5
6#include <string>
7#include <vector>
8
9namespace eicrecon {
10
12
13 std::string readout{""};
14 std::vector<std::string> fieldTransformations{};
15};
16
17} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition CalorimeterHitsMergerConfig.h:11
std::vector< std::string > fieldTransformations
Definition CalorimeterHitsMergerConfig.h:14
std::string readout
Definition CalorimeterHitsMergerConfig.h:13