Go to the documentation of this file.
45 <<
"Use of the `onDemand` feature of SiPixelClusterShapeCacheProducer is no longer supported";
47 produces<SiPixelClusterShapeCache>();
55 desc.
add<
bool>(
"onDemand",
false)->setComment(
"The on demand feature is no longer supported");
56 descriptions.
add(
"siPixelClusterShapeCache", desc);
66 auto output = std::make_unique<SiPixelClusterShapeCache>(
input);
72 for (
const auto& detSet : *
input) {
74 const PixelGeomDetUnit* pixDet = dynamic_cast<const PixelGeomDetUnit*>(genericDet);
78 for (; iCluster != endCluster; ++iCluster) {
80 if (not
output->isFilled(clusterRef)) {
ParameterDescriptionBase * add(U const &iLabel, T const &value)
static const std::string input
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > makeRefTo(const HandleT &iHandle, typename HandleT::element_type::value_type::const_iterator itIter)
const edm::EDGetTokenT< InputCollection > token_
void produce(edm::StreamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const override
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void determineShape(const PixelGeomDetUnit &pixelDet, const SiPixelRecHit &recHit, ClusterData &data)
T getParameter(std::string const &) const
~SiPixelClusterShapeCacheProducer() override
char data[epos_bytes_allocation]
SiPixelClusterShapeCacheProducer(const edm::ParameterSet &iConfig)
const data_type * const_iterator