CMS 3D CMS Logo

TrackerPSimHitSelector.h
Go to the documentation of this file.
1 #ifndef TrackingAnalysis_TrackerPSimHitSelector_h
2 #define TrackingAnalysis_TrackerPSimHitSelector_h
3 
7 
10 public:
12  /* Creates a TrackerPSimHitSelector with association given by pset.
13 
14  /param[in] pset with the configuration values
15  */
18 
20  void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override;
21 
22 private:
24 };
25 
26 #endif
ESGetTokenH3DDVariant esConsumes(std::string const &Record, edm::ConsumesCollector &)
Definition: DeDxTools.cc:283
Definition: config.py:1
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > cableToken_
PSimHitSelector class.
std::vector< PSimHit > PSimHitCollection
void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override
Pre-process event information.
TrackerPSimHitSelector class.
TrackerPSimHitSelector(edm::ParameterSet const &config, edm::ConsumesCollector &iC)
Constructor by pset.