EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
MPGDHitReconstructionConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2022 - 2026 Whitney Armstrong, Sylvester Joosten, Wouter Deconinck, Dmitry Romanov, Yann Bedfer
3
4#pragma once
5
6namespace eicrecon {
8 // sub-systems should overwrite their own (see "detectors/MPGD/MPGD.cc")
9
10 // Readout identifiers for dividing detector
11 std::string readout{""};
12 float timeResolution = 10;
13 std::array<float, 2> stripResolutions = {150 * dd4hep::um, 150 * dd4hep::um};
14};
15} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition MPGDHitReconstructionConfig.h:7
std::string readout
Definition MPGDHitReconstructionConfig.h:11
std::array< float, 2 > stripResolutions
Definition MPGDHitReconstructionConfig.h:13
float timeResolution
Definition MPGDHitReconstructionConfig.h:12