ATLAS Offline Software
CalcTtbarPartonHistory.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 ANALYSISTOP_TOPPARTONS_CALCTTBARPARTONHISTORY_H
6 #define ANALYSISTOP_TOPPARTONS_CALCTTBARPARTONHISTORY_H
7 
22 // Framework include(s):
26 
27 // forward declaration(s):
28 namespace top {
29  class TopConfig;
30 }
31 
32 namespace top {
34  public:
35  explicit CalcTtbarPartonHistory(const std::string& name);
37 
38  //Storing parton history for ttbar resonance analysis
42 
43  void ttbarHistorySaver(const xAOD::TruthParticleContainer* truthParticles, xAOD::PartonHistory* ttbarPartonHistory);
44 
45  virtual StatusCode execute();
46  };
47 }
48 
49 #endif
top::CalcTtbarPartonHistory::~CalcTtbarPartonHistory
virtual ~CalcTtbarPartonHistory()
Definition: CalcTtbarPartonHistory.h:36
xAOD::PartonHistory
Interface class.
Definition: PartonHistory.h:48
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
TruthParticleContainer.h
top::CalcTtbarPartonHistory::CalcTtbarPartonHistory
CalcTtbarPartonHistory(const CalcTtbarPartonHistory &rhs)=delete
top::CalcTtbarPartonHistory::execute
virtual StatusCode execute()
Definition: CalcTtbarPartonHistory.cxx:107
top::CalcTtbarPartonHistory::CalcTtbarPartonHistory
CalcTtbarPartonHistory(CalcTtbarPartonHistory &&rhs)=delete
PartonHistory.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
top::CalcTtbarPartonHistory
Definition: CalcTtbarPartonHistory.h:33
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
top::CalcTtbarPartonHistory::operator=
CalcTtbarPartonHistory & operator=(const CalcTtbarPartonHistory &rhs)=delete
top::CalcTopPartonHistory
Definition: CalcTopPartonHistory.h:39
top::CalcTtbarPartonHistory::ttbarHistorySaver
void ttbarHistorySaver(const xAOD::TruthParticleContainer *truthParticles, xAOD::PartonHistory *ttbarPartonHistory)
Definition: CalcTtbarPartonHistory.cxx:13
CalcTopPartonHistory.h
top::CalcTtbarPartonHistory::CalcTtbarPartonHistory
CalcTtbarPartonHistory(const std::string &name)
Definition: CalcTtbarPartonHistory.cxx:11