EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
CKFTrackingConfig.h
Go to the documentation of this file.
1// Created by Dmitry Romanov
2// Subject to the terms in the LICENSE file found in the top-level directory.
3//
4
5#pragma once
6
7#include <vector>
8
9namespace eicrecon {
11 std::vector<double> etaBins = {};
12 std::vector<double> chi2CutOff = {15.};
13 std::vector<std::size_t> numMeasurementsCutOff = {10};
14
15 std::size_t numMeasurementsMin = 4;
16};
17} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition CKFTrackingConfig.h:10
std::size_t numMeasurementsMin
Definition CKFTrackingConfig.h:15
std::vector< double > chi2CutOff
Definition CKFTrackingConfig.h:12
std::vector< double > etaBins
Definition CKFTrackingConfig.h:11
std::vector< std::size_t > numMeasurementsCutOff
Definition CKFTrackingConfig.h:13