ATLAS Offline Software
NVarRCJetSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef NVARRCJETSELECTOR_H_
6 #define NVARRCJETSELECTOR_H_
7 
9 
10 
11 namespace top {
13  std::string m_name;
14  public:
15  explicit NVarRCJetSelector(const std::string& name, const std::string& params);
16 
17  bool apply(const top::Event& event) const override;
18  bool applyParticleLevel(const top::ParticleLevelEvent&) const override;
19  };
20 }
21 
22 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::NVarRCJetSelector::applyParticleLevel
bool applyParticleLevel(const top::ParticleLevelEvent &) const override
This does stuff based on the information in a particle level event.
Definition: NVarRCJetSelector.cxx:29
top::SignValueSelector
Many of the tools need a sign (>=) and a value (2).
Definition: SignValueSelector.h:16
top::NVarRCJetSelector::m_name
std::string m_name
Definition: NVarRCJetSelector.h:13
top::NVarRCJetSelector::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: NVarRCJetSelector.cxx:16
SignValueSelector.h
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::ParticleLevelEvent
Definition: ParticleLevelEvent.h:24
top::NVarRCJetSelector::NVarRCJetSelector
NVarRCJetSelector(const std::string &name, const std::string &params)
Definition: NVarRCJetSelector.cxx:10
top::NVarRCJetSelector
Definition: NVarRCJetSelector.h:12
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::name
virtual std::string name() const override
The name is generated in the constructor for this kind of tool.
Definition: SignValueSelector.cxx:70