Type to contain the probability of hitting a NPA detector
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=Float64), | public | :: | p | = | 0.d0 | Hit probability |
|
real(kind=Float64), | public | :: | pitch | = | -2.d0 | Pitch |
|
real(kind=Float64), | public, | dimension(3) | :: | eff_rd | = | 0.d0 | Effective position of detector |
real(kind=Float64), | public, | dimension(3) | :: | dir | = | 0.d0 | Trajectory direction |
type NPAProbability
!+ Type to contain the probability of hitting a NPA detector
real(Float64) :: p = 0.d0
!+ Hit probability
real(Float64) :: pitch = -2.d0
!+ Pitch
real(Float64), dimension(3) :: eff_rd = 0.d0
!+ Effective position of detector
real(Float64), dimension(3) :: dir = 0.d0
!+ Trajectory direction
end type NPAProbability