CMS 3D CMS Logo

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