CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AbstractConfReconstructor.h
Go to the documentation of this file.
1 #ifndef _AbstractConfReconstructor_H_
2 #define _AbstractConfReconstructor_H_
3 
6 
13 public:
17  virtual void configure(const edm::ParameterSet&) = 0;
18  virtual edm::ParameterSet defaults() const = 0;
20  AbstractConfReconstructor* clone() const override = 0;
21 };
22 
23 #endif
virtual void configure(const edm::ParameterSet &)=0
AbstractConfReconstructor * clone() const override=0
virtual edm::ParameterSet defaults() const =0