CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 namespace cms {
24  public:
25  explicit ReconstructerFP420(const edm::ParameterSet& conf);
26  //ReconstructerFP420();
27 
28  ~ReconstructerFP420() override;
29 
30  void beginJob() override;
31 
32  // virtual void produce(ClusterCollectionFP420 &, RecoCollectionFP420 &);
33  void produce(edm::Event& e, const edm::EventSetup& c) override;
34 
35  private:
36  typedef std::vector<std::string> vstring;
39 
41  int verbosity;
42  int VtxFlag;
44  };
45 } // namespace cms
46 #endif
const edm::EventSetup & c
std::vector< std::string > vstring
FP420RecoMain * sFP420RecoMain_
ReconstructerFP420(const edm::ParameterSet &conf)
void produce(edm::Event &e, const edm::EventSetup &c) override