ATLAS Offline Software
KLFitterSelector.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 // $Id: KLFitterSelector.h 665436 2015-05-06 19:10:23Z morrisj $
6 #ifndef ANALYSISTOP_TOPEVENTSELECTIONTOOLS_KLFITTERSELECTOR_H
7 #define ANALYSISTOP_TOPEVENTSELECTIONTOOLS_KLFITTERSELECTOR_H
8 
10 
11 namespace top {
16  // Forward declare
17  class Event;
18 
20  public:
21  explicit KLFitterSelector(const std::string& params);
22  bool apply(const top::Event&) const override;
23  };
24 }
25 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
Event
Definition: trigbs_orderedMerge.cxx:42
top::SignValueSelector
Many of the tools need a sign (>=) and a value (2).
Definition: SignValueSelector.h:16
top::KLFitterSelector::apply
bool apply(const top::Event &) const override
This does stuff based on the information in an event.
Definition: KLFitterSelector.cxx:15
SignValueSelector.h
top::KLFitterSelector
Definition: KLFitterSelector.h:19
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::KLFitterSelector::KLFitterSelector
KLFitterSelector(const std::string &params)
Definition: KLFitterSelector.cxx:11