CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ShallowSimhitClustersProducer.h
Go to the documentation of this file.
1 #ifndef SHALLOW_SIMHITCLUSTERS_PRODUCER
2 #define SHALLOW_SIMHITCLUSTERS_PRODUCER
3 
17 
19 public:
21 
22 private:
23  std::vector<edm::EDGetTokenT<std::vector<PSimHit> > > simhits_tokens_;
30 
31  void produce(edm::Event&, const edm::EventSetup&) override;
32  shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned&,
33  const float&,
34  const shallow::CLUSTERMAP&,
36 };
37 #endif
shallow::CLUSTERMAP::const_iterator match_cluster(const unsigned &, const float &, const shallow::CLUSTERMAP &, const edmNew::DetSetVector< SiStripCluster > &) const
std::vector< edm::EDGetTokenT< std::vector< PSimHit > > > simhits_tokens_
const edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleRcd > laToken_
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:21
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geomToken_
const edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magFieldToken_