CMS 3D CMS Logo

TrackerizerFP420.h
Go to the documentation of this file.
1 #ifndef TrackerizerFP420_h
2 #define TrackerizerFP420_h
3 
6 //#include "FWCore/Framework/interface/Handle.h"
8 
10 
11 //#include "SimG4Core/Watcher/interface/SimWatcher.h"
12 
14 
16 
19 
20 #include <string>
21 #include <vector>
22 #include <map>
23 #include <iostream>
24 
25 namespace cms {
27  public:
28  explicit TrackerizerFP420(const edm::ParameterSet& conf);
29  //TrackerizerFP420();
30 
31  // virtual void produce(ClusterCollectionFP420 &, TrackCollectionFP420 &);
32  void produce(edm::StreamID, edm::Event& e, const edm::EventSetup& c) const override;
33 
34  private:
35  typedef std::vector<std::string> vstring;
37 
39  // FP420TrackMain startFP420TrackMain_;
40  //bool UseNoiseBadElectrodeFlagFromDB_;
41  int verbosity;
42  };
43 } // namespace cms
44 #endif
TrackerizerFP420(const edm::ParameterSet &conf)
void produce(edm::StreamID, edm::Event &e, const edm::EventSetup &c) const override
Namespace of DDCMS conversion namespace.
const FP420TrackMain sFP420TrackMain_
std::vector< std::string > vstring