ATLAS Offline Software
NJetBtagSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef NJETBTAGSELECTOR_H_
6 #define NJETBTAGSELECTOR_H_
7 
9 
10 namespace top {
11  class TopConfig;
12 
17  public:
18  explicit NJetBtagSelector(const std::string& params, std::shared_ptr<top::TopConfig> config, bool doTrackJets);
19 
20  bool apply(const top::Event& event) const override;
21 
23  private:
25  };
26 }
27 
28 #endif
top::NJetBtagSelector
A tool that selects events with a certain number of good jets.
Definition: NJetBtagSelector.h:16
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::SignValueSelector
Many of the tools need a sign (>=) and a value (2).
Definition: SignValueSelector.h:16
config
Definition: PhysicsAnalysis/AnalysisCommon/AssociationUtils/python/config.py:1
SignValueSelector.h
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::NJetBtagSelector::getFullCutName
const std::string getFullCutName()
Definition: NJetBtagSelector.h:22
top::NJetBtagSelector::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: NJetBtagSelector.cxx:34
top::NJetBtagSelector::NJetBtagSelector
NJetBtagSelector(const std::string &params, std::shared_ptr< top::TopConfig > config, bool doTrackJets)
Definition: NJetBtagSelector.cxx:12
top::NJetBtagSelector::m_doTrackJets
bool m_doTrackJets
Definition: NJetBtagSelector.h:22
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
top::SignValueSelector::valueStringDelimReplace
std::string valueStringDelimReplace() const
valueString which is manipulated to replace delimiter with new string
Definition: SignValueSelector.cxx:102