Represent an event for kinematic fitting as a collection of four-momenta. More...
Go to the source code of this file.
Classes | |
class | hitfit::FE_Obj |
Represent a single object in a Fourvec_Event, this is just a dumb data container. Each object in a Fourvec_Event has the following attributes: More... | |
class | hitfit::Fourvec_Event |
Represent an event for kinematic fitting as a collection of four-momenta. Each object is represented as an instance of FE_Obj. There may be an object for a neutrino. If that is the case, it is always at the end of the object list. It is not included in the count returned by nobjs(). But is is included in nobjs_all(). More... | |
Namespaces | |
hitfit | |
Functions | |
std::ostream & | hitfit::operator<< (std::ostream &s, const FE_Obj &o) |
Output stream operator, print the content of this FE_Obj object to an output stream. More... | |
Variables | |
const int | hitfit::nu_label = -1 |
Represent an event for kinematic fitting as a collection of four-momenta.
Definition in file Fourvec_Event.h.