Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
identification
Tag.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include <string>
7
8
namespace
boca
{
9
14
enum class
Tag
{
15
background
= 0,
16
signal
= 1
17
};
18
22
std::string
Name
(
Tag
tag);
23
28
std::ostream&
operator<<
(std::ostream & stream,
Tag
tag);
29
30
}
31
boca::Id::string
boca::Tag::background
Background.
boca::operator<<
std::ostream & operator<<(std::ostream &stream, Relative relative)
Stream the name of a family relative.
Definition:
Family.cpp:27
boca::Tag
Tag
The Tag distinguishes between signal and background events.
Definition:
Tag.hh:14
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Tag::signal
Signal.
boca::Name
std::string Name(Output output)
Definition:
Base.cpp:23