#include <TrajSeedMatcher.h>
Public Member Functions | |
MatchingCuts (const edm::ParameterSet &pset) | |
bool | operator() (const HitInfo &hit, const float scEt, const float scEta) const |
Private Member Functions | |
float | getDRZCutValue (const float scEt, const float scEta) const |
Private Attributes | |
const double | dPhiMax_ |
const double | dRZMax_ |
const std::vector< double > | dRZMaxLowEt_ |
const std::vector< double > | dRZMaxLowEtEtaBins_ |
const double | dRZMaxLowEtThres_ |
Definition at line 146 of file TrajSeedMatcher.h.
|
explicit |
Definition at line 377 of file TrajSeedMatcher.cc.
References dRZMaxLowEt_, dRZMaxLowEtEtaBins_, and Exception.
|
private |
Definition at line 399 of file TrajSeedMatcher.cc.
References funct::abs(), dRZMax_, dRZMaxLowEt_, dRZMaxLowEtEtaBins_, and dRZMaxLowEtThres_.
Referenced by operator()().
bool TrajSeedMatcher::MatchingCuts::operator() | ( | const HitInfo & | hit, |
const float | scEt, | ||
const float | scEta | ||
) | const |
Definition at line 389 of file TrajSeedMatcher.cc.
References funct::abs(), TrajSeedMatcher::HitInfo::dPhi(), dPhiMax_, TrajSeedMatcher::HitInfo::dRZ(), dRZMax_, and getDRZCutValue().
|
private |
Definition at line 153 of file TrajSeedMatcher.h.
Referenced by operator()().
|
private |
Definition at line 154 of file TrajSeedMatcher.h.
Referenced by getDRZCutValue(), and operator()().
|
private |
Definition at line 157 of file TrajSeedMatcher.h.
Referenced by getDRZCutValue(), and MatchingCuts().
|
private |
Definition at line 156 of file TrajSeedMatcher.h.
Referenced by getDRZCutValue(), and MatchingCuts().
|
private |
Definition at line 155 of file TrajSeedMatcher.h.
Referenced by getDRZCutValue().