CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
TtSemiLepJetCombWMassMaxSumPt Class Reference

#include <TtSemiLepJetCombWMassMaxSumPt.h>

Inheritance diagram for TtSemiLepJetCombWMassMaxSumPt:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 TtSemiLepJetCombWMassMaxSumPt (const edm::ParameterSet &)
 
 ~TtSemiLepJetCombWMassMaxSumPt () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () 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::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
 
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 beginJob () override
 
void endJob () override
 
bool isValid (const int &idx, const edm::Handle< std::vector< pat::Jet > > &jets)
 
void produce (edm::Event &evt, const edm::EventSetup &setup) override
 

Private Attributes

std::string bTagAlgorithm_
 
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
 
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
 
double maxBDiscLightJets_
 
int maxNJets_
 
double minBDiscBJets_
 
bool useBTagging_
 
double wMass_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer 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::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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 10 of file TtSemiLepJetCombWMassMaxSumPt.h.

Constructor & Destructor Documentation

◆ TtSemiLepJetCombWMassMaxSumPt()

TtSemiLepJetCombWMassMaxSumPt::TtSemiLepJetCombWMassMaxSumPt ( const edm::ParameterSet cfg)
explicit

Definition at line 5 of file TtSemiLepJetCombWMassMaxSumPt.cc.

6  : jetsToken_(consumes<std::vector<pat::Jet> >(cfg.getParameter<edm::InputTag>("jets"))),
8  maxNJets_(cfg.getParameter<int>("maxNJets")),
9  wMass_(cfg.getParameter<double>("wMass")),
10  useBTagging_(cfg.getParameter<bool>("useBTagging")),
11  bTagAlgorithm_(cfg.getParameter<std::string>("bTagAlgorithm")),
12  minBDiscBJets_(cfg.getParameter<double>("minBDiscBJets")),
13  maxBDiscLightJets_(cfg.getParameter<double>("maxBDiscLightJets")) {
14  if (maxNJets_ < 4 && maxNJets_ != -1)
15  throw cms::Exception("WrongConfig") << "Parameter maxNJets can not be set to " << maxNJets_ << ". \n"
16  << "It has to be larger than 4 or can be set to -1 to take all jets.";
17 
18  produces<std::vector<std::vector<int> > >();
19  produces<int>("NumberOfConsideredJets");
20 }

References Exception, and maxNJets_.

◆ ~TtSemiLepJetCombWMassMaxSumPt()

TtSemiLepJetCombWMassMaxSumPt::~TtSemiLepJetCombWMassMaxSumPt ( )
override

Definition at line 22 of file TtSemiLepJetCombWMassMaxSumPt.cc.

22 {}

Member Function Documentation

◆ beginJob()

void TtSemiLepJetCombWMassMaxSumPt::beginJob ( void  )
inlineoverrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 16 of file TtSemiLepJetCombWMassMaxSumPt.h.

16 {};

◆ endJob()

void TtSemiLepJetCombWMassMaxSumPt::endJob ( void  )
inlineoverrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 18 of file TtSemiLepJetCombWMassMaxSumPt.h.

18 {};

◆ isValid()

bool TtSemiLepJetCombWMassMaxSumPt::isValid ( const int &  idx,
const edm::Handle< std::vector< pat::Jet > > &  jets 
)
inlineprivate

Definition at line 20 of file TtSemiLepJetCombWMassMaxSumPt.h.

20  {
21  return (0 <= idx && idx < (int)jets->size());
22  };

References heavyIonCSV_trainingSettings::idx, and singleTopDQM_cfi::jets.

Referenced by ntupleDataFormat._Object::_checkIsValid(), produce(), and core.AutoHandle.AutoHandle::ReallyLoad().

◆ produce()

void TtSemiLepJetCombWMassMaxSumPt::produce ( edm::Event evt,
const edm::EventSetup setup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 24 of file TtSemiLepJetCombWMassMaxSumPt.cc.

24  {
25  std::unique_ptr<std::vector<std::vector<int> > > pOut(new std::vector<std::vector<int> >);
26  std::unique_ptr<int> pJetsConsidered(new int);
27 
28  std::vector<int> match;
29  for (unsigned int i = 0; i < 4; ++i)
30  match.push_back(-1);
31 
32  // get jets
35 
36  // get leptons
39 
40  // skip events without lepton candidate or less than 4 jets or no MET
41  if (leps->empty() || jets->size() < 4) {
42  pOut->push_back(match);
43  evt.put(std::move(pOut));
44  *pJetsConsidered = jets->size();
45  evt.put(std::move(pJetsConsidered), "NumberOfConsideredJets");
46  return;
47  }
48 
49  unsigned maxNJets = maxNJets_;
50  if (maxNJets_ == -1 || (int)jets->size() < maxNJets_)
51  maxNJets = jets->size();
52  *pJetsConsidered = maxNJets;
53  evt.put(std::move(pJetsConsidered), "NumberOfConsideredJets");
54 
55  std::vector<bool> isBJet;
56  std::vector<bool> isLJet;
57  int cntBJets = 0;
58  if (useBTagging_) {
59  for (unsigned int idx = 0; idx < maxNJets; ++idx) {
60  isBJet.push_back(((*jets)[idx].bDiscriminator(bTagAlgorithm_) > minBDiscBJets_));
61  isLJet.push_back(((*jets)[idx].bDiscriminator(bTagAlgorithm_) < maxBDiscLightJets_));
62  if ((*jets)[idx].bDiscriminator(bTagAlgorithm_) > minBDiscBJets_)
63  cntBJets++;
64  }
65  }
66 
67  // -----------------------------------------------------
68  // associate those jets that get closest to the W mass
69  // with their invariant mass to the hadronic W boson
70  // -----------------------------------------------------
71  double wDist = -1.;
72  std::vector<int> closestToWMassIndices;
73  closestToWMassIndices.push_back(-1);
74  closestToWMassIndices.push_back(-1);
75  for (unsigned idx = 0; idx < maxNJets; ++idx) {
76  if (useBTagging_ && (!isLJet[idx] || (cntBJets <= 2 && isBJet[idx])))
77  continue;
78  for (unsigned jdx = (idx + 1); jdx < maxNJets; ++jdx) {
79  if (useBTagging_ &&
80  (!isLJet[jdx] || (cntBJets <= 2 && isBJet[jdx]) || (cntBJets == 3 && isBJet[idx] && isBJet[jdx])))
81  continue;
82  reco::Particle::LorentzVector sum = (*jets)[idx].p4() + (*jets)[jdx].p4();
83  if (wDist < 0. || wDist > fabs(sum.mass() - wMass_)) {
84  wDist = fabs(sum.mass() - wMass_);
85  closestToWMassIndices.clear();
86  closestToWMassIndices.push_back(idx);
87  closestToWMassIndices.push_back(jdx);
88  }
89  }
90  }
91 
92  // -----------------------------------------------------
93  // associate those jets with maximum pt of the vectorial
94  // sum to the hadronic decay chain
95  // -----------------------------------------------------
96  double maxPt = -1.;
97  int hadB = -1;
98  if (isValid(closestToWMassIndices[0], jets) && isValid(closestToWMassIndices[1], jets)) {
99  for (unsigned idx = 0; idx < maxNJets; ++idx) {
100  if (useBTagging_ && !isBJet[idx])
101  continue;
102  // make sure it's not used up already from the hadronic W
103  if ((int)idx != closestToWMassIndices[0] && (int)idx != closestToWMassIndices[1]) {
105  (*jets)[closestToWMassIndices[0]].p4() + (*jets)[closestToWMassIndices[1]].p4() + (*jets)[idx].p4();
106  if (maxPt < 0. || maxPt < sum.pt()) {
107  maxPt = sum.pt();
108  hadB = idx;
109  }
110  }
111  }
112  }
113 
114  // -----------------------------------------------------
115  // associate the remaining jet with maximum pt of the
116  // vectorial sum with the leading lepton with the
117  // leptonic b quark
118  // -----------------------------------------------------
119  maxPt = -1.;
120  int lepB = -1;
121  for (unsigned idx = 0; idx < maxNJets; ++idx) {
122  if (useBTagging_ && !isBJet[idx])
123  continue;
124  // make sure it's not used up already from the hadronic decay chain
125  if ((int)idx != closestToWMassIndices[0] && (int)idx != closestToWMassIndices[1] && (int)idx != hadB) {
126  reco::Particle::LorentzVector sum = (*jets)[idx].p4() + (*leps)[0].p4();
127  if (maxPt < 0. || maxPt < sum.pt()) {
128  maxPt = sum.pt();
129  lepB = idx;
130  }
131  }
132  }
133 
134  match[TtSemiLepEvtPartons::LightQ] = closestToWMassIndices[0];
135  match[TtSemiLepEvtPartons::LightQBar] = closestToWMassIndices[1];
138 
139  pOut->push_back(match);
140  evt.put(std::move(pOut));
141 }

References bTagAlgorithm_, edm::Event::getByToken(), TtSemiLepEvtPartons::HadB, mps_fire::i, heavyIonCSV_trainingSettings::idx, isValid(), singleTopDQM_cfi::jets, jetsToken_, TtSemiLepEvtPartons::LepB, TtSemiLepHitFitProducer_Electrons_cfi::leps, lepsToken_, TtSemiLepEvtPartons::LightQ, TtSemiLepEvtPartons::LightQBar, match(), maxBDiscLightJets_, SUSYDQMAnalyzer_cfi::maxNJets, maxNJets_, MuonErrorMatrixAnalyzer_cfi::maxPt, minBDiscBJets_, eostools::move(), edm::Event::put(), useBTagging_, trackerHitRTTI::vector, and wMass_.

Member Data Documentation

◆ bTagAlgorithm_

std::string TtSemiLepJetCombWMassMaxSumPt::bTagAlgorithm_
private

Definition at line 29 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ jetsToken_

edm::EDGetTokenT<std::vector<pat::Jet> > TtSemiLepJetCombWMassMaxSumPt::jetsToken_
private

Definition at line 22 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ lepsToken_

edm::EDGetTokenT<edm::View<reco::RecoCandidate> > TtSemiLepJetCombWMassMaxSumPt::lepsToken_
private

Definition at line 25 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ maxBDiscLightJets_

double TtSemiLepJetCombWMassMaxSumPt::maxBDiscLightJets_
private

Definition at line 31 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ maxNJets_

int TtSemiLepJetCombWMassMaxSumPt::maxNJets_
private

Definition at line 26 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce(), and TtSemiLepJetCombWMassMaxSumPt().

◆ minBDiscBJets_

double TtSemiLepJetCombWMassMaxSumPt::minBDiscBJets_
private

Definition at line 30 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ useBTagging_

bool TtSemiLepJetCombWMassMaxSumPt::useBTagging_
private

Definition at line 28 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

◆ wMass_

double TtSemiLepJetCombWMassMaxSumPt::wMass_
private

Definition at line 27 of file TtSemiLepJetCombWMassMaxSumPt.h.

Referenced by produce().

mps_fire.i
i
Definition: mps_fire.py:428
TtSemiLepEvtPartons::LightQBar
Definition: TtSemiLepEvtPartons.h:25
TtSemiLepJetCombWMassMaxSumPt::isValid
bool isValid(const int &idx, const edm::Handle< std::vector< pat::Jet > > &jets)
Definition: TtSemiLepJetCombWMassMaxSumPt.h:20
TtSemiLepJetCombWMassMaxSumPt::wMass_
double wMass_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:27
TtSemiLepEvtPartons::LepB
Definition: TtSemiLepEvtPartons.h:25
TtSemiLepJetCombWMassMaxSumPt::minBDiscBJets_
double minBDiscBJets_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:30
singleTopDQM_cfi.jets
jets
Definition: singleTopDQM_cfi.py:42
edm::Handle
Definition: AssociativeIterator.h:50
reco::Particle::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Particle.h:21
heavyIonCSV_trainingSettings.idx
idx
Definition: heavyIonCSV_trainingSettings.py:5
TtSemiLepJetCombWMassMaxSumPt::bTagAlgorithm_
std::string bTagAlgorithm_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:29
TtSemiLepHitFitProducer_Electrons_cfi.leps
leps
Definition: TtSemiLepHitFitProducer_Electrons_cfi.py:5
MuonErrorMatrixAnalyzer_cfi.maxPt
maxPt
Definition: MuonErrorMatrixAnalyzer_cfi.py:19
edm::Event::getByToken
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:535
TtSemiLepJetCombWMassMaxSumPt::useBTagging_
bool useBTagging_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:28
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
TtSemiLepJetCombWMassMaxSumPt::jetsToken_
edm::EDGetTokenT< std::vector< pat::Jet > > jetsToken_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:22
edm::View
Definition: CaloClusterFwd.h:14
TtSemiLepEvtPartons::HadB
Definition: TtSemiLepEvtPartons.h:25
match
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10
TtSemiLepEvtPartons::LightQ
Definition: TtSemiLepEvtPartons.h:25
SUSYDQMAnalyzer_cfi.maxNJets
maxNJets
Definition: SUSYDQMAnalyzer_cfi.py:13
edm::Event::put
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:133
trackerHitRTTI::vector
Definition: trackerHitRTTI.h:21
looper.cfg
cfg
Definition: looper.py:297
TtSemiLepJetCombWMassMaxSumPt::maxNJets_
int maxNJets_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:26
eostools.move
def move(src, dest)
Definition: eostools.py:511
TtSemiLepJetCombWMassMaxSumPt::maxBDiscLightJets_
double maxBDiscLightJets_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:31
Exception
Definition: hltDiff.cc:245
TtSemiLepJetCombWMassMaxSumPt::lepsToken_
edm::EDGetTokenT< edm::View< reco::RecoCandidate > > lepsToken_
Definition: TtSemiLepJetCombWMassMaxSumPt.h:25
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:155
edm::InputTag
Definition: InputTag.h:15