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 
10 
12 
16 
17 #include <string>
18 #include<vector>
19 #include<map>
20 #include<iostream>
21 
22 
23 
24 namespace cms
25 {
27  {
28  public:
29 
30  explicit ReconstructerFP420(const edm::ParameterSet& conf);
31  //ReconstructerFP420();
32 
33  virtual ~ReconstructerFP420();
34 
35  virtual void beginJob();
36 
37  // virtual void produce(ClusterCollectionFP420 &, RecoCollectionFP420 &);
38  virtual void produce(edm::Event& e, const edm::EventSetup& c);
39 
40  private:
41  typedef std::vector<std::string> vstring;
44 
46  int verbosity;
47  int VtxFlag;
49 
50  };
51 }
52 #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)