CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
TrackExtraRekeyer Class Reference
Inheritance diagram for TrackExtraRekeyer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 TrackExtraRekeyer (const edm::ParameterSet &)
 
 ~TrackExtraRekeyer () override=default
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInLumis () const final
 
bool hasAbilityToProduceInRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

const edm::EDGetTokenT< edm::Association< reco::TrackExtraCollection > > inputAssoc_
 
const edm::EDGetTokenT< reco::TrackCollectioninputTrack_
 
const edm::EDPutTokenT< reco::TrackCollectionoutputTrack_
 

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
 
- 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)
 

Detailed Description

Definition at line 9 of file TrackExtraRekeyer.cc.

Constructor & Destructor Documentation

TrackExtraRekeyer::TrackExtraRekeyer ( const edm::ParameterSet iConfig)
explicit

Definition at line 25 of file TrackExtraRekeyer.cc.

26  : inputTrack_(consumes<reco::TrackCollection>(iConfig.getParameter<edm::InputTag>("src"))),
29  outputTrack_(produces<reco::TrackCollection>()) {}
T getParameter(std::string const &) const
const edm::EDPutTokenT< reco::TrackCollection > outputTrack_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< reco::TrackCollection > inputTrack_
const edm::EDGetTokenT< edm::Association< reco::TrackExtraCollection > > inputAssoc_
TrackExtraRekeyer::~TrackExtraRekeyer ( )
overridedefault

Member Function Documentation

void TrackExtraRekeyer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 54 of file TrackExtraRekeyer.cc.

References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setComment().

54  {
56  desc.setComment("Simple prooducer to re-key muon tracks for refit");
57  desc.add<edm::InputTag>("src", edm::InputTag("generalTracks"))->setComment("input track collections");
58  desc.add<edm::InputTag>("association", edm::InputTag("muonReducedTrackExtras"))
59  ->setComment("input track association collection");
60  descriptions.addWithDefaultLabel(desc);
61 }
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
void setComment(std::string const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void TrackExtraRekeyer::produce ( edm::StreamID  ,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivate

Definition at line 32 of file TrackExtraRekeyer.cc.

References trackingPlots::assoc, edm::Event::emplace(), edm::Event::get(), inputAssoc_, inputTrack_, edm::Ref< C, T, F >::isNonnull(), eostools::move(), outputTrack_, HiIsolationCommonParameters_cff::track, and l1t::tracks.

32  {
33  using namespace edm;
34 
35  auto const &tracks = iEvent.get(inputTrack_);
36  auto const &assoc = iEvent.get(inputAssoc_);
37 
38  reco::TrackCollection tracksOut;
39 
40  for (auto const &track : tracks) {
41  if (!assoc.contains(track.extra().id())) {
42  continue;
43  }
44  const reco::TrackExtraRef &trackextraref = assoc[track.extra()];
45  if (trackextraref.isNonnull()) {
46  auto &trackout = tracksOut.emplace_back(track);
47  trackout.setExtra(trackextraref);
48  }
49  }
50 
51  iEvent.emplace(outputTrack_, std::move(tracksOut));
52 }
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:251
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:15
const edm::EDPutTokenT< reco::TrackCollection > outputTrack_
const edm::EDGetTokenT< reco::TrackCollection > inputTrack_
bool get(ProductID const &oid, Handle< PROD > &result) const
Definition: Event.h:326
OrphanHandle< PROD > emplace(EDPutTokenT< PROD > token, Args &&...args)
puts a new product
Definition: Event.h:413
const edm::EDGetTokenT< edm::Association< reco::TrackExtraCollection > > inputAssoc_
HLT enums.
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

const edm::EDGetTokenT<edm::Association<reco::TrackExtraCollection> > TrackExtraRekeyer::inputAssoc_
private

Definition at line 21 of file TrackExtraRekeyer.cc.

Referenced by produce().

const edm::EDGetTokenT<reco::TrackCollection> TrackExtraRekeyer::inputTrack_
private

Definition at line 20 of file TrackExtraRekeyer.cc.

Referenced by produce().

const edm::EDPutTokenT<reco::TrackCollection> TrackExtraRekeyer::outputTrack_
private

Definition at line 22 of file TrackExtraRekeyer.cc.

Referenced by produce().