CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
pat::PATTriggerObjectStandAloneSlimmer Class Reference

Packs filter labels and/or 4-vectors of a pat::TriggerObjectStandAloneCollection. More...

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

Public Member Functions

 PATTriggerObjectStandAloneSlimmer (const edm::ParameterSet &iConfig)
 
 ~PATTriggerObjectStandAloneSlimmer () 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)
 

Private Member Functions

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

Private Attributes

bool packFilterLabels_
 
bool packP4_
 
const edm::EDGetTokenT< TriggerObjectStandAloneCollectionsrcToken_
 
const edm::EDGetTokenT< edm::TriggerResultstriggerResultsToken_
 

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
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

Packs filter labels and/or 4-vectors of a pat::TriggerObjectStandAloneCollection.

Author
Giovanni Petrucciani

Definition at line 25 of file PATTriggerObjectStandAloneSlimmer.cc.

Constructor & Destructor Documentation

◆ PATTriggerObjectStandAloneSlimmer()

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

Definition at line 43 of file PATTriggerObjectStandAloneSlimmer.cc.

44  : srcToken_(consumes<TriggerObjectStandAloneCollection>(iConfig.getParameter<edm::InputTag>("src"))),
45  triggerResultsToken_(consumes<edm::TriggerResults>(iConfig.getParameter<edm::InputTag>("triggerResults"))),
46  packFilterLabels_(iConfig.getParameter<bool>("packFilterLabels")),
47  packP4_(iConfig.getParameter<bool>("packP4")) {
48  produces<TriggerObjectStandAloneCollection>();
49  if (packFilterLabels_) {
50  produces<std::vector<std::string>>("filterLabels");
51  }
52 }

References packFilterLabels_.

◆ ~PATTriggerObjectStandAloneSlimmer()

pat::PATTriggerObjectStandAloneSlimmer::~PATTriggerObjectStandAloneSlimmer ( )
inlineoverride

Definition at line 28 of file PATTriggerObjectStandAloneSlimmer.cc.

28 {};

Member Function Documentation

◆ produce()

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

Implements edm::global::EDProducerBase.

Definition at line 54 of file PATTriggerObjectStandAloneSlimmer.cc.

56  {
58  iEvent.getByToken(srcToken_, src);
61 
62  auto slimmed = std::make_unique<TriggerObjectStandAloneCollection>(*src);
63 
64  if (packFilterLabels_) {
65  std::set<std::string> allLabels;
66  for (auto& obj : *slimmed) {
67  obj.packFilterLabels(iEvent, *triggerResults);
68  }
69  }
70  if (packP4_) {
71  for (TriggerObjectStandAlone& obj : *slimmed) {
72  obj.packP4();
73  }
74  }
75  iEvent.put(std::move(slimmed));
76 }

References iEvent, eostools::move(), getGTfromDQMFile::obj, packFilterLabels_, packP4_, TrackRefitter_38T_cff::src, srcToken_, triggerResults, and triggerResultsToken_.

Member Data Documentation

◆ packFilterLabels_

bool pat::PATTriggerObjectStandAloneSlimmer::packFilterLabels_
private

◆ packP4_

bool pat::PATTriggerObjectStandAloneSlimmer::packP4_
private

Definition at line 36 of file PATTriggerObjectStandAloneSlimmer.cc.

Referenced by produce().

◆ srcToken_

const edm::EDGetTokenT<TriggerObjectStandAloneCollection> pat::PATTriggerObjectStandAloneSlimmer::srcToken_
private

Definition at line 33 of file PATTriggerObjectStandAloneSlimmer.cc.

Referenced by produce().

◆ triggerResultsToken_

const edm::EDGetTokenT<edm::TriggerResults> pat::PATTriggerObjectStandAloneSlimmer::triggerResultsToken_
private

Definition at line 34 of file PATTriggerObjectStandAloneSlimmer.cc.

Referenced by produce().

pat::TriggerObjectStandAlone
Analysis-level trigger object class (stand-alone)
Definition: TriggerObjectStandAlone.h:32
pat::PATTriggerObjectStandAloneSlimmer::packP4_
bool packP4_
Definition: PATTriggerObjectStandAloneSlimmer.cc:36
triggerResults
static const std::string triggerResults
Definition: EdmProvDump.cc:45
edm::Handle
Definition: AssociativeIterator.h:50
pat::PATTriggerObjectStandAloneSlimmer::srcToken_
const edm::EDGetTokenT< TriggerObjectStandAloneCollection > srcToken_
Definition: PATTriggerObjectStandAloneSlimmer.cc:33
getGTfromDQMFile.obj
obj
Definition: getGTfromDQMFile.py:32
TrackRefitter_38T_cff.src
src
Definition: TrackRefitter_38T_cff.py:24
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
eostools.move
def move(src, dest)
Definition: eostools.py:511
pat::PATTriggerObjectStandAloneSlimmer::triggerResultsToken_
const edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
Definition: PATTriggerObjectStandAloneSlimmer.cc:34
pat::PATTriggerObjectStandAloneSlimmer::packFilterLabels_
bool packFilterLabels_
Definition: PATTriggerObjectStandAloneSlimmer.cc:36
edm::InputTag
Definition: InputTag.h:15