#include <FastStripCPE.h>
Private Attributes | |
std::map< std::pair< uint32_t, uint16_t >, std::pair < LocalPoint, LocalError > > | pos_err_map |
Additional Inherited Members | |
Public Types inherited from StripClusterParameterEstimator | |
typedef std::pair < MeasurementPoint, MeasurementError > | MeasurementValues |
Public Types inherited from ClusterParameterEstimator< SiStripCluster > | |
typedef std::pair< LocalPoint, LocalError > | LocalValues |
typedef std::vector< LocalValues > | VLocalValues |
Definition at line 13 of file FastStripCPE.h.
|
inline |
Definition at line 16 of file FastStripCPE.h.
|
inlinevirtual |
Reimplemented from ClusterParameterEstimator< SiStripCluster >.
Definition at line 29 of file FastStripCPE.h.
References pos_err_map.
|
virtual |
Implements StripClusterParameterEstimator.
Definition at line 25 of file FastStripCPE.cc.
References edm::hlt::Exception.
void FastStripCPE::enterLocalParameters | ( | uint32_t | id, |
uint16_t | firstStrip, | ||
std::pair< LocalPoint, LocalError > | pos_err_info | ||
) | const |
Definition at line 8 of file FastStripCPE.cc.
References pos_err_map.
|
inlinevirtual |
Implements ClusterParameterEstimator< SiStripCluster >.
Definition at line 20 of file FastStripCPE.h.
StripClusterParameterEstimator::LocalValues FastStripCPE::localParameters | ( | const SiStripCluster & | cl | ) | const |
Definition at line 13 of file FastStripCPE.cc.
References edm::hlt::Exception, SiStripCluster::firstStrip(), SiStripCluster::geographicalId(), pos_err_map, and query::result.
|
mutableprivate |
Definition at line 36 of file FastStripCPE.h.
Referenced by clearParameters(), enterLocalParameters(), and localParameters().