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 
std::ostream & operator<<(std::ostream &stream, Relative relative)
Stream the name of a family relative.
Definition: Family.cpp:27
Tag
The Tag distinguishes between signal and background events.
Definition: Tag.hh:14
Boosted Collider Analysis.
Definition: Analysis.hh:15
std::string Name(Output output)
Definition: Base.cpp:23