#include <TrajSeedMatcher.h>
|
size_t | getBinNr (float eta) const |
|
float | getCutValue (float et, float highEt, float highEtThres, float lowEtGrad) const |
|
Definition at line 106 of file TrajSeedMatcher.h.
Definition at line 411 of file TrajSeedMatcher.cc.
References dPhiHighEt_, dPhiHighEtThres_, dPhiLowEtGrad_, dRZHighEt_, dRZHighEtThres_, dRZLowEtGrad_, etaBins_, Exception, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
419 auto binSizeCheck = [](
size_t sizeEtaBins,
const std::vector<double>& vec,
const std::string&
name) {
420 if (vec.size() != sizeEtaBins + 1) {
422 <<
" when constructing TrajSeedMatcher::MatchingCutsV2 " <<
name <<
" has " << vec.size()
423 <<
" bins, it should be equal to #bins of etaBins+1" << sizeEtaBins + 1;
std::vector< double > dRZLowEtGrad_
std::vector< double > dPhiLowEtGrad_
std::vector< double > etaBins_
std::vector< double > dPhiHighEt_
T getParameter(std::string const &) const
std::vector< double > dPhiHighEtThres_
std::vector< double > dRZHighEtThres_
std::vector< double > dRZHighEt_
size_t TrajSeedMatcher::MatchingCutsV2::getBinNr |
( |
float |
eta | ) |
const |
|
private |
float TrajSeedMatcher::MatchingCutsV2::getCutValue |
( |
float |
et, |
|
|
float |
highEt, |
|
|
float |
highEtThres, |
|
|
float |
lowEtGrad |
|
) |
| const |
|
inlineprivate |
bool TrajSeedMatcher::MatchingCutsV2::operator() |
( |
const SCHitMatch & |
scHitMatch | ) |
const |
|
overridevirtual |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dPhiHighEt_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dPhiHighEtThres_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dPhiLowEtGrad_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dRZHighEt_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dRZHighEtThres_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::dRZLowEtGrad_ |
|
private |
std::vector<double> TrajSeedMatcher::MatchingCutsV2::etaBins_ |
|
private |