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 
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 
26 
27 
28 namespace cms
29 {
31  {
32  public:
33 
34  explicit TrackerizerFP420(const edm::ParameterSet& conf);
35  //TrackerizerFP420();
36 
37  virtual ~TrackerizerFP420();
38 
39  virtual void beginJob();
40 
41  // virtual void produce(ClusterCollectionFP420 &, TrackCollectionFP420 &);
42  virtual void produce(edm::Event& e, const edm::EventSetup& c);
43 
44  private:
45  typedef std::vector<std::string> vstring;
48 
50  // FP420TrackMain startFP420TrackMain_;
51  //bool UseNoiseBadElectrodeFlagFromDB_;
52  int verbosity;
53  };
54 }
55 #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