Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
io
Source.hh
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
}
boca::Id::string
boca::Source::pgs
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Source::delphes
boca::Source::tagger
boca::Source::snowmass
boca::Name
std::string Name(Output output)
Definition:
Base.cpp:23
boca::Source
Source
Definition:
Source.hh:11
boca::Source::parton