CMS 3D CMS Logo

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