Private Types | |
enum | TrkStatus { TrkStatus::NOTUSED =0, TrkStatus::PFCAND, TrkStatus::PFCANDNOTRKPROPS, TrkStatus::PFELECTRON, TrkStatus::PFPOSITRON, TrkStatus::VTX } |
Private Member Functions | |
void | addPackedCandidate (std::vector< pat::PackedCandidate > &cands, const reco::TrackRef &trk, const reco::VertexRef &pvSlimmed, const reco::VertexRefProd &pvSlimmedColl, const reco::Vertex &pvOrig, const TrkStatus trkStatus) const |
bool | passTrkCuts (const reco::Track &tr) const |
Private Attributes | |
const edm::EDGetTokenT< reco::PFCandidateCollection > | cands_ |
const int | covarianceSchema_ |
const int | covarianceVersion_ |
const edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > | kshorts_ |
const edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > | lambdas_ |
const edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > | map_ |
const double | minHits_ |
const double | minPixelHits_ |
const double | minPt_ |
const double | minPtToStoreProps_ |
const edm::EDGetTokenT< reco::VertexCollection > | pv_ |
const edm::EDGetTokenT< reco::VertexCollection > | pvOrigs_ |
std::vector< reco::TrackBase::TrackQuality > | qualsToAutoAccept_ |
const edm::EDGetTokenT< reco::TrackCollection > | tracks_ |
const edm::EDGetTokenT< reco::VertexCollection > | vertices_ |
Additional Inherited Members | |
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 inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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<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) |
Definition at line 38 of file PATLostTracks.cc.
|
strongprivate |
Enumerator | |
---|---|
NOTUSED | |
PFCAND | |
PFCANDNOTRKPROPS | |
PFELECTRON | |
PFPOSITRON | |
VTX |
Definition at line 46 of file PATLostTracks.cc.
|
explicit |
Definition at line 81 of file PATLostTracks.cc.
References Exception, spr::find(), edm::ParameterSet::getParameter(), mps_check::msg, reco::TrackBase::qualityByName(), qualsToAutoAccept_, create_public_lumi_plots::transform, and reco::TrackBase::undefQuality.
|
override |
Definition at line 113 of file PATLostTracks.cc.
|
private |
Definition at line 226 of file PATLostTracks.cc.
References covarianceSchema_, covarianceVersion_, DEFINE_FWK_MODULE, triggerObjects_cff::id, edm::Ref< C, T, F >::key(), ResonanceBuilder::mass, minPtToStoreProps_, p4, PFELECTRON, PFPOSITRON, reco::Vertex::trackWeight(), pat::PackedCandidate::UsedInFitTight, and VTX.
Referenced by produce().
|
private |
Definition at line 216 of file PATLostTracks.cc.
References reco::TrackBase::hitPattern(), minHits_, minPixelHits_, minPt_, reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidPixelHits(), reco::TrackBase::pt(), and qualsToAutoAccept_.
Referenced by produce().
|
override |
Definition at line 115 of file PATLostTracks.cc.
References addPackedCandidate(), egammaForCoreTracking_cff::cands, cands_, reco::LeafCandidate::charge(), edm::Event::getByToken(), edm::HandleBase::id(), edm::Ref< C, T, F >::id(), edm::Ref< C, T, F >::isNonnull(), crabWrapper::key, edm::Ref< C, T, F >::key(), lostTracks_cfi::kshorts, kshorts_, lostTracks_cfi::lambdas, lambdas_, map_, taus_updatedMVAIds_cff::mapping, eostools::move(), NOTUSED, passTrkCuts(), reco::LeafCandidate::pdgId(), PFCAND, PFCANDNOTRKPROPS, PFELECTRON, PFPOSITRON, edm::Event::put(), MetAnalyzer::pv(), pv_, pvOrigs_, alignCSCRings::r, reco::PFCandidate::trackRef(), l1t::tracks, tracks_, electrons_cff::vertices, vertices_, and VTX.
|
private |
Definition at line 63 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 76 of file PATLostTracks.cc.
Referenced by addPackedCandidate().
|
private |
Definition at line 75 of file PATLostTracks.cc.
Referenced by addPackedCandidate().
|
private |
Definition at line 67 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 68 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 64 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 72 of file PATLostTracks.cc.
Referenced by passTrkCuts().
|
private |
Definition at line 73 of file PATLostTracks.cc.
Referenced by passTrkCuts().
|
private |
Definition at line 71 of file PATLostTracks.cc.
Referenced by passTrkCuts().
|
private |
Definition at line 74 of file PATLostTracks.cc.
Referenced by addPackedCandidate().
|
private |
Definition at line 69 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 70 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 77 of file PATLostTracks.cc.
Referenced by passTrkCuts(), and PATLostTracks().
|
private |
Definition at line 65 of file PATLostTracks.cc.
Referenced by produce().
|
private |
Definition at line 66 of file PATLostTracks.cc.
Referenced by produce().