32 std::vector<Jet>
GetJets()
const override;
42 std::vector<Lepton>
GetMuons()
const override;
44 std::vector<Photon>
GetPhotons()
const override;
50 std::vector<Jet> EFlowJets(
JetDetail jet_detail)
const;
52 std::vector<Jet> DelphesJets(
JetDetail jet_detail)
const;
54 std::vector<Jet> GenJets()
const;
56 bool IsLepton(TObject
const&
object,
JetDetail jet_detail)
const;
60 std::vector<Jet> EFlowTrack(
JetDetail jet_detail)
const;
62 std::vector<Jet> EFlowPhoton(
JetDetail jet_detail)
const;
64 std::vector<Jet> EFlowHadron(
JetDetail jet_detail)
const;
66 std::vector<Jet> EFlowMuon(
JetDetail jet_detail)
const;
70 boost::optional<Jet> ConstituentJet(TObject&
object,
JetDetail jet_detail)
const;
72 boost::optional<Jet> ConstituentGenParticle(TObject&
object,
JetDetail jet_detail)
const;
74 boost::optional<Jet> ConstituentTrack(TObject&
object,
JetDetail jet_detail)
const;
76 boost::optional<Jet> ConstituentTower(TObject&
object,
JetDetail jet_detail)
const;
78 boost::optional<Jet> ConstituentMuon(TObject&
object,
JetDetail jet_detail)
const;
80 std::vector<TObject*> LeptonsObjects()
const;
Jet.
Definition: Jet.hh:15
std::vector< Jet > GetJets() const override
Definition: Delphes.cpp:94
std::vector< Photon > GetPhotons() const override
Definition: Delphes.cpp:74
::Jet Jet
Definition: TypeDef.hh:26
Lazy caching of variables.
Definition: Mutable.hh:19
std::vector< Lepton > GetMuons() const override
Definition: Delphes.cpp:66
Delphes events.
Definition: Delphes.hh:23
Event(boca::TreeReader const &tree_reader)
Constructor.
Definition: Event.cpp:50
Base class for the event Topology.
Definition: Event.hh:53
JetDetail
Definition: Event.hh:16
Status
Definition: Event.hh:39
Momentum GetScalarHt() const override
Definition: Delphes.cpp:88
Delphes
Definition: TypeDef.hh:11
std::vector< Particle > GetParticles(Status max_status) const override
Definition: Delphes.cpp:44
Boosted Collider Analysis.
Definition: Analysis.hh:15
Energy Momentum
Momentum measured in electronvolt.
Definition: ElectronVolt.hh:68
boca::MissingEt GetMissingEt() const override
Definition: Delphes.cpp:82
std::vector< Lepton > GetElectrons() const override
Definition: Delphes.cpp:58
std::vector< Jet > GetEFlow(JetDetail jet_detail) const override
Definition: Delphes.cpp:241