EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
FarDetectorTransportationPostMLConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2024 - 2025, Simon Gardner
3
4#pragma once
5
6namespace eicrecon {
8
9 float beamE = 10.0;
11 int pdg_value = 11; // Default to electron
12};
13} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition FarDetectorTransportationPostMLConfig.h:7
int pdg_value
Definition FarDetectorTransportationPostMLConfig.h:11
bool requireBeamElectron
Definition FarDetectorTransportationPostMLConfig.h:10
float beamE
Definition FarDetectorTransportationPostMLConfig.h:9