Loading [MathJax]/extensions/tex2jax.js
Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
×
Search Results
boca
multivariant
Stage.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include <string>
7
8
namespace
boca
9
{
10
15
enum class
Stage
16
{
17
trainer
,
18
reader
19
};
20
24
std::string
Name
(
Stage
stage);
25
26
}
boca::Stage::trainer
Training stage.
boca::Stage
Stage
The stage of the multivariant tagging process.
Definition:
Stage.hh:15
boca::Id::string
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Stage::reader
Reading stage.
boca::Name
std::string Name(Output output)
Definition:
Base.cpp:23