Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
math
GradedVector3.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
boca/math/Vector3.hh
"
4
#include "
boca/math/GradedContainer.hh
"
5
6
namespace
boca
7
{
8
13
template
<
typename
Value_>
14
using
GradedVector3
=
GradedVector<Vector3, Value_>
;
15
16
}
Vector3.hh
boca::GradedVector
Definition:
GradedContainer.hh:173
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
GradedContainer.hh