CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerPSimHitSelector.h
Go to the documentation of this file.
1 #ifndef TrackingAnalysis_TrackerPSimHitSelector_h
2 #define TrackingAnalysis_TrackerPSimHitSelector_h
3 
5 
8 {
9 
10 public:
11 
13  /* Creates a TrackerPSimHitSelector with association given by pset.
14 
15  /param[in] pset with the configuration values
16  */
18 
20  virtual void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const;
21 
22 };
23 
24 #endif
virtual void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const
Pre-process event information.
PSimHitSelector class.
std::vector< PSimHit > PSimHitCollection
TrackerPSimHitSelector(edm::ParameterSet const &config)
Constructor by pset.
TrackerPSimHitSelector class.