EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
LGADHitClusteringConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2025 Chun Yuen Tsang
3
4#pragma once
5#include <edm4eic/unit_system.h>
6
7namespace eicrecon {
9 std::string readout = "TOFBarrelHits";
10 double deltaT = 1 * edm4eic::unit::ns;
11 bool useAve = false;
12};
13} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition LGADHitClusteringConfig.h:8
std::string readout
Definition LGADHitClusteringConfig.h:9
double deltaT
Definition LGADHitClusteringConfig.h:10
bool useAve
Definition LGADHitClusteringConfig.h:11