1 #ifndef Watcher_SimProducer_h
2 #define Watcher_SimProducer_h
25 #include "boost/bind.hpp"
26 #include "boost/shared_ptr.hpp"
38 namespace simproducer {
81 std::for_each(m_info.begin(), m_info.end(),
102 std::vector<boost::shared_ptr< simproducer::ProductInfoBase> >
m_info;
void produces(const std::string &instanceName)
void registerProducts(edm::ProducerBase &iProd)
const std::string & instanceName() const
void registerProduct(edm::ProducerBase *iProd) const
std::string m_instanceName
std::vector< boost::shared_ptr< simproducer::ProductInfoBase > > m_info
virtual ~ProductInfoBase()
virtual void registerProduct(edm::ProducerBase *) const =0
ProductInfoBase(const std::string &iInstanceName)
ProductInfo(const std::string &iInstanceName)