EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
src
algorithms
digi
SiliconTrackerDigiConfig.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-or-later
2
// Copyright (C) 2022 Whitney Armstrong, Wouter Deconinck, Sylvester Joosten, Dmitry Romanov
3
4
#pragma once
5
6
#include <DD4hep/DD4hepUnits.h>
7
8
namespace
eicrecon
{
9
10
struct
SiliconTrackerDigiConfig
{
11
// sub-systems should overwrite their own
12
// NB: be aware of thresholds in npsim! E.g. https://github.com/eic/npsim/pull/9/files
13
double
threshold
= 0 * dd4hep::keV;
14
double
timeResolution
= 8;
15
};
16
17
}
// namespace eicrecon
eicrecon
-client
Definition
CalorimeterClusterRecoCoG.cc:37
eicrecon::SiliconTrackerDigiConfig
Definition
SiliconTrackerDigiConfig.h:10
eicrecon::SiliconTrackerDigiConfig::threshold
double threshold
Definition
SiliconTrackerDigiConfig.h:13
eicrecon::SiliconTrackerDigiConfig::timeResolution
double timeResolution
Definition
SiliconTrackerDigiConfig.h:14
Generated by
1.9.8