EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
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
8namespace eicrecon {
9
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
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition SiliconTrackerDigiConfig.h:10
double threshold
Definition SiliconTrackerDigiConfig.h:13
double timeResolution
Definition SiliconTrackerDigiConfig.h:14