CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
HLTCollectionProducer< T > Class Template Reference

#include <HLTCollectionProducer.h>

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

Public Member Functions

 HLTCollectionProducer (const edm::ParameterSet &)
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 
 ~HLTCollectionProducer () 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 Attributes

const edm::InputTag hltObjectTag_
 
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefshltObjectToken_
 
const std::vector< int > triggerTypes_
 

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

template<typename T>
class HLTCollectionProducer< T >

Extract objects from trigger::TriggerFilterObjectWithRefs and fill them into a new collection (Based on GetJetsFromHLTobject.h)

Definition at line 36 of file HLTCollectionProducer.h.

Constructor & Destructor Documentation

◆ HLTCollectionProducer()

template<typename T >
HLTCollectionProducer< T >::HLTCollectionProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 53 of file HLTCollectionProducer.h.

54  : hltObjectTag_(iConfig.getParameter<edm::InputTag>("HLTObject")),
55  hltObjectToken_(consumes<trigger::TriggerFilterObjectWithRefs>(hltObjectTag_)),
56  triggerTypes_(iConfig.getParameter<std::vector<int>>("TriggerTypes")) {
57  produces<std::vector<T>>();
58 }

◆ ~HLTCollectionProducer()

template<typename T >
HLTCollectionProducer< T >::~HLTCollectionProducer ( )
override

Definition at line 61 of file HLTCollectionProducer.h.

61 {}

Member Function Documentation

◆ fillDescriptions()

template<typename T >
void HLTCollectionProducer< T >::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 64 of file HLTCollectionProducer.h.

64  {
66  desc.add<edm::InputTag>("HLTObject", edm::InputTag("TriggerFilterObjectWithRefs"));
67  std::vector<int> triggerTypes;
68  desc.add<std::vector<int>>("TriggerTypes", triggerTypes);
69  descriptions.add(defaultModuleLabel<HLTCollectionProducer<T>>(), desc);
70 }

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), defaultModuleLabel(), HLT_2018_cff::InputTag, and ClusterTask_cfi::triggerTypes.

◆ produce()

template<typename T >
void HLTCollectionProducer< T >::produce ( edm::StreamID  iStreamID,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 78 of file HLTCollectionProducer.h.

80  {
81  std::unique_ptr<std::vector<T>> collection(new std::vector<T>());
82 
83  // get hold of collection of TriggerFilterObjectsWithRefs
85  iEvent.getByToken(hltObjectToken_, hltObject);
86  std::vector<edm::Ref<std::vector<T>>> objectRefs;
87 
88  for (size_t t = 0; t < triggerTypes_.size(); ++t) {
89  objectRefs.clear();
90  hltObject->getObjects(triggerTypes_[t], objectRefs);
91  for (size_t i = 0; i < objectRefs.size(); ++i) {
92  collection->push_back(*objectRefs[i]);
93  }
94  }
95 
97 }

References universalConfigTemplate::collection, trigger::TriggerRefsCollections::getObjects(), mps_fire::i, iEvent, eostools::move(), and OrderedSet::t.

Member Data Documentation

◆ hltObjectTag_

template<typename T >
const edm::InputTag HLTCollectionProducer< T >::hltObjectTag_
private

Definition at line 44 of file HLTCollectionProducer.h.

◆ hltObjectToken_

template<typename T >
const edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs> HLTCollectionProducer< T >::hltObjectToken_
private

Definition at line 45 of file HLTCollectionProducer.h.

◆ triggerTypes_

template<typename T >
const std::vector<int> HLTCollectionProducer< T >::triggerTypes_
private

Definition at line 46 of file HLTCollectionProducer.h.

HLTCollectionProducer
Definition: HLTCollectionProducer.h:36
mps_fire.i
i
Definition: mps_fire.py:355
edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
HLTCollectionProducer::hltObjectTag_
const edm::InputTag hltObjectTag_
Definition: HLTCollectionProducer.h:44
edm::Handle< trigger::TriggerFilterObjectWithRefs >
HLTCollectionProducer::triggerTypes_
const std::vector< int > triggerTypes_
Definition: HLTCollectionProducer.h:46
trigger::TriggerRefsCollections::getObjects
void getObjects(Vids &ids, VRphoton &refs) const
various physics-level getters:
Definition: TriggerRefsCollections.h:452
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
OrderedSet.t
t
Definition: OrderedSet.py:90
HLTCollectionProducer::hltObjectToken_
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > hltObjectToken_
Definition: HLTCollectionProducer.h:45
HLT_2018_cff.InputTag
InputTag
Definition: HLT_2018_cff.py:79016
defaultModuleLabel
std::string defaultModuleLabel()
Definition: defaultModuleLabel.h:16
iEvent
int iEvent
Definition: GenABIO.cc:224
universalConfigTemplate.collection
collection
Definition: universalConfigTemplate.py:81
ClusterTask_cfi.triggerTypes
triggerTypes
Definition: ClusterTask_cfi.py:5
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
eostools.move
def move(src, dest)
Definition: eostools.py:511
edm::InputTag
Definition: InputTag.h:15