EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
src
algorithms
reco
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
9
namespace
eicrecon
{
10
11
struct
ScatteredElectronsEMinusPzConfig
{
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
eicrecon
-client
Definition
CalorimeterClusterRecoCoG.cc:37
eicrecon::ScatteredElectronsEMinusPzConfig
Definition
ScatteredElectronsEMinusPzConfig.h:11
eicrecon::ScatteredElectronsEMinusPzConfig::maxEMinusPz
float maxEMinusPz
Definition
ScatteredElectronsEMinusPzConfig.h:17
eicrecon::ScatteredElectronsEMinusPzConfig::minEMinusPz
float minEMinusPz
Definition
ScatteredElectronsEMinusPzConfig.h:16
Generated by
1.9.8