CMS 3D CMS Logo

DigitizerFP420.h
Go to the documentation of this file.
1 #ifndef DigitizerFP420_h
2 #define DigitizerFP420_h
3 
5 #include "boost/shared_ptr.hpp"
6 
11 
13 
19 
21 
24 
25 #include <CLHEP/Vector/ThreeVector.h>
26 #include <iostream>
27 #include <map>
28 #include <string>
29 #include <vector>
30 
31 namespace cms {
33  public:
34  explicit DigitizerFP420(const edm::ParameterSet &conf);
35 
36  ~DigitizerFP420() override;
37 
38  void produce(edm::Event &e, const edm::EventSetup &c) override;
39 
40  private:
41  typedef std::vector<std::string> vstring;
42  typedef std::map<unsigned int, std::vector<PSimHit>, std::less<unsigned int>> simhit_map;
43  typedef simhit_map::iterator simhit_map_iterator;
44  simhit_map SimHitMap;
45 
48 
50  int numStrips; // number of strips in the module
51 
52  int dn0, sn0, pn0, rn0, verbosity;
53 
54  std::vector<HDigiFP420> collector;
55  };
56 } // namespace cms
57 
58 #endif
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
Namespace of DDCMS conversion namespace.
std::map< unsigned int, std::vector< PSimHit >, std::less< unsigned int > > simhit_map