CMS 3D CMS Logo

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 }
T getParameter(std::string const &) const
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:124
def create(alignables, pedeDump, additionalData, outputFile, config)
std::unique_ptr< TrajectoryCleaner > ReturnType
ReturnType produce(const TrackingComponentsRecord &)
TrajectoryCleanerESProducer(const edm::ParameterSet &)
T get(const Candidate &c)
Definition: component.h:55