CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronRecalibSuperClusterAssociator.h
Go to the documentation of this file.
1 #ifndef ElectronRecalibSuperClusterAssociator_h
2 #define ElectronRecalibSuperClusterAssociator_h
3 
4 //
5 // Package: RecoEgamma/EgammaElectronProducers
6 // Class: ElectronRecalibSuperClusterAssociator
7 //
8 // Description:
9 
10 
15 
17 
19 
20 #include <string>
21 
22 class PixelMatchElectronAlgo;
23 
25 {
26  public:
27 
29 
31 
32  virtual void produce(edm::Event& e, const edm::EventSetup& c);
33 
34  private:
35 
36  std::string scProducer_;
37  std::string scCollection_;
38 
39  std::string scIslandProducer_;
40  std::string scIslandCollection_;
41 
42  std::string electronProducer_;
43  std::string electronCollection_;
44 
45 };
46 #endif
ElectronRecalibSuperClusterAssociator(const edm::ParameterSet &conf)
virtual void produce(edm::Event &e, const edm::EventSetup &c)
tuple conf
Definition: dbtoconf.py:185