Introduction
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
+
Enumerator
k
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Enumerator
Related Functions
+
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
components
anitaEventCorrelator
src
TArrowAntarctica.cxx
1
#include "TArrowAntarctica.h"
2
#include "TGraphAntarctica.h"
3
4
ClassImp(
TArrowAntarctica
);
5
6
TArrowAntarctica::TArrowAntarctica
(
TGraphAntarctica
* gr1,
TGraphAntarctica
* gr2, Int_t i1, Int_t i2, Float_t arrowSize, Option_t* option)
7
: TArrow (0, 0, 0, 0, arrowSize, option)
8
{
9
setDefaultStyle();
10
if
(gr1 && i1 >= 0 && i1 < gr1->GetN() ){
11
fX1 = gr1->GetX()[i1];
12
fY1 = gr1->GetY()[i1];
13
}
14
if
(gr2 && i2 >= 0 && i2 < gr2->GetN() ){
15
fX2 = gr2->GetX()[i2];
16
fY2 = gr2->GetY()[i2];
17
}
18
}
TArrowAntarctica::TArrowAntarctica
TArrowAntarctica()
Definition:
TArrowAntarctica.h:25
TArrowAntarctica
Draw an arrow between two lon/lat points.
Definition:
TArrowAntarctica.h:19
TGraphAntarctica
Definition:
TGraphAntarctica.h:35
Generated on Tue Mar 23 2021 12:52:25 for ANITA Software by
1.8.14