EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
LambdaReconstructionConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2026 Sebouh Paul, Baptiste Fraisse
3#pragma once
4#include <float.h>
5#include <DD4hep/Detector.h>
6
7namespace eicrecon {
8
10
12 std::string offsetPositionName = "HcalFarForwardZDC_SiPMonTile_r_pos";
14 double globalToProtonRotation = -0.025;
16 double lambdaMassWindow = 0.1;
17 double pi0Window = 0.1;
19 int iterations = 10;
20};
21
22} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition LambdaReconstructionConfig.h:9
int iterations
Definition LambdaReconstructionConfig.h:19
double globalToProtonRotation
Definition LambdaReconstructionConfig.h:14
std::string offsetPositionName
Definition LambdaReconstructionConfig.h:12
double pi0Window
Definition LambdaReconstructionConfig.h:17
double lambdaMassWindow
Definition LambdaReconstructionConfig.h:16