CMS 3D CMS Logo

PixelTemplateSmearerPlugin.cc
Go to the documentation of this file.
1 
2 // SiPixel Gaussian Smearing
7 
8 // Geometry
14 
15 // Famos
18 
19 
22 {
23 public:
26  edm::ConsumesCollector& consumesCollector
27  );
28  ~PixelTemplateSmearerPlugin() override;
29 };
30 
31 
33  const std::string& name,
35  edm::ConsumesCollector& consumesCollector
36 ):
37  PixelTemplateSmearerBase(name, config, consumesCollector)
38 {
39 }
40 
41 
43 {
44 }
45 
46 
50  "PixelTemplateSmearerPlugin"
51 );
If we ever need to port back to 9X: include "Geometry/CommonDetUnit/interface/GeomDetUnit.h".
PixelTemplateSmearerPlugin(const std::string &name, const edm::ParameterSet &config, edm::ConsumesCollector &consumesCollector)
Definition: config.py:1
#define DEFINE_EDM_PLUGIN(factory, type, name)