EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
FarDetectorTrackerClusterConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2023 - 2024, Simon Gardner
3
4#pragma once
5
6#include <edm4eic/unit_system.h>
7
8namespace eicrecon {
10
11 // Readout identifiers for dividing detector
12 std::string readout{""};
13 std::string x_field{"x"};
14 std::string y_field{"y"};
15
16 // Timing limit to add a hit to a cluster
17 double hit_time_limit{10 * edm4eic::unit::ns};
18};
19} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition FarDetectorTrackerClusterConfig.h:9
std::string x_field
Definition FarDetectorTrackerClusterConfig.h:13
std::string y_field
Definition FarDetectorTrackerClusterConfig.h:14
std::string readout
Definition FarDetectorTrackerClusterConfig.h:12
double hit_time_limit
Definition FarDetectorTrackerClusterConfig.h:17