41 if (!
p.exists(
"ComponentType"))
42 edm::LogWarning(
"StripCPEESProducer") <<
" the CPE producer should contain a ComponentType, probably identical to "
43 "ComponentName in the first step of migration. Falling back to:"
48 std::map<std::string, CPE_t> enumMap;
53 if (enumMap.find(
type) == enumMap.end())
75 std::unique_ptr<StripClusterParameterEstimator> cpe;
79 cpe = std::make_unique<StripCPE>(
84 cpe = std::make_unique<StripCPEfromTrackAngle>(
89 cpe = std::make_unique<StripCPEgeometric>(
94 cpe = std::make_unique<StripFakeCPE>();