CMS 3D CMS Logo

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