CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
11 
12 //#include "SimG4Core/Watcher/interface/SimWatcher.h"
13 
15 
17 
20 
21 #include <string>
22 #include<vector>
23 #include<map>
24 #include<iostream>
25 
26 
27 
28 
29 namespace cms
30 {
32  {
33  public:
34 
35  explicit TrackerizerFP420(const edm::ParameterSet& conf);
36  //TrackerizerFP420();
37 
38  virtual ~TrackerizerFP420();
39 
40  virtual void beginJob();
41 
42  // virtual void produce(ClusterCollectionFP420 &, TrackCollectionFP420 &);
43  virtual void produce(edm::Event& e, const edm::EventSetup& c);
44 
45  private:
46  typedef std::vector<std::string> vstring;
49 
51  // FP420TrackMain startFP420TrackMain_;
52  //bool UseNoiseBadElectrodeFlagFromDB_;
53  int verbosity;
54  };
55 }
56 #endif
TrackerizerFP420(const edm::ParameterSet &conf)
FP420TrackMain * sFP420TrackMain_
tuple conf
Definition: dbtoconf.py:185
edm::ParameterSet conf_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
std::vector< std::string > vstring