CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReconstructerFP420.h
Go to the documentation of this file.
1 #ifndef ReconstructerFP420_h
2 #define ReconstructerFP420_h
3 
6 //#include "FWCore/Framework/interface/Handle.h"
8 
11 
13 
17 
18 #include <string>
19 #include<vector>
20 #include<map>
21 #include<iostream>
22 
23 
24 
25 namespace cms
26 {
28  {
29  public:
30 
31  explicit ReconstructerFP420(const edm::ParameterSet& conf);
32  //ReconstructerFP420();
33 
34  virtual ~ReconstructerFP420();
35 
36  virtual void beginJob();
37 
38  // virtual void produce(ClusterCollectionFP420 &, RecoCollectionFP420 &);
39  virtual void produce(edm::Event& e, const edm::EventSetup& c);
40 
41  private:
42  typedef std::vector<std::string> vstring;
45 
47  int verbosity;
48  int VtxFlag;
50 
51  };
52 }
53 #endif
std::vector< std::string > vstring
FP420RecoMain * sFP420RecoMain_
ReconstructerFP420(const edm::ParameterSet &conf)
tuple conf
Definition: dbtoconf.py:185
virtual void produce(edm::Event &e, const edm::EventSetup &c)