CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelToLNKAssociateFromAsciiESProducer.cc
Go to the documentation of this file.
2 
3 #include <string>
4 
5 using namespace edm;
6 
9  : theConfig(p)
10 {
11  std::string myname = "PixelToLNKAssociateFromAscii";
12  setWhatProduced(this,myname);
13 }
14 
17 { }
18 
19 boost::shared_ptr<PixelToFEDAssociate> PixelToLNKAssociateFromAsciiESProducer::
21 {
22  theAssociator = boost::shared_ptr<PixelToFEDAssociate>(
24  theConfig.getParameter<std::string>("fileName")));
25  return theAssociator;
26 }
27 
T getParameter(std::string const &) const
boost::shared_ptr< PixelToFEDAssociate > produce(const TrackerDigiGeometryRecord &)
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
boost::shared_ptr< PixelToFEDAssociate > theAssociator