CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ShallowSimhitClustersProducer.h
Go to the documentation of this file.
1 #ifndef SHALLOW_SIMHITCLUSTERS_PRODUCER
2 #define SHALLOW_SIMHITCLUSTERS_PRODUCER
3 
8 class SiStripCluster;
9 
11  public:
13  private:
14  std::vector<edm::InputTag> inputTags;
17 
18  void produce( edm::Event &, const edm::EventSetup & );
19  shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned&,
20  const float&,
21  const shallow::CLUSTERMAP&,
23 };
24 #endif
shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned &, const float &, const shallow::CLUSTERMAP &, const edmNew::DetSetVector< SiStripCluster > &) const
std::vector< edm::InputTag > inputTags
ShallowSimhitClustersProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &)
std::map< std::pair< uint32_t, uint16_t >, unsigned int > CLUSTERMAP
Definition: ShallowTools.h:16