ATLAS Offline Software
MT2Reco.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
6 
7 #include "TopEvent/Event.h"
8 
9 #ifdef ROOTCORE_PACKAGE_Oxbridgekinetics
10 
11 namespace top {
12  MT2Reco::MT2Reco() {
13  }
14 
15  MT2Reco::~MT2Reco() {
16  }
17 
18  bool MT2Reco::apply(const top::Event& /*event*/) const {
19  return true;
20  }
21 }
22 
23 #endif //ROOTCORE_PACKAGE_Oxbridgekinetics
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
MT2Reco.h
Event.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