Represent a simple event consisting of lepton(s) and jet(s). More...
#include "TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Jet.h"
#include "TopQuarkAnalysis/TopHitFit/interface/Lepjets_Event_Lep.h"
#include <vector>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | hitfit::Lepjets_Event |
Represent a simple event consisting of lepton(s) and jet(s). An instance of this class holds a list of leptons (as represented by the Lepjets_Event_Lep class) and jets (as represented by Lepjets_Event_Jet class). Also recorded are: More... | |
Namespaces | |
hitfit | |
Functions | |
std::ostream & | hitfit::operator<< (std::ostream &s, const Lepjets_Event &ev) |
Output stream operator, print the content of this Lepjets_Event to an output stream. More... | |
Represent a simple event consisting of lepton(s) and jet(s).
Definition in file Lepjets_Event.h.