CMS 3D CMS Logo

ShallowSimhitClustersProducer.h
Go to the documentation of this file.
1 #ifndef SHALLOW_SIMHITCLUSTERS_PRODUCER
2 #define SHALLOW_SIMHITCLUSTERS_PRODUCER
3 
11 
13  public:
15  private:
16  //std::vector<edm::InputTag> inputTags;
17  std::vector< edm::EDGetTokenT< std::vector<PSimHit> > > simhits_tokens_;
21 
22  void produce( edm::Event &, const edm::EventSetup & ) override;
23  shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned&,
24  const float&,
25  const shallow::CLUSTERMAP&,
27 };
28 #endif
shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned &, const float &, const shallow::CLUSTERMAP &, const edmNew::DetSetVector< SiStripCluster > &) const
ShallowSimhitClustersProducer(const edm::ParameterSet &)
const edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusters_token_
void produce(edm::Event &, const edm::EventSetup &) override
std::map< std::pair< uint32_t, uint16_t >, unsigned int > CLUSTERMAP
Definition: ShallowTools.h:19
std::vector< edm::EDGetTokenT< std::vector< PSimHit > > > simhits_tokens_