CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/SimGeneral/TrackingAnalysis/interface/PixelPSimHitSelector.h

Go to the documentation of this file.
00001 #ifndef TrackingAnalysis_PixelPSimHitSelector_h
00002 #define TrackingAnalysis_PixelPSimHitSelector_h
00003 
00004 #include "SimGeneral/TrackingAnalysis/interface/PSimHitSelector.h"
00005 
00007 class PixelPSimHitSelector : public PSimHitSelector
00008 {
00009 
00010 public:
00011 
00013     /* Creates a PixelPSimHitSelector with association given by pset.
00014 
00015        /param[in] pset with the configuration values
00016     */
00017     PixelPSimHitSelector(edm::ParameterSet const & config) : PSimHitSelector(config) {}
00018 
00020     virtual void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const;
00021 
00022 };
00023 
00024 #endif