CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
PSimHitSelector class.
std::vector< PSimHit > PSimHitCollection
void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const override
Pre-process event information.
TrackerPSimHitSelector(edm::ParameterSet const &config)
Constructor by pset.
tuple config
parse the configuration file
TrackerPSimHitSelector class.