Tag.hh File Reference
#include <string>
Include dependency graph for Tag.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
boca | |
Boosted Collider Analysis. | |
Enumerations | |
enum | boca::Tag { boca::Tag::background = 0, boca::Tag::signal = 1 } |
The Tag distinguishes between signal and background events. More... | |
Functions | |
std::string | boca::Name (Tag tag) |
Name of Tag. More... | |
std::ostream & | boca::operator<< (std::ostream &stream, Tag tag) |
Stream the name of a particle with given Id. More... | |