CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimGeneral/TrackingAnalysis/interface/MuonPSimHitSelector.h

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