ATLAS Offline Software
NTauTightSelector.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("TAU_N_TIGHT", params, true) {
11  }
12 
14  auto func = [&](const xAOD::TauJet* tauPtr) {
15  return tauPtr->pt() > value() && tauPtr->auxdataConst<char>("passPreORSelection");
16  };
17  auto count = std::count_if(event.m_tauJets.begin(), event.m_tauJets.end(), func);
18 
19  return checkInt(count, multiplicity());
20  }
21 }
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
NTauTightSelector.h
top::SignValueSelector
Many of the tools need a sign (>=) and a value (2).
Definition: SignValueSelector.h:16
XMLtoHeader.count
count
Definition: XMLtoHeader.py:85
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
xAOD::TauJet_v3
Class describing a tau jet.
Definition: TauJet_v3.h:41
top::NTauTightSelector::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: NTauTightSelector.cxx:13
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
top::NTauTightSelector::NTauTightSelector
NTauTightSelector(const std::string &params)
Definition: NTauTightSelector.cxx:8
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