CMS 3D CMS Logo

ReconstructerFP420.h

Go to the documentation of this file.
00001 #ifndef ReconstructerFP420_h
00002 #define ReconstructerFP420_h
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "FWCore/Framework/interface/Event.h"
00006 //#include "FWCore/Framework/interface/Handle.h"
00007 #include "FWCore/Framework/interface/EventSetup.h"
00008 
00009 #include "DataFormats/Common/interface/EDProduct.h"
00010 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00011 
00012 #include "SimG4Core/Watcher/interface/SimWatcher.h"
00013 
00014 #include "RecoRomanPot/RecoFP420/interface/FP420RecoMain.h"
00015 
00016 #include "DataFormats/FP420Cluster/interface/TrackCollectionFP420.h"
00017 #include "DataFormats/FP420Cluster/interface/RecoFP420.h"
00018 #include "DataFormats/FP420Cluster/interface/RecoCollectionFP420.h"
00019 
00020 #include <string>
00021 #include<vector>
00022 #include<map>
00023 #include<iostream>
00024 using namespace std;
00025 
00026 
00027 namespace cms
00028 {
00029   class ReconstructerFP420: public edm::EDProducer
00030   {
00031   public:
00032     
00033     explicit ReconstructerFP420(const edm::ParameterSet& conf);
00034     //ReconstructerFP420();
00035     
00036     virtual ~ReconstructerFP420();
00037     
00038     virtual void beginJob();
00039     
00040     //  virtual void produce(ClusterCollectionFP420 &, RecoCollectionFP420 &);
00041     virtual void produce(edm::Event& e, const edm::EventSetup& c);
00042     
00043   private:
00044     typedef std::vector<std::string> vstring;
00045     edm::ParameterSet conf_;
00046     vstring trackerContainers;
00047 
00048     FP420RecoMain* sFP420RecoMain_;
00049     int verbosity;
00050   };
00051 }
00052 #endif

Generated on Tue Jun 9 17:44:54 2009 for CMSSW by  doxygen 1.5.4