CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TtSemiLepEvtPartons.h
Go to the documentation of this file.
1 #ifndef TtSemiLepEvtPartons_h
2 #define TtSemiLepEvtPartons_h
3 
5 
6 #include <vector>
7 
16 namespace reco {
17  class Candidate;
18 }
19 class TtGenEvent;
20 
22 public:
26 
27 public:
29  TtSemiLepEvtPartons(const std::vector<std::string>& partonsToIgnore = std::vector<std::string>());
31  ~TtSemiLepEvtPartons() override{};
32 
34  std::vector<const reco::Candidate*> vec(const TtGenEvent& genEvt) override;
35 };
36 
37 #endif
Class to fill partons in a well defined order for semi-leptonic ttbar events.
TtSemiLepEvtPartons(const std::vector< std::string > &partonsToIgnore=std::vector< std::string >())
default constructor
~TtSemiLepEvtPartons() override
default destructor
Common base class for TtFullLepEvtPartons, TtFullHadEvtPartons and TtSemiLepEvtPartons.
std::vector< const reco::Candidate * > vec(const TtGenEvent &genEvt) override
return vector of partons in the order defined in the corresponding enum
Class derived from the TopGenEvent for ttbar events.
Definition: TtGenEvent.h:18