Event.hh File Reference
#include <map>
#include "boca/generic/Mutable.hh"
#include "boca/generic/Flag.hh"
#include "boca/fastjet/Jet.hh"
#include "boca/fastjet/Particle.hh"
Include dependency graph for Event.hh:
Go to the source code of this file.
Classes | |
struct | boca::Flag< JetDetail > |
class | boca::Event |
Base class for the event Topology. More... | |
Namespaces | |
boca | |
Boosted Collider Analysis. | |
Enumerations | |
enum | boca::JetDetail { boca::JetDetail::none = 0, boca::JetDetail::plain = 1 << 0, boca::JetDetail::structure = 1 << 1, boca::JetDetail::isolation = 1 << 2 } |
enum | boca::Decay { boca::Decay::leptonic, boca::Decay::hadronic } |
enum | boca::Status { boca::Status::none = 0, boca::Status::stable = 1, boca::Status::unstable = 2, boca::Status::generator = 3 } |
Functions | |
std::string | boca::Name (JetDetail jet_detail) |
std::string | boca::Name (Decay decay) |