Public Types | |
using | HMSstorage = HostProduct< uint32_t[]> |
using | IndToEdm = std::vector< uint16_t > |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::StreamID streamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const override |
Private Attributes | |
const edm::EDGetTokenT < SiPixelRecHitCollectionNew > | cpuHits_ |
const edm::EDGetTokenT < HMSstorage > | hmsToken_ |
const edm::ESGetToken < MagneticField, IdealMagneticFieldRecord > | idealMagneticFieldToken_ |
int32_t const | minNumberOfHits_ |
pixelTrack::Quality const | minQuality_ |
const edm::EDGetTokenT < reco::BeamSpot > | tBeamSpot_ |
const edm::EDGetTokenT < PixelTrackHeterogeneous > | tokenTrack_ |
const edm::ESGetToken < TrackerTopology, TrackerTopologyRcd > | ttTopoToken_ |
Additional Inherited Members | |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
This class creates "leagcy" reco::Track objects from the output of SoA CA.
Definition at line 40 of file PixelTrackProducerFromSoA.cc.
using PixelTrackProducerFromSoA::HMSstorage = HostProduct<uint32_t[]> |
Definition at line 50 of file PixelTrackProducerFromSoA.cc.
using PixelTrackProducerFromSoA::IndToEdm = std::vector<uint16_t> |
Definition at line 42 of file PixelTrackProducerFromSoA.cc.
|
explicit |
Definition at line 68 of file PixelTrackProducerFromSoA.cc.
References pixelTrack::dup, Exception, edm::ParameterSet::getParameter(), minQuality_, pixelTrack::notQuality, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
static |
Definition at line 91 of file PixelTrackProducerFromSoA.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Implements edm::global::EDProducerBase.
Definition at line 101 of file PixelTrackProducerFromSoA.cc.
References cms::cuda::assert(), b, cms::cuda::bs, LocalTrajectoryParameters::charge(), HLT_FULL_cff::chi2, funct::cos(), CommonMethods::cp(), cpuHits_, TrackingRecHit::det(), reco::TrackBase::discarded, validate-o2o-wbm::f, gpuVertexFinder::fit, edm::Event::get(), edm::EventSetup::getData(), runTauDisplay::gp, h, pixelTrack::highPurity, reco::TrackBase::highPurity, hmsToken_, mps_fire::i, idealMagneticFieldToken_, GeomDet::index(), dqmiolumiharvest::j, reco::TrackBase::loose, visualization-live-secondInstance_cfg::m, minNumberOfHits_, minQuality_, LocalTrajectoryParameters::momentum(), eostools::move(), ndof, nhits, nHits, nt, BeamSpotPI::nTracks, phi, LocalTrajectoryParameters::position(), createTree::pp, edm::Event::put(), submitPVResolutionJobs::q, quality, HI_PhotonSkim_cff::rechits, makeMuonMisalignmentScenario::rot, funct::sin(), storeTracks(), tBeamSpot_, reco::TrackBase::tight, Surface::toGlobal(), tokenTrack_, HLT_FULL_cff::track, tracks, riemannFit::transformToPerigeePlane(), ttTopoToken_, reco::TrackBase::undefQuality, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 58 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 59 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 61 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 64 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 65 of file PixelTrackProducerFromSoA.cc.
Referenced by PixelTrackProducerFromSoA(), and produce().
|
private |
Definition at line 56 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 57 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().
|
private |
Definition at line 62 of file PixelTrackProducerFromSoA.cc.
Referenced by produce().