CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes
L2TauJetsMerger Class Reference

#include <L2TauJetsMerger.h>

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

Classes

class  SorterByPt
 

Public Member Functions

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

typedef std::vector< edm::InputTagvtag
 
typedef std::vector< edm::EDGetTokenT< reco::CaloJetCollection > > vtoken_cjets
 

Private Attributes

const vtag jetSrc
 
vtoken_cjets jetSrc_token
 
const double mEt_Min
 

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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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

Definition at line 19 of file L2TauJetsMerger.h.

Member Typedef Documentation

◆ vtag

typedef std::vector<edm::InputTag> L2TauJetsMerger::vtag
private

Definition at line 27 of file L2TauJetsMerger.h.

◆ vtoken_cjets

Definition at line 28 of file L2TauJetsMerger.h.

Constructor & Destructor Documentation

◆ L2TauJetsMerger()

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

Definition at line 12 of file L2TauJetsMerger.cc.

13  : jetSrc(iConfig.getParameter<vtag>("JetSrc")), mEt_Min(iConfig.getParameter<double>("EtMin")) {
14  for (vtag::const_iterator it = jetSrc.begin(); it != jetSrc.end(); ++it) {
15  edm::EDGetTokenT<CaloJetCollection> aToken = consumes<CaloJetCollection>(*it);
16  jetSrc_token.push_back(aToken);
17  }
18 
19  produces<CaloJetCollection>();
20 }

References jetSrc, and jetSrc_token.

◆ ~L2TauJetsMerger()

L2TauJetsMerger::~L2TauJetsMerger ( )
override

Definition at line 22 of file L2TauJetsMerger.cc.

22 {}

Member Function Documentation

◆ fillDescriptions()

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

Definition at line 71 of file L2TauJetsMerger.cc.

71  {
73  std::vector<edm::InputTag> inputTags;
74  inputTags.push_back(edm::InputTag("hltAkIsoTau1Regional"));
75  inputTags.push_back(edm::InputTag("hltAkIsoTau2Regional"));
76  inputTags.push_back(edm::InputTag("hltAkIsoTau3Regional"));
77  inputTags.push_back(edm::InputTag("hltAkIsoTau4Regional"));
78  desc.add<std::vector<edm::InputTag> >("JetSrc", inputTags)->setComment("CaloJet collections to merge");
79  desc.add<double>("EtMin", 20.0)->setComment("Minimal ET of jet to merge");
80  descriptions.setComment("Merges CaloJet collections removing duplicates");
81  descriptions.add("L2TauJetsMerger", desc);
82 }

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLTMuonOfflineAnalyzer_cfi::inputTags, and edm::ConfigurationDescriptions::setComment().

◆ produce()

void L2TauJetsMerger::produce ( edm::StreamID  iSId,
edm::Event iEvent,
const edm::EventSetup iES 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 24 of file L2TauJetsMerger.cc.

24  {
25  using namespace edm;
26  using namespace std;
27  using namespace reco;
28 
29  //Getting the Collections of L2ReconstructedJets from L1Seeds
30  //and removing the collinear jets
31  CaloJetCollection myTmpJets;
32 
33  int iL1Jet = 0;
34  for (vtoken_cjets::const_iterator s = jetSrc_token.begin(); s != jetSrc_token.end(); ++s) {
36  iEvent.getByToken(*s, tauJets);
37  for (CaloJetCollection::const_iterator iTau = tauJets->begin(); iTau != tauJets->end(); ++iTau) {
38  if (iTau->et() > mEt_Min) {
39  //Add the Pdg Id here
40  CaloJet myJet = *iTau;
41  myJet.setPdgId(15);
42  myTmpJets.push_back(myJet);
43  }
44  }
45  iL1Jet++;
46  }
47 
48  std::unique_ptr<CaloJetCollection> tauL2jets(new CaloJetCollection);
49 
50  //Removing the collinear jets correctly!
51 
52  //First sort the jets you have merged
53  SorterByPt sorter;
54  std::sort(myTmpJets.begin(), myTmpJets.end(), sorter);
55 
56  //Remove Collinear Jets by prefering the highest ones!
57  while (!myTmpJets.empty()) {
58  tauL2jets->push_back(myTmpJets[0]);
60  for (unsigned int i = 1; i < myTmpJets.size(); ++i) {
61  double DR = ROOT::Math::VectorUtil::DeltaR(myTmpJets[0].p4(), myTmpJets[i].p4());
62  if (DR > 0.1)
63  tmp.push_back(myTmpJets[i]);
64  }
65  myTmpJets.swap(tmp);
66  }
67 
68  iEvent.put(std::move(tauL2jets));
69 }

References electronAnalyzer_cfi::DeltaR, mps_fire::i, iEvent, jetSrc_token, mEt_Min, eostools::move(), p4, alignCSCRings::s, reco::LeafCandidate::setPdgId(), MCScenario_CRAFT1_22X::sorter(), and createJobs::tmp.

Member Data Documentation

◆ jetSrc

const vtag L2TauJetsMerger::jetSrc
private

Definition at line 29 of file L2TauJetsMerger.h.

Referenced by L2TauJetsMerger().

◆ jetSrc_token

vtoken_cjets L2TauJetsMerger::jetSrc_token
private

Definition at line 30 of file L2TauJetsMerger.h.

Referenced by L2TauJetsMerger(), and produce().

◆ mEt_Min

const double L2TauJetsMerger::mEt_Min
private

Definition at line 31 of file L2TauJetsMerger.h.

Referenced by produce().

reco::LeafCandidate::setPdgId
void setPdgId(int pdgId) final
Definition: LeafCandidate.h:178
reco::CaloJet
Jets made from CaloTowers.
Definition: CaloJet.h:27
mps_fire.i
i
Definition: mps_fire.py:428
edm::EDGetTokenT
Definition: EDGetToken.h:33
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
createJobs.tmp
tmp
align.sh
Definition: createJobs.py:716
edm::Handle
Definition: AssociativeIterator.h:50
alignCSCRings.s
s
Definition: alignCSCRings.py:92
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
HLTMuonOfflineAnalyzer_cfi.inputTags
inputTags
All input tags are specified in this pset for convenience.
Definition: HLTMuonOfflineAnalyzer_cfi.py:82
L2TauJetsMerger::mEt_Min
const double mEt_Min
Definition: L2TauJetsMerger.h:31
edm::ConfigurationDescriptions::setComment
void setComment(std::string const &value)
Definition: ConfigurationDescriptions.cc:48
iEvent
int iEvent
Definition: GenABIO.cc:224
reco::CaloJetCollection
std::vector< CaloJet > CaloJetCollection
collection of CaloJet objects
Definition: CaloJetCollection.h:15
p4
double p4[4]
Definition: TauolaWrapper.h:92
electronAnalyzer_cfi.DeltaR
DeltaR
Definition: electronAnalyzer_cfi.py:33
MCScenario_CRAFT1_22X.sorter
def sorter(a, b)
Definition: MCScenario_CRAFT1_22X.py:97
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
std
Definition: JetResolutionObject.h:76
L2TauJetsMerger::jetSrc_token
vtoken_cjets jetSrc_token
Definition: L2TauJetsMerger.h:30
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
L2TauJetsMerger::vtag
std::vector< edm::InputTag > vtag
Definition: L2TauJetsMerger.h:27
L2TauJetsMerger::jetSrc
const vtag jetSrc
Definition: L2TauJetsMerger.h:29
edm::InputTag
Definition: InputTag.h:15