CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
PFTauL1TJetsMatching Class Reference

#include <PFTauL1TJetsMatching.h>

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

Public Member Functions

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

const edm::EDGetTokenT
< trigger::TriggerFilterObjectWithRefs
L1JetSrc_
 
const double matchingR2_
 
const double minL1TPt_
 
const double minTauPt_
 
const edm::EDGetTokenT
< reco::PFTauCollection
tauSrc_
 

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
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 20 of file PFTauL1TJetsMatching.h.

Constructor & Destructor Documentation

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

Definition at line 11 of file PFTauL1TJetsMatching.cc.

12  : tauSrc_(consumes<reco::PFTauCollection>(iConfig.getParameter<edm::InputTag>("TauSrc"))),
13  L1JetSrc_(consumes<trigger::TriggerFilterObjectWithRefs>(iConfig.getParameter<edm::InputTag>("L1JetSrc"))),
14  matchingR2_(iConfig.getParameter<double>("MatchingdR") * iConfig.getParameter<double>("MatchingdR")),
15  minTauPt_(iConfig.getParameter<double>("MinTauPt")),
16  minL1TPt_(iConfig.getParameter<double>("MinL1TPt")) {
17  produces<reco::PFTauCollection>();
18 }
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > L1JetSrc_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
const edm::EDGetTokenT< reco::PFTauCollection > tauSrc_
PFTauL1TJetsMatching::~PFTauL1TJetsMatching ( )
override

Definition at line 19 of file PFTauL1TJetsMatching.cc.

19 {}

Member Function Documentation

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

Definition at line 56 of file PFTauL1TJetsMatching.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, edm::ConfigurationDescriptions::setComment(), and edm::ParameterDescriptionNode::setComment().

56  {
58  desc.add<edm::InputTag>("L1JetSrc", edm::InputTag("hltL1VBFDiJetOR"))
59  ->setComment("Input filter objects passing L1 seed");
60  desc.add<edm::InputTag>("TauSrc", edm::InputTag("hltSelectedPFTausTrackFindingLooseChargedIsolationAgainstMuon"))
61  ->setComment("Input collection of PFTaus");
62  desc.add<double>("MatchingdR", 0.5)->setComment("Maximum dR for matching between PFTaus and L1 filter jets");
63  desc.add<double>("MinTauPt", 20.0)->setComment("PFTaus above this pt will be considered");
64  desc.add<double>("MinL1TPt", 115.0)->setComment("L1T Objects above this pt will be considered");
65  descriptions.setComment(
66  "This module produces a collection of PFTaus matched to the leading jet passing the L1 seed filter.");
67  descriptions.add("PFTauL1TJetsMatching", desc);
68 }
void setComment(std::string const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void PFTauL1TJetsMatching::produce ( edm::StreamID  iSId,
edm::Event iEvent,
const edm::EventSetup iES 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 21 of file PFTauL1TJetsMatching.cc.

References reco::deltaR2(), edm::Event::getByToken(), trackerHitRTTI::isMatched(), HLT_FULL_cff::L1Jets, L1JetSrc_, matchingR2_, minL1TPt_, minTauPt_, eostools::move(), DiDispStaMuonMonitor_cfi::pt, edm::Event::put(), HLT_FULL_cff::taus, tauSrc_, and trigger::TriggerL1Jet.

21  {
22  std::unique_ptr<reco::PFTauCollection> L1TmatchedPFTau(new reco::PFTauCollection);
23 
25  iEvent.getByToken(tauSrc_, taus);
26 
28  iEvent.getByToken(L1JetSrc_, L1Jets);
29 
30  l1t::JetVectorRef jetCandRefVec;
31  L1Jets->getObjects(trigger::TriggerL1Jet, jetCandRefVec);
32 
33  /* Loop over taus that must pass a certain minTauPt_ cut */
34  /* then loop over L1T jets that must pass minL1TPt_ */
35  /* and check whether they match, if yes -> include the taus in */
36  /* the new L1T matched PFTau collection */
37 
38  for (unsigned int iTau = 0; iTau < taus->size(); iTau++) {
39  bool isMatched = false;
40  if ((*taus)[iTau].pt() > minTauPt_) {
41  for (unsigned int iJet = 0; iJet < jetCandRefVec.size(); iJet++) {
42  if (jetCandRefVec[iJet]->pt() > minL1TPt_) {
43  if (reco::deltaR2((*taus)[iTau].p4(), jetCandRefVec[iJet]->p4()) < matchingR2_) {
44  isMatched = true;
45  break;
46  }
47  }
48  }
49  }
50  if (isMatched)
51  L1TmatchedPFTau->push_back((*taus)[iTau]);
52  }
53  iEvent.put(std::move(L1TmatchedPFTau));
54 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
std::vector< PFTau > PFTauCollection
collection of PFTau objects
Definition: PFTauFwd.h:9
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:539
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > L1JetSrc_
def move
Definition: eostools.py:511
bool isMatched(TrackingRecHit const &hit)
constexpr auto deltaR2(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
Definition: deltaR.h:16
const edm::EDGetTokenT< reco::PFTauCollection > tauSrc_
std::vector< JetRef > JetVectorRef
Definition: Jet.h:14

Member Data Documentation

const edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs> PFTauL1TJetsMatching::L1JetSrc_
private

Definition at line 23 of file PFTauL1TJetsMatching.h.

Referenced by produce().

const double PFTauL1TJetsMatching::matchingR2_
private

Definition at line 24 of file PFTauL1TJetsMatching.h.

Referenced by produce().

const double PFTauL1TJetsMatching::minL1TPt_
private

Definition at line 26 of file PFTauL1TJetsMatching.h.

Referenced by produce().

const double PFTauL1TJetsMatching::minTauPt_
private

Definition at line 25 of file PFTauL1TJetsMatching.h.

Referenced by produce().

const edm::EDGetTokenT<reco::PFTauCollection> PFTauL1TJetsMatching::tauSrc_
private

Definition at line 22 of file PFTauL1TJetsMatching.h.

Referenced by produce().