CMS 3D CMS Logo

PixelPSimHitSelector.h
Go to the documentation of this file.
1 #ifndef TrackingAnalysis_PixelPSimHitSelector_h
2 #define TrackingAnalysis_PixelPSimHitSelector_h
3 
5 
8 public:
10  /* Creates a PixelPSimHitSelector 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
void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override
Pre-process event information.
PSimHitSelector class.
std::vector< PSimHit > PSimHitCollection
PixelPSimHitSelector class.
PixelPSimHitSelector(edm::ParameterSet const &config)
Constructor by pset.