74 produces<std::map<unsigned int, int> >();
78 std::vector<edm::ParameterSet> wantedsubds(iConfig.
getParameter<std::vector<edm::ParameterSet> >(
"wantedSubDets"));
82 for (std::vector<edm::ParameterSet>::iterator ps = wantedsubds.begin(); ps != wantedsubds.end(); ++ps) {
84 m_subdetsel.push_back(ps->getParameter<
int>(
"subDetEnum"));
100 LogDebug(
"Multiplicity") <<
" Ready to go";
104 std::unique_ptr<std::map<unsigned int, int> > mults(
new std::map<unsigned int, int>);
131 for (std::map<unsigned int, int>::const_iterator it = mults->begin(); it != mults->end(); ++it) {
132 LogDebug(
"Multiplicity") <<
" Found " << it->second <<
" digis/clusters in " << it->first;