ATLAS Offline Software
MLLWindowSelector.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 MLLWINDOW_H_
6 #define MLLWINDOW_H_
7 
9 
10 namespace top {
14  class MLLWindow: public EventSelectorBase {
15  public:
16  explicit MLLWindow(std::string params);
17 
18  bool apply(const top::Event& event) const override;
19 
20  bool applyParticleLevel(const top::ParticleLevelEvent& event) const override;
21 
22  std::string name() const override;
23  private:
24  double m_cutvalue0;
25  double m_cutvalue1;
26  };
27 }
28 
29 #endif
top::MLLWindow::MLLWindow
MLLWindow(std::string params)
Definition: MLLWindowSelector.cxx:9
top::MLLWindow::applyParticleLevel
bool applyParticleLevel(const top::ParticleLevelEvent &event) const override
This does stuff based on the information in a particle level event.
Definition: MLLWindowSelector.cxx:33
top::MLLWindow::m_cutvalue0
double m_cutvalue0
Definition: MLLWindowSelector.h:24
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
SignValueSelector.h
top::MLLWindow::apply
bool apply(const top::Event &event) const override
This does stuff based on the information in an event.
Definition: MLLWindowSelector.cxx:15
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
top::MLLWindow::name
std::string name() const override
A human readable name.
Definition: MLLWindowSelector.cxx:58
top::ParticleLevelEvent
Definition: ParticleLevelEvent.h:24
top::MLLWindow
Reject events in the invariant mass (of two charged leptons) window.
Definition: MLLWindowSelector.h:14
top::EventSelectorBase
This should apply event-level cuts and perform simple plotting on top::Event objects.
Definition: EventSelectorBase.h:20
top::MLLWindow::m_cutvalue1
double m_cutvalue1
Definition: MLLWindowSelector.h:25
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