CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
IsFromLostTrackMapProducer Class Reference

#include <PhysicsTools/NanoAOD/plugins/IsFromLostTrackMapProducer.cc>

Inheritance diagram for IsFromLostTrackMapProducer:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 IsFromLostTrackMapProducer (const edm::ParameterSet &iConfig)
 
 ~IsFromLostTrackMapProducer () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () 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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
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

edm::EDGetTokenT< pat::PackedCandidateCollectionlt_
 
edm::EDGetTokenT< pat::PackedCandidateCollectionpc_
 
edm::EDGetTokenT< edm::View< pat::IsolatedTrack > > srcIsoTracks_
 

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::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 40 of file IsFromLostTrackMapProducer.cc.

Constructor & Destructor Documentation

◆ IsFromLostTrackMapProducer()

IsFromLostTrackMapProducer::IsFromLostTrackMapProducer ( const edm::ParameterSet iConfig)
inlineexplicit

Definition at line 42 of file IsFromLostTrackMapProducer.cc.

44  iConfig.getParameter<edm::InputTag>("srcIsoTracks"))), // final isolated tracks
45  pc_(consumes<pat::PackedCandidateCollection>(
46  iConfig.getParameter<edm::InputTag>("packedPFCandidates"))), // pf candidates
47  lt_(consumes<pat::PackedCandidateCollection>(iConfig.getParameter<edm::InputTag>("lostTracks"))) // lost tracks
48  {
49  produces<edm::ValueMap<bool>>("isFromLostTrack"); // name of the value map that I want to actually produce
50  }

◆ ~IsFromLostTrackMapProducer()

IsFromLostTrackMapProducer::~IsFromLostTrackMapProducer ( )
inlineoverride

Definition at line 51 of file IsFromLostTrackMapProducer.cc.

51 {};

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 112 of file IsFromLostTrackMapProducer.cc.

112  {
114  desc.add<edm::InputTag>("srcIsoTracks")->setComment("isolated track input collection");
115  desc.add<edm::InputTag>("packedPFCandidates")->setComment("packed PF Candidates collection ");
116  desc.add<edm::InputTag>("lostTracks")->setComment("lost tracks collection");
117 
118  descriptions.addWithDefaultLabel(desc);
119 }

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

◆ produce()

void IsFromLostTrackMapProducer::produce ( edm::StreamID  streamID,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 77 of file IsFromLostTrackMapProducer.cc.

79  {
80  // isolated tracks
82  iEvent.getByToken(srcIsoTracks_, srcIsoTracks);
83 
84  // packedPFCandidate collection
86  iEvent.getByToken(pc_, pc_handle);
87 
88  // lostTracks collection
90  iEvent.getByToken(lt_, lt_handle);
91 
92  // the map cannot be filled straight away, so create an intermediate vector
93  unsigned int Nit = srcIsoTracks->size();
94  std::vector<bool> v_isFromLostTrack(Nit, false);
95 
96  for (unsigned int iit = 0; iit < Nit; iit++) {
97  auto isotrack = srcIsoTracks->ptrAt(iit);
99  isotrack->packedCandRef(); // this is either the reference to the pf candidate or to the lost track
100  bool isFromLostTrack = (pcref.isNonnull() && pcref.id() == lt_handle.id());
101  v_isFromLostTrack[iit] = isFromLostTrack;
102  }
103 
104  std::unique_ptr<edm::ValueMap<bool>> vm_isFromLostTrack(new edm::ValueMap<bool>());
105  edm::ValueMap<bool>::Filler filler(*vm_isFromLostTrack);
106  filler.insert(srcIsoTracks, v_isFromLostTrack.begin(), v_isFromLostTrack.end());
107  filler.fill();
108  iEvent.put(std::move(vm_isFromLostTrack), "isFromLostTrack");
109 }

References trigObjTnPSource_cfi::filler, edm::HandleBase::id(), edm::Ref< C, T, F >::id(), iEvent, isotracks_cff::isFromLostTrack, edm::Ref< C, T, F >::isNonnull(), lt_, eostools::move(), pc_, isotracks_cff::srcIsoTracks, and srcIsoTracks_.

Member Data Documentation

◆ lt_

edm::EDGetTokenT<pat::PackedCandidateCollection> IsFromLostTrackMapProducer::lt_
private

Definition at line 61 of file IsFromLostTrackMapProducer.cc.

Referenced by produce().

◆ pc_

edm::EDGetTokenT<pat::PackedCandidateCollection> IsFromLostTrackMapProducer::pc_
private

Definition at line 60 of file IsFromLostTrackMapProducer.cc.

Referenced by produce().

◆ srcIsoTracks_

edm::EDGetTokenT<edm::View<pat::IsolatedTrack> > IsFromLostTrackMapProducer::srcIsoTracks_
private

Definition at line 59 of file IsFromLostTrackMapProducer.cc.

Referenced by produce().

edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
isotracks_cff.srcIsoTracks
srcIsoTracks
Definition: isotracks_cff.py:21
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
IsFromLostTrackMapProducer::srcIsoTracks_
edm::EDGetTokenT< edm::View< pat::IsolatedTrack > > srcIsoTracks_
Definition: IsFromLostTrackMapProducer.cc:59
edm::Handle
Definition: AssociativeIterator.h:50
edm::Ref< pat::PackedCandidateCollection >
IsFromLostTrackMapProducer::lt_
edm::EDGetTokenT< pat::PackedCandidateCollection > lt_
Definition: IsFromLostTrackMapProducer.cc:61
edm::View
Definition: CaloClusterFwd.h:14
trigObjTnPSource_cfi.filler
filler
Definition: trigObjTnPSource_cfi.py:21
edm::Ref::isNonnull
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:238
iEvent
int iEvent
Definition: GenABIO.cc:224
isotracks_cff.isFromLostTrack
isFromLostTrack
Definition: isotracks_cff.py:46
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
edm::Ref::id
ProductID id() const
Accessor for product ID.
Definition: Ref.h:244
eostools.move
def move(src, dest)
Definition: eostools.py:511
IsFromLostTrackMapProducer::pc_
edm::EDGetTokenT< pat::PackedCandidateCollection > pc_
Definition: IsFromLostTrackMapProducer.cc:60
edm::ValueMap
Definition: ValueMap.h:107
edm::helper::Filler
Definition: ValueMap.h:22
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:126
edm::HandleBase::id
ProductID id() const
Definition: HandleBase.cc:13
edm::InputTag
Definition: InputTag.h:15
edm::ConfigurationDescriptions::addWithDefaultLabel
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:87