CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RegressionEnergyPatElectronProducer.h
Go to the documentation of this file.
1 #ifndef RegressionEnergyPatElectronProducer_h
2 #define RegressionEnergyPatElectronProducer_h
3 
9 
12 
14 //#include "EGamma/EGammaAnalysisTools/interface/ElectronEnergyRegressionEvaluate.h"
15 
17 {
18  public:
19 
22  virtual void produce( edm::Event &, const edm::EventSetup & ) ;
23 
24  private:
25 
26  // input collections
32 
33  //
35 
36  //output collection
37  // std::string outputCollection_;
38  std::string nameEnergyReg_;
39  std::string nameEnergyErrorReg_;
40 
43  std::string regressionInputFile_;
44  bool debug_ ;
49 
50 
53  unsigned nElectrons_;
54 } ;
55 
56 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
ElectronEnergyRegressionEvaluate * regressionEvaluator_