CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CSCChannelMapperESProducer.cc
Go to the documentation of this file.
2 
5 
7 
9  algoName = pset.getParameter<std::string>("AlgoName");
10 
11  LogTrace("CSCChannelMapperESProducer") << " will produce: " << algoName;
12 
13  setWhatProduced(this);
14 }
15 
17 
19  LogTrace("CSCChannelMapperESProducer") << " producing: " << algoName;
20 
22 }
23 
24 // define this as a plug-in
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
std::unique_ptr< CSCChannelMapperBase > BSP_TYPE
BSP_TYPE produce(const CSCChannelMapperRecord &)
CSCChannelMapperESProducer(const edm::ParameterSet &)
#define LogTrace(id)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
#define get