EventAnalysis  1.3.0
Namespaces | Enumerations | Functions | Variables
ObjectCategory.h File Reference
#include <array>
#include <iostream>

Go to the source code of this file.

Namespaces

 EA
 IncludeFileExc.h IncludeFileExc class declaration.
 

Enumerations

enum  EA::ObjectCategory : int { EA::ObjectCategory::NONE, EA::ObjectCategory::EVENT, EA::ObjectCategory::PASS, EA::ObjectCategory::GLOBAL }
 Category of objects. More...
 

Functions

std::ostream & EA::operator<< (std::ostream &out, const ObjectCategory &category)
 

Variables

const std::array< std::string, 4 > EA::ObjectCategoryName {"None", "Event", "Pass", "Global"}