EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
src
algorithms
reco
TrackClusterMatchConfig.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-or-later
2
// Copyright (C) 2025 Tristan Protzman
3
4
#pragma once
5
6
#include <string>
7
#include <DD4hep/DD4hepUnits.h>
8
9
namespace
eicrecon
{
10
struct
TrackClusterMatchConfig
{
11
double
matching_distance
= 0.5;
12
std::string
calo_id
=
""
;
13
};
14
}
// namespace eicrecon
eicrecon
-client
Definition
CalorimeterClusterRecoCoG.cc:37
eicrecon::TrackClusterMatchConfig
Definition
TrackClusterMatchConfig.h:10
eicrecon::TrackClusterMatchConfig::matching_distance
double matching_distance
Definition
TrackClusterMatchConfig.h:11
eicrecon::TrackClusterMatchConfig::calo_id
std::string calo_id
Definition
TrackClusterMatchConfig.h:12
Generated by
1.9.8