Exemplo n.º 1
0
std::string Base::FileName(Phase const& phase) const
{
    INFO0;
    switch (phase.Tag()) {
    case Tag::signal : return SignalFileName(phase.Stage());
    case Tag::background : return BackgroundFileName(phase.Stage());
        DEFAULT(boca::Name(phase.Tag()), "");
    }
}
Exemplo n.º 2
0
std::string Base::BranchName(Phase const& phase) const
{
    INFO0;
    return Name(phase.Stage());
}
Exemplo n.º 3
0
std::string Base::ExportFileName(Phase const& phase) const
{
    INFO0;
    return ExportFileName(phase.Stage(), phase.Tag());
}