CMS 3D CMS Logo

PixelToFEDAssociateFromAsciiESProducer.cc
Go to the documentation of this file.
2 
3 #include <string>
4 
5 using namespace edm;
6 
8  : theConfig(p) {
9  std::string myname = "PixelToFEDAssociateFromAscii";
10  setWhatProduced(this, myname);
11 }
12 
14 
15 std::unique_ptr<PixelToFEDAssociate> PixelToFEDAssociateFromAsciiESProducer::produce(
17  return std::make_unique<PixelToFEDAssociateFromAscii>(theConfig.getParameter<std::string>("fileName"));
18 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:166
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
std::unique_ptr< PixelToFEDAssociate > produce(const TrackerDigiGeometryRecord &)
HLT enums.