CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DigitizerFP420.h
Go to the documentation of this file.
1 #ifndef DigitizerFP420_h
2 #define DigitizerFP420_h
3 
5 
10 
12 
18 
20 
23 
24 #include <CLHEP/Vector/ThreeVector.h>
25 #include <iostream>
26 #include <map>
27 #include <string>
28 #include <vector>
29 
30 namespace cms {
32  public:
33  explicit DigitizerFP420(const edm::ParameterSet &conf);
34 
35  ~DigitizerFP420() override;
36 
37  void produce(edm::Event &e, const edm::EventSetup &c) override;
38 
39  private:
40  typedef std::vector<std::string> vstring;
41  typedef std::map<unsigned int, std::vector<PSimHit>, std::less<unsigned int>> simhit_map;
42  typedef simhit_map::iterator simhit_map_iterator;
44 
47 
49  int numStrips; // number of strips in the module
50 
51  int dn0, sn0, pn0, rn0, verbosity;
52 
53  std::vector<HDigiFP420> collector;
54  };
55 } // namespace cms
56 
57 #endif
const edm::EventSetup & c
DigitizerFP420(const edm::ParameterSet &conf)
FP420DigiMain * stripDigitizer_
simhit_map::iterator simhit_map_iterator
edm::ParameterSet conf_
void produce(edm::Event &e, const edm::EventSetup &c) override
std::vector< HDigiFP420 > collector
~DigitizerFP420() override
std::vector< std::string > vstring
std::map< unsigned int, std::vector< PSimHit >, std::less< unsigned int > > simhit_map