ATLAS Offline Software
CalcTbbarPartonHistory.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_CALCTBBARPARTONHISTORY_H
6 #define ANALYSISTOP_TOPPARTONS_CALCTBBARPARTONHISTORY_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 CalcTbbarPartonHistory(const std::string& name);
37 
38  //Storing parton history for tbbar resonance analysis
42 
43  void tbbarHistorySaver(const xAOD::TruthParticleContainer* truthParticles, xAOD::PartonHistory* tbbarPartonHistory);
44 
45  virtual StatusCode execute();
46  };
47 }
48 
49 #endif
top::CalcTbbarPartonHistory::operator=
CalcTbbarPartonHistory & operator=(const CalcTbbarPartonHistory &rhs)=delete
xAOD::PartonHistory
Interface class.
Definition: PartonHistory.h:48
top
TopConfig A simple configuration that is NOT a singleton.
Definition: AnalysisTrackingHelper.cxx:58
top::CalcTbbarPartonHistory::CalcTbbarPartonHistory
CalcTbbarPartonHistory(const CalcTbbarPartonHistory &rhs)=delete
TruthParticleContainer.h
top::CalcTbbarPartonHistory::CalcTbbarPartonHistory
CalcTbbarPartonHistory(const std::string &name)
Definition: CalcTbbarPartonHistory.cxx:13
PartonHistory.h
top::CalcTbbarPartonHistory::CalcTbbarPartonHistory
CalcTbbarPartonHistory(CalcTbbarPartonHistory &&rhs)=delete
top::CalcTbbarPartonHistory::execute
virtual StatusCode execute()
Definition: CalcTbbarPartonHistory.cxx:71
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
top::CalcTbbarPartonHistory::tbbarHistorySaver
void tbbarHistorySaver(const xAOD::TruthParticleContainer *truthParticles, xAOD::PartonHistory *tbbarPartonHistory)
Definition: CalcTbbarPartonHistory.cxx:15
top::CalcTopPartonHistory
Definition: CalcTopPartonHistory.h:39
CalcTopPartonHistory.h
top::CalcTbbarPartonHistory::~CalcTbbarPartonHistory
virtual ~CalcTbbarPartonHistory()
Definition: CalcTbbarPartonHistory.h:36
top::CalcTbbarPartonHistory
Definition: CalcTbbarPartonHistory.h:33