48 produces<edmNew::DetSetVector<SiStripApproximateCluster>>();
52 auto result = std::make_unique<edmNew::DetSetVector<SiStripApproximateCluster>>();
58 for (
const auto& cluster : detClusters) {
59 float barycenter = cluster.barycenter();
60 uint8_t
width = cluster.width();
61 float avgCharge = cluster.avgCharge();
65 barycenter = std::round(barycenter);
68 avgCharge = std::round(avgCharge);
71 barycenter = std::round(barycenter);
72 avgCharge = std::round(avgCharge);
75 barycenter = std::round(barycenter * 10) / 10;
78 avgCharge = std::round(avgCharge);
81 barycenter = std::round(barycenter * 10) / 10;
84 avgCharge = std::round(avgCharge * 10) / 10;
100 descriptions.
add(
"SiStripApprox2ApproxClusters",
desc);
T getParameter(std::string const &) const
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< edmNew::DetSetVector< SiStripApproximateCluster > > clusterToken
std::string approxVersionS
SiStripApprox2ApproxClusters(const edm::ParameterSet &conf)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void produce(edm::Event &, const edm::EventSetup &) override
edm::InputTag inputApproxClusters