Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file.
1 
4 #pragma once
5 
6 #include <string>
7 
8 namespace boca
9 {
10 
11 enum class Source
12 {
13  delphes,
14  pgs,
15  parton,
16  tagger,
17  snowmass
18 };
19 
20 std::string Name(Source source);
21 
22 }
Boosted Collider Analysis.
Definition: Analysis.hh:15
std::string Name(Output output)
Definition: Base.cpp:23
Source
Definition: Source.hh:11