![]() |
![]() |
#include <Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc>
Public Member Functions | |
CalibrationTrackSelectorFromDetIdList (const edm::ParameterSet &) | |
~CalibrationTrackSelectorFromDetIdList () override | |
![]() | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | beginRun (edm::Run const &run, const edm::EventSetup &) override |
TrackCandidate | makeCandidate (const reco::Track &tk, std::vector< std::unique_ptr< TrackingRecHit > >::iterator hitsBegin, std::vector< std::unique_ptr< TrackingRecHit > >::iterator hitsEnd) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< DetIdSelector > | detidsels_ |
edm::EDGetTokenT< reco::TrackCollection > | m_label |
bool | m_verbose |
edm::ESHandle< TrackerGeometry > | theGeometry |
edm::ESHandle< MagneticField > | theMagField |
Additional Inherited Members | |
![]() | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: Selects tracks that have at leaast one valid hit on a given set of Tracker DetIds
Definition at line 40 of file CalibrationTrackSelectorFromDetIdList.cc.
|
explicit |
Definition at line 59 of file CalibrationTrackSelectorFromDetIdList.cc.
References detidsels_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), m_label, m_verbose, and corrVsCorr::selection.
|
override |
Definition at line 74 of file CalibrationTrackSelectorFromDetIdList.cc.
|
overrideprivate |
Definition at line 150 of file CalibrationTrackSelectorFromDetIdList.cc.
References DEFINE_FWK_MODULE, TrackerGeometry::detIds(), detidsels_, edm::EventSetup::get(), LogDebug, m_verbose, edm::ESHandle< T >::product(), theGeometry, and theMagField.
|
private |
Definition at line 123 of file CalibrationTrackSelectorFromDetIdList.cc.
References alongMomentum, anyDirection, Exception, reco::Track::innerDetId(), reco::Track::innerPosition(), trajectoryStateTransform::innerStateOnSurface(), reco::TrackBase::momentum(), reco::Track::outerDetId(), reco::Track::outerPosition(), trajectoryStateTransform::outerStateOnSurface(), trajectoryStateTransform::persistentState(), edm::OwnVector< T, P >::push_back(), edm::OwnVector< T, P >::reserve(), SurveyInfoScenario_cff::seed, reco::Track::seedDirection(), reco::Track::seedRef(), theGeometry, and theMagField.
Referenced by produce().
|
overrideprivate |
Definition at line 81 of file CalibrationTrackSelectorFromDetIdList.cc.
References TrackingRecHit::clone(), detidsels_, TrackingRecHit::geographicalId(), edm::Event::getByToken(), hfClusterShapes_cfi::hits, LogDebug, m_label, makeCandidate(), eostools::move(), convertSQLitetoXML_cfg::output, edm::Event::put(), reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), and l1t::tracks.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 51 of file CalibrationTrackSelectorFromDetIdList.cc.
Referenced by beginRun(), CalibrationTrackSelectorFromDetIdList(), and produce().
|
private |
Definition at line 48 of file CalibrationTrackSelectorFromDetIdList.cc.
Referenced by CalibrationTrackSelectorFromDetIdList(), and produce().
|
private |
Definition at line 52 of file CalibrationTrackSelectorFromDetIdList.cc.
Referenced by beginRun(), and CalibrationTrackSelectorFromDetIdList().
|
private |
Definition at line 54 of file CalibrationTrackSelectorFromDetIdList.cc.
Referenced by beginRun(), and makeCandidate().
|
private |
Definition at line 55 of file CalibrationTrackSelectorFromDetIdList.cc.
Referenced by beginRun(), and makeCandidate().