CMS 3D CMS Logo

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  // virtual void produce(ClusterCollectionFP420 &, RecoCollectionFP420 &);
31  void produce(edm::Event& e, const edm::EventSetup& c) override;
32 
33  private:
34  typedef std::vector<std::string> vstring;
37 
39  int verbosity;
40  int VtxFlag;
42  };
43 } // namespace cms
44 #endif
std::vector< std::string > vstring
FP420RecoMain * sFP420RecoMain_
ReconstructerFP420(const edm::ParameterSet &conf)
void produce(edm::Event &e, const edm::EventSetup &c) override
Namespace of DDCMS conversion namespace.