CMS 3D CMS Logo

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

Public Member Functions

 TrackSelectorByRegion (const edm::ParameterSet &conf)
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
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 Types

using MaskCollection = std::vector< bool >
 

Private Member Functions

void produce (edm::StreamID, edm::Event &iEvent, const edm::EventSetup &) const override
 

Private Attributes

const edm::EDGetTokenT< edm::OwnVector< TrackingRegion > > inputTrkRegionToken_
 
const edm::EDPutTokenT< std::vector< bool > > outputMaskToken_
 
const edm::EDPutTokenT< reco::TrackCollectionoutputTracksToken_
 
const bool produceCollection_
 
const bool produceMask_
 
const edm::EDGetTokenT< reco::TrackCollectiontracksToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
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<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
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)
 
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 ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
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< Bconsumes (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)
 

Detailed Description

Definition at line 17 of file TrackSelectorByRegion.cc.

Member Typedef Documentation

◆ MaskCollection

using TrackSelectorByRegion::MaskCollection = std::vector<bool>
private

Definition at line 38 of file TrackSelectorByRegion.cc.

Constructor & Destructor Documentation

◆ TrackSelectorByRegion()

TrackSelectorByRegion::TrackSelectorByRegion ( const edm::ParameterSet conf)
inlineexplicit

Definition at line 19 of file TrackSelectorByRegion.cc.

20  : produceCollection_(conf.getParameter<bool>("produceTrackCollection")),
21  produceMask_(conf.getParameter<bool>("produceMask")),
22  tracksToken_(consumes<reco::TrackCollection>(conf.getParameter<edm::InputTag>("tracks"))),
24  outputTracksToken_(produceCollection_ ? produces<reco::TrackCollection>()
26  outputMaskToken_(produceMask_ ? produces<std::vector<bool>>() : edm::EDPutTokenT<std::vector<bool>>{}) {}
const edm::EDPutTokenT< std::vector< bool > > outputMaskToken_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
const edm::EDPutTokenT< reco::TrackCollection > outputTracksToken_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
const edm::EDGetTokenT< edm::OwnVector< TrackingRegion > > inputTrkRegionToken_
const edm::EDGetTokenT< reco::TrackCollection > tracksToken_

Member Function Documentation

◆ fillDescriptions()

static void TrackSelectorByRegion::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
inlinestatic

Definition at line 28 of file TrackSelectorByRegion.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.

28  {
30  desc.add<edm::InputTag>("tracks", edm::InputTag("hltPixelTracks"));
31  desc.add<edm::InputTag>("regions", edm::InputTag(""));
32  desc.add<bool>("produceTrackCollection", true);
33  desc.add<bool>("produceMask", true);
34  descriptions.add("trackSelectorByRegion", desc);
35  }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

◆ produce()

void TrackSelectorByRegion::produce ( edm::StreamID  ,
edm::Event iEvent,
const edm::EventSetup  
) const
inlineoverrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 40 of file TrackSelectorByRegion.cc.

References mps_fire::i, iEvent, inputTrkRegionToken_, gpuClustering::pixelStatus::mask, eostools::move(), outputMaskToken_, outputTracksToken_, produceCollection_, produceMask_, HLT_2023v12_cff::region, findQualityFiles::size, pwdgSkimBPark_cfi::tracks, and tracksToken_.

40  {
41  if (not produceCollection_ and not produceMask_)
42  return;
43 
44  auto const& regions = iEvent.get(inputTrkRegionToken_);
45  auto const& tracks = iEvent.get(tracksToken_);
46  MaskCollection mask(tracks.size(), false); // output mask
47 
48  for (auto const& region : regions) {
49  region.checkTracks(tracks, mask);
50  }
51 
52  if (produceCollection_) {
53  reco::TrackCollection output_tracks; // output collection with a (shallow) copy of the selected tracks
54  size_t size = 0;
55  // count the number of selected tracks
56  for (size_t i = 0; i < mask.size(); i++) {
57  size += mask[i];
58  }
59  output_tracks.reserve(size);
60  for (size_t i = 0; i < mask.size(); i++) {
61  if (mask[i])
62  output_tracks.push_back(tracks[i]);
63  }
64  iEvent.emplace(outputTracksToken_, std::move(output_tracks));
65  }
66  if (produceMask_) {
68  }
69  }
size
Write out results.
const edm::EDPutTokenT< std::vector< bool > > outputMaskToken_
std::vector< Track > TrackCollection
collection of Tracks
Definition: TrackFwd.h:14
const edm::EDPutTokenT< reco::TrackCollection > outputTracksToken_
constexpr uint32_t mask
Definition: gpuClustering.h:26
int iEvent
Definition: GenABIO.cc:224
const edm::EDGetTokenT< edm::OwnVector< TrackingRegion > > inputTrkRegionToken_
const edm::EDGetTokenT< reco::TrackCollection > tracksToken_
std::vector< bool > MaskCollection
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

◆ inputTrkRegionToken_

const edm::EDGetTokenT<edm::OwnVector<TrackingRegion> > TrackSelectorByRegion::inputTrkRegionToken_
private

Definition at line 74 of file TrackSelectorByRegion.cc.

Referenced by produce().

◆ outputMaskToken_

const edm::EDPutTokenT<std::vector<bool> > TrackSelectorByRegion::outputMaskToken_
private

Definition at line 76 of file TrackSelectorByRegion.cc.

Referenced by produce().

◆ outputTracksToken_

const edm::EDPutTokenT<reco::TrackCollection> TrackSelectorByRegion::outputTracksToken_
private

Definition at line 75 of file TrackSelectorByRegion.cc.

Referenced by produce().

◆ produceCollection_

const bool TrackSelectorByRegion::produceCollection_
private

Definition at line 71 of file TrackSelectorByRegion.cc.

Referenced by produce().

◆ produceMask_

const bool TrackSelectorByRegion::produceMask_
private

Definition at line 72 of file TrackSelectorByRegion.cc.

Referenced by produce().

◆ tracksToken_

const edm::EDGetTokenT<reco::TrackCollection> TrackSelectorByRegion::tracksToken_
private

Definition at line 73 of file TrackSelectorByRegion.cc.

Referenced by produce().