CMS 3D CMS Logo

MuonPSimHitSelector.h
Go to the documentation of this file.
1 #ifndef TrackingAnalysis_MuonPSimHitSelector_h
2 #define TrackingAnalysis_MuonPSimHitSelector_h
3 
5 
8 public:
10  /* Creates a MuonPSimHitSelector with association given by pset.
11 
12  /param[in] pset with the configuration values
13  */
15 
17  void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override;
18 };
19 
20 #endif
Definition: config.py:1
MuonPSimHitSelector(edm::ParameterSet const &config)
Constructor by pset.
PSimHitSelector class.
std::vector< PSimHit > PSimHitCollection
void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override
Pre-process event information.
MuonPSimHitSelector class.