COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Main Page
Related Pages
+
Modules
Modules List
+
Module Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
x
+
Functions/Subroutines
c
g
m
o
+
Variables
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
x
+
Data Types List
Data Types List
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
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
y
z
+
Files
File List
+
File 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/Subroutines
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
y
z
+
Variables
!
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
~
Typedefs
+
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
Functions/Subroutines
cxai.f File Reference
Go to the source code of this file.
Functions/Subroutines
real
*8 function
cxai
(gam, mag)
Function/Subroutine Documentation
◆
cxai()
real
*8 function cxai
(
type(
ptcl
)
gam
,
type(
magfield
)
mag
)
Definition at line
6
of file
cxai.f
.
References
masele
.
6
implicit none
7
#include "Zglobalc.h"
8
#include "Zptcl.h"
9
#include "Zmass.h"
10
#include "Zmagfield.h"
11
12
type
(
ptcl
):: gam
! gamma ray
13
type
(
magfield
):: mag
! magnetic field.
14
real*8
bsin,
cgetbsin
15
16
bsin =
cgetbsin
(gam, mag)
17
! Eg/m * Bsin/Bcr
18
cxai
= gam%fm%p(4) /
masele
* bsin/bcr/ 2.
cxai
real *8 function cxai(gam, mag)
Definition:
cxai.f:6
cgetbsin
real *8 function cgetbsin(aPtcl, mag)
Definition:
cgetBsin.f:5
masele
const double masele
Definition:
Zmass.h:2
ptcl
Definition:
Zptcl.h:75
magfield
Definition:
Zmagfield.h:39
Particle
Event
Elemag
Sync
cxai.f
Generated by
1.8.13