EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
ScatteredElectronsEMinusPzConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2024 Daniel Brandenburg
3
4#pragma once
5
6#include <string>
7#include <DD4hep/DD4hepUnits.h>
8
9namespace eicrecon {
10
12
13 // For now these are wide open
14 // In the future the cut should depend
15 // on the generator settings
16 float minEMinusPz = 0.0; // GeV
17 float maxEMinusPz = 1000000.0; // GeV
18};
19
20} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition ScatteredElectronsEMinusPzConfig.h:11
float maxEMinusPz
Definition ScatteredElectronsEMinusPzConfig.h:17
float minEMinusPz
Definition ScatteredElectronsEMinusPzConfig.h:16