CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 namespace cms {
27  public:
28  explicit TrackerizerFP420(const edm::ParameterSet& conf);
29  //TrackerizerFP420();
30 
31  ~TrackerizerFP420() override;
32 
33  void beginJob() override;
34 
35  // virtual void produce(ClusterCollectionFP420 &, TrackCollectionFP420 &);
36  void produce(edm::Event& e, const edm::EventSetup& c) override;
37 
38  private:
39  typedef std::vector<std::string> vstring;
42 
44  // FP420TrackMain startFP420TrackMain_;
45  //bool UseNoiseBadElectrodeFlagFromDB_;
46  int verbosity;
47  };
48 } // namespace cms
49 #endif
const edm::EventSetup & c
TrackerizerFP420(const edm::ParameterSet &conf)
void beginJob() override
FP420TrackMain * sFP420TrackMain_
void produce(edm::Event &e, const edm::EventSetup &c) override
edm::ParameterSet conf_
std::vector< std::string > vstring