#include <RecoTracker/ExtraFromSeeds/src/ExtraFromSeeds.cc>
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 Types | |
typedef std::vector< unsigned int > | ExtremeLight |
Private Member Functions | |
virtual void | produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override |
Private Attributes | |
edm::EDGetTokenT < reco::TrackCollection > | tracks_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 45 of file ExtraFromSeeds.h.
|
private |
Definition at line 56 of file ExtraFromSeeds.h.
|
explicit |
Definition at line 29 of file ExtraFromSeeds.cc.
ExtraFromSeeds::~ExtraFromSeeds | ( | ) |
Definition at line 38 of file ExtraFromSeeds.cc.
|
static |
Definition at line 90 of file ExtraFromSeeds.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
overrideprivatevirtual |
Implements edm::global::EDProducerBase.
Definition at line 53 of file ExtraFromSeeds.cc.
References reco::Track::extra(), edm::Event::getByToken(), edm::Event::getRefBeforePut(), reco::TrackBase::highPurity, eostools::move(), TrajectorySeed::nHits(), edm::Event::put(), reco::TrackBase::quality(), TrajectorySeed::recHits(), edm::OwnVector< T, P >::reserve(), reco::TrackExtra::seedRef(), testEve_cfg::tracks, and tracks_.
|
private |
Definition at line 55 of file ExtraFromSeeds.h.
Referenced by produce().