ATLAS Offline Software
MT2Reco.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 MT2RECO_H_
6 #define MT2RECO_H_
7 
8 #ifdef ROOTCORE_PACKAGE_Oxbridgekinetics
9 
11 
12 namespace top {
13  class Event;
14 
18  class MT2Reco: public EventSelectorBase {
19  public:
20  MT2Reco();
21  virtual ~MT2Reco();
22 
23  virtual bool apply(const top::Event&) const override;
24 
25  std::string name() const {return "RECO:MT2";}
26  };
27 }
28 
29 #endif //ROOTCORE_PACKAGE_Oxbridgekinetics
30 
31 #endif
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
Event
Definition: trigbs_orderedMerge.cxx:42
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
EventSelectorBase.h
top::Event
Very simple class to hold event data after reading from a file.
Definition: Event.h:49
python.dqu_subprocess.apply
def apply(func, args)
Definition: dqu_subprocess.py:11