Skip to content
Snippets Groups Projects

Application of the CA tracking into the online reconstruction chain: Iteration 1

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-online into master
Files
7
@@ -218,6 +218,33 @@ namespace cbm::algo::ca::constants
constexpr char WTbr[] = "\e[1;7;38m"; ///< bold-reverse white
} // namespace clrs
// clang-format: off
constexpr char Logo[] = "\n\n\n\n"
" [][][] [][][] [][][][][] [][] [] "
" \n"
" [] [] [] [] [] [] [] [] [] "
" \n"
" [] [] [] [] [] "
" \n"
" [] [] [] [] [][][][] [][][] [][][] [] [][] [][] "
"[][][][] [][][][]\n"
" [] [] [] [] [] [] [] [] [] [] [] [] [] [] "
" [] [] [] [] \n"
" [] [] [] [] [] [][][] [] [] [] [] "
" [] [] [] [] \n"
" [] [] [] [] [] [] [] [] [] [] [] [] [] "
" [] [] [] [] \n"
" [][][] [][] [][] [][] [][] [][][][] [][][] [][] [][] [][] "
"[][] [][] [][] [] \n"
" "
" [] \n"
" By CBM Collaboration "
" [] [] \n"
" "
" [][][]\n\n\n";
// clang-format: on
} // namespace cbm::algo::ca::constants
#endif // CaConstants_h
Loading