CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelDigitizer.h
Go to the documentation of this file.
1 #ifndef SiPixelDigitizer_h
2 #define SiPixelDigitizer_h
3 
20 
27 //#include "SimDataFormats/TrackerDigiSimLink/interface/PixelDigiSimLinkCollection.h"
28 
29 namespace CLHEP {
30  class HepRandomEngine;
31 }
32 
33 namespace cms
34 {
36  {
37  public:
38 
39  explicit SiPixelDigitizer(const edm::ParameterSet& conf);
40 
41  virtual ~SiPixelDigitizer();
42 
43  virtual void produce(edm::Event& e, const edm::EventSetup& c);
44 
45  virtual void beginJob() {}
46  private:
48  bool first;
50  typedef std::vector<std::string> vstring;
52  typedef std::map<unsigned int, std::vector<PSimHit>,std::less<unsigned int> > simhit_map;
53  typedef simhit_map::iterator simhit_map_iterator;
55  std::vector<edm::DetSet<PixelDigi> > theDigiVector;
56  std::vector<edm::DetSet<PixelDigiSimLink> > theDigiLinkVector;
57  std::string geometryType;
58  CLHEP::HepRandomEngine* rndEngine;
59  // std::vector<PixelDigiSimLink> linkcollector;
60 
61  // infrastructure to reject dead pixels as defined in db (added by F.Blekman)
62  };
63 }
64 
65 
66 #endif
virtual void beginJob()
CLHEP::HepRandomEngine * rndEngine
std::vector< std::string > vstring
std::vector< edm::DetSet< PixelDigiSimLink > > theDigiLinkVector
tuple conf
Definition: dbtoconf.py:185
SiPixelDigitizerAlgorithm * _pixeldigialgo
edm::ParameterSet conf_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
simhit_map::iterator simhit_map_iterator
SiPixelDigitizer(const edm::ParameterSet &conf)
std::vector< edm::DetSet< PixelDigi > > theDigiVector
std::map< unsigned int, std::vector< PSimHit >, std::less< unsigned int > > simhit_map