Main Page
Namespaces
Classes
Package Documentation
SimGeneral
TrackingAnalysis
interface
MuonPSimHitSelector.h
Go to the documentation of this file.
1
#ifndef TrackingAnalysis_MuonPSimHitSelector_h
2
#define TrackingAnalysis_MuonPSimHitSelector_h
3
4
#include "
SimGeneral/TrackingAnalysis/interface/PSimHitSelector.h
"
5
7
class
MuonPSimHitSelector
:
public
PSimHitSelector
8
{
9
10
public
:
11
13
/* Creates a MuonPSimHitSelector with association given by pset.
14
15
/param[in] pset with the configuration values
16
*/
17
MuonPSimHitSelector
(
edm::ParameterSet
const
&
config
) :
PSimHitSelector
(config) {}
18
20
virtual
void
select
(
PSimHitCollection
&,
edm::Event
const
&,
edm::EventSetup
const
&)
const
;
21
22
};
23
24
#endif
PSimHitSelector.h
config
Definition:
config.py:1
MuonPSimHitSelector::MuonPSimHitSelector
MuonPSimHitSelector(edm::ParameterSet const &config)
Constructor by pset.
Definition:
MuonPSimHitSelector.h:17
PSimHitSelector
PSimHitSelector class.
Definition:
PSimHitSelector.h:15
edm::EventSetup
Definition:
EventSetup.h:45
PSimHitSelector::PSimHitCollection
std::vector< PSimHit > PSimHitCollection
Definition:
PSimHitSelector.h:20
MuonPSimHitSelector::select
virtual void select(PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const
Pre-process event information.
Definition:
MuonPSimHitSelector.cc:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:66
MuonPSimHitSelector
MuonPSimHitSelector class.
Definition:
MuonPSimHitSelector.h:7
Generated for CMSSW Reference Manual by
1.8.11