EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
PulseCombinerConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2025 Simon Gardner
3
4#pragma once
5
6#include <edm4eic/unit_system.h>
7
8namespace eicrecon {
9
12 50 * edm4eic::unit::ns; // Minimum distance between pulses to keep separate
13 std::string readout = "";
14 std::string combine_field = "";
15};
16
17} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition PulseCombinerConfig.h:10
std::string combine_field
Definition PulseCombinerConfig.h:14
std::string readout
Definition PulseCombinerConfig.h:13
double minimum_separation
Definition PulseCombinerConfig.h:11