Boosted Collider Analysis (BoCA) 0.3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
boca
math
LorentzLine.hh
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
boca/math/Line.hh
"
7
#include "
boca/math/LorentzVector.hh
"
8
9
namespace
boca
10
{
11
16
template
<
typename
Value_>
17
using
LorentzLine
=
Line<LorentzVector, Value_>
;
18
19
}
LorentzVector.hh
Line.hh
boca
Boosted Collider Analysis.
Definition:
Analysis.hh:15
boca::Line
Line between two points.
Definition:
Line.hh:15