CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TrajectoryCleanerESProducer.cc
Go to the documentation of this file.
3 
5 
8 
10 
12 public:
15 
16  typedef std::unique_ptr<TrajectoryCleaner> ReturnType;
17 
19 
20 private:
24 };
25 
27  theComponentName = iConfig.getParameter<std::string>("ComponentName");
28  theComponentType = iConfig.getParameter<std::string>("ComponentType");
29 
32 }
33 
35 
36 // ------------ method called to produce the data ------------
38  using namespace edm::es;
39 
41 }
42 
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:163
std::unique_ptr< TrajectoryCleaner > ReturnType
ReturnType produce(const TrackingComponentsRecord &)
TrajectoryCleanerESProducer(const edm::ParameterSet &)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
Definition: ModuleFactory.h:60
#define get