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 <string>
27 #include<vector>
28 #include <iostream>
29 #include <map>
30 
31 namespace cms
32 {
34  {
35  public:
36 
37  explicit DigitizerFP420(const edm::ParameterSet& conf);
38 
39  virtual ~DigitizerFP420();
40 
41  virtual void produce(edm::Event& e, const edm::EventSetup& c);
42 
43  private:
44  typedef std::vector<std::string> vstring;
45  typedef std::map<unsigned int, std::vector<PSimHit>,std::less<unsigned int> > simhit_map;
46  typedef simhit_map::iterator simhit_map_iterator;
47  simhit_map SimHitMap;
48 
51 
53  int numStrips; // number of strips in the module
54 
55  int dn0, sn0, pn0, rn0, verbosity;
56 
57  std::vector<HDigiFP420> collector;
58  };
59 }
60 
61 #endif
DigitizerFP420(const edm::ParameterSet &conf)
FP420DigiMain * stripDigitizer_
simhit_map::iterator simhit_map_iterator
edm::ParameterSet conf_
std::vector< HDigiFP420 > collector
std::vector< std::string > vstring
std::map< unsigned int, std::vector< PSimHit >, std::less< unsigned int > > simhit_map
virtual void produce(edm::Event &e, const edm::EventSetup &c)