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 }
Training stage.
Stage
The stage of the multivariant tagging process.
Definition: Stage.hh:15
Boosted Collider Analysis.
Definition: Analysis.hh:15
Reading stage.
std::string Name(Output output)
Definition: Base.cpp:23