EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
UndoAfterBurnerConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2024 Alex Jentsch, Jihee Kim, Brian Page
3//
4
5#pragma once
6
7namespace eicrecon {
8
10
12 double m_crossing_angle = -0.025;
13 double m_pid_purity = 0.51;
14 bool m_correct_beam_FX = true;
15 bool m_pid_use_MC_truth = true;
16 int m_max_gen_status = 1000; // Upper limit on generator status to process (-1 = no limit)
17};
18
19} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition UndoAfterBurnerConfig.h:9
double m_pid_purity
Definition UndoAfterBurnerConfig.h:13
int m_max_gen_status
Definition UndoAfterBurnerConfig.h:16
bool m_pid_use_MC_truth
Definition UndoAfterBurnerConfig.h:15
bool m_pid_assume_pion_mass
Definition UndoAfterBurnerConfig.h:11
bool m_correct_beam_FX
Definition UndoAfterBurnerConfig.h:14
double m_crossing_angle
Definition UndoAfterBurnerConfig.h:12