ATLAS Offline Software
NLargeJetSelector.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
6 
7 namespace top {
9  SignValueSelector("LJET_N", params, true) {
11  }
12 
14  auto func = [&](const xAOD::Jet* jetPtr) {
15  return jetPtr->pt() > value();
16  };
17  auto count = std::count_if(event.m_largeJets.begin(), event.m_largeJets.end(), func);
18 
19  return checkInt(count, multiplicity());
20  }
21 
23  auto func = [&](const xAOD::Jet* jetPtr) {
24  return jetPtr->pt() > value();
25  };
26  auto count = std::count_if(event.m_largeRJets->begin(), event.m_largeRJets->end(), func);
27 
28  return checkInt(count, multiplicity());
29  }
30 }
top::SignValueSelector::checkInt
bool checkInt(int value, int cut) const
Compare a cut supplied by the user with the value calculated in the event.
Definition: SignValueSelector.cxx:159
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::SignValueSelector::multiplicity
double multiplicity() const
Get the cut multiplicity assigned in the constructor.
Definition: SignValueSelector.cxx:106
top::NLargeJetSelector::NLargeJetSelector
NLargeJetSelector(const std::string &params)
Definition: NLargeJetSelector.cxx:8
NLargeJetSelector.h
top::NLargeJetSelector::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: NLargeJetSelector.cxx:13
top::SignValueSelector
Many of the tools need a sign (>=) and a value (2).
Definition: SignValueSelector.h:16
XMLtoHeader.count
count
Definition: XMLtoHeader.py:85
top::NLargeJetSelector::applyParticleLevel
bool applyParticleLevel(const top::ParticleLevelEvent &) const override
This does stuff based on the information in a particle level event.
Definition: NLargeJetSelector.cxx:22
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::ParticleLevelEvent
Definition: ParticleLevelEvent.h:24
top::SignValueSelector::checkMultiplicityIsInteger
void checkMultiplicityIsInteger()
Integers are annoying in C++.
Definition: SignValueSelector.cxx:82
top::SignValueSelector::value
double value() const
Get the cut value assigned in the constructor.
Definition: SignValueSelector.cxx:94
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49
PowhegControl_ttFCNC_NLO.params
params
Definition: PowhegControl_ttFCNC_NLO.py:226