CMS 3D CMS Logo

MuonPSimHitSelector.h
Go to the documentation of this file.
1 #ifndef TrackingAnalysis_MuonPSimHitSelector_h
2 #define TrackingAnalysis_MuonPSimHitSelector_h
3 
6 
8 
11 public:
13  /* Creates a MuonPSimHitSelector with association given by pset.
14 
15  /param[in] pset with the configuration values
16  */
19 
21  void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override;
22 
23 private:
25 };
26 
27 #endif
ESGetTokenH3DDVariant esConsumes(std::string const &Record, edm::ConsumesCollector &)
Definition: DeDxTools.cc:283
MuonPSimHitSelector(edm::ParameterSet const &config, edm::ConsumesCollector &iC)
Constructor by pset.
void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override
Pre-process event information.
Definition: config.py:1
PSimHitSelector class.
const edm::ESGetToken< CSCBadChambers, CSCBadChambersRcd > cscBadToken_
std::vector< PSimHit > PSimHitCollection
MuonPSimHitSelector class.