test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryCleanerESProducer.cc
Go to the documentation of this file.
3 
5 {
6  theComponentName = iConfig.getParameter<std::string>("ComponentName");
7  theComponentType = iConfig.getParameter<std::string>("ComponentType");
8 
9  theConfig = iConfig;
11 }
12 
13 
15 
16 // ------------ method called to produce the data ------------
19 {
20  using namespace edm::es;
21 
23  return tc;
24 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
ReturnType produce(const TrackingComponentsRecord &)
boost::shared_ptr< TrajectoryCleaner > ReturnType
TrajectoryCleanerESProducer(const edm::ParameterSet &)
T get(const Candidate &c)
Definition: component.h:55