PSimHitSelector class. More...
#include <PSimHitSelector.h>
Public Types | |
typedef std::vector< PSimHit > | PSimHitCollection |
Public Member Functions | |
PSimHitSelector (edm::ParameterSet const &, edm::ConsumesCollector &) | |
Constructor by pset. More... | |
virtual void | select (PSimHitCollection &, edm::Event const &, edm::EventSetup const &) const |
Select the psimhit add them to a PSimHitCollection. More... | |
virtual | ~PSimHitSelector ()=default |
Virtual destructor. More... | |
Public Attributes | |
std::string | mixLabel_ |
Protected Types | |
typedef std::map< std::string, std::vector< std::string > > | PSimHitCollectionMap |
Protected Attributes | |
PSimHitCollectionMap | pSimHitCollectionMap_ |
PSimHitSelector class.
Definition at line 16 of file PSimHitSelector.h.
typedef std::vector<PSimHit> PSimHitSelector::PSimHitCollection |
Definition at line 18 of file PSimHitSelector.h.
|
protected |
Definition at line 35 of file PSimHitSelector.h.
PSimHitSelector::PSimHitSelector | ( | edm::ParameterSet const & | config, |
edm::ConsumesCollector & | |||
) |
Constructor by pset.
Definition at line 7 of file PSimHitSelector.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNames(), mps_fire::i, mixLabel_, pSimHitCollectionMap_, AlCaHLTBitMon_QueryRunRegistry::string, and TrackingMonitor_cfi::subdetectors.
|
virtualdefault |
Virtual destructor.
|
virtual |
Select the psimhit add them to a PSimHitCollection.
Reimplemented in MuonPSimHitSelector, PixelPSimHitSelector, and TrackerPSimHitSelector.
Definition at line 21 of file PSimHitSelector.cc.
References mps_fire::i, mixLabel_, edm::Handle< T >::product(), pSimHitCollectionMap_, and corrVsCorr::selection.
std::string PSimHitSelector::mixLabel_ |
Definition at line 26 of file PSimHitSelector.h.
Referenced by PSimHitSelector(), TrackerPSimHitSelector::select(), and select().
|
protected |
Definition at line 37 of file PSimHitSelector.h.
Referenced by PSimHitSelector(), TrackerPSimHitSelector::select(), PixelPSimHitSelector::select(), MuonPSimHitSelector::select(), and select().