13 produces<unsigned int>();
23 std::vector<edm::Handle<edm::DetSetVector<SiStripDigi> > > di;
27 unsigned int digiadc = 0;
31 for (std::vector<SiStripDigi>::const_iterator vit = (it->data).begin(); vit != (it->data).end(); vit++)
32 digiadc += vit->adc();
37 unsigned int amplclus = 0;
39 for (std::vector<SiStripCluster>::const_iterator vit = (it->data).begin(); vit != (it->data).end(); vit++) {
40 for (
auto ia = vit->amplitudes().begin(); ia != vit->amplitudes().end(); ia++) {
48 e.put(std::make_unique<unsigned int>(amplclus));
49 e.put(std::make_unique<int>(decision));
unsigned int ChargeThreshold
T getParameter(std::string const &) const
MTCCHLTrigger(const edm::ParameterSet &ps)
std::string clusterProducer
bool filter(edm::Event &e, edm::EventSetup const &c) override
Namespace of DDCMS conversion namespace.
iterator begin()
Return an iterator to the first DetSet.
collection_type::const_iterator const_iterator
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.