1 #ifndef FastSimulation_TrackingRecHitProducer_FastStripCPE_H
2 #define FastSimulation_TrackingRecHitProducer_FastStripCPE_H
10 #include <ext/hash_map>
27 void enterLocalParameters(uint32_t
id, uint16_t firstStrip,
const std::pair<LocalPoint,LocalError>& pos_err_info);
34 std::unique_ptr<ClusterParameterEstimator<SiStripCluster>>
clone()
const;
39 mutable std::map<std::pair<uint32_t, uint16_t>,std::pair<LocalPoint, LocalError> >
pos_err_map;
void enterLocalParameters(uint32_t id, uint16_t firstStrip, const std::pair< LocalPoint, LocalError > &pos_err_info)
std::pair< LocalPoint, LocalError > LocalValues
StripClusterParameterEstimator::LocalValues localParameters(const SiStripCluster &cl, const GeomDetUnit &det) const
std::unique_ptr< ClusterParameterEstimator< SiStripCluster > > clone() const
void clearParameters() const
LocalVector driftDirection(const StripGeomDetUnit *det) const
std::map< std::pair< uint32_t, uint16_t >, std::pair< LocalPoint, LocalError > > pos_err_map