Project
Loading...
Searching...
No Matches
o2::common Namespace Reference

Functions

template<typename T >
 GPUdi () T BetheBlochAleph(T bg
 
 return (kp2 - aa - bb) *kp1/aa
 

Variables

kp1
 
T T kp2
 
T T T kp3
 
T T T T kp4
 
T T T T T kp5
 
aa = o2::gpu::GPUCommonMath::Pow(beta, kp4)
 
bb = o2::gpu::GPUCommonMath::Pow(static_cast<T>(1.) / bg, kp5)
 

Function Documentation

◆ GPUdi()

template<typename T >
o2::common::GPUdi ( )

◆ return()

o2::common::return ( kp2 - aa bb)

Variable Documentation

◆ aa

T o2::common::aa = o2::gpu::GPUCommonMath::Pow(beta, kp4)

Definition at line 26 of file BetheBlochAleph.h.

◆ bb

o2::common::bb = o2::gpu::GPUCommonMath::Pow(static_cast<T>(1.) / bg, kp5)

Definition at line 27 of file BetheBlochAleph.h.

◆ kp1

T o2::common::kp1

Definition at line 22 of file BetheBlochAleph.h.

◆ kp2

T T o2::common::kp2

Definition at line 22 of file BetheBlochAleph.h.

◆ kp3

T T T o2::common::kp3

Definition at line 22 of file BetheBlochAleph.h.

◆ kp4

T T T T o2::common::kp4

Definition at line 22 of file BetheBlochAleph.h.

◆ kp5

T T T T T o2::common::kp5
Initial value:
{
T beta = bg / o2::gpu::GPUCommonMath::Sqrt(static_cast<T>(1.) + bg * bg)

Definition at line 22 of file BetheBlochAleph.h.