Module hitpos_struct_mod

module hitpos_struct_mod

        ! Uses
    use precision_mod

        ! Types
    public type HitPos_type

end module hitpos_struct_mod

Description of Types

HitPos_type

public type HitPos_type
    integer :: itrack
    integer :: plane
    integer :: wire
    real (kind=R4) :: U
    real (kind=R4) :: V
    real (kind=R4) :: Z
    real (kind=R4) :: angle
    real (kind=R4) :: sigma2
    real (kind=R4) :: resid
    real (kind=R4) :: TimeResid
    real (kind=R4) :: PU
    real (kind=R4) :: PV
    real (kind=R4) :: PZ
    real (kind=R4) :: geantTof
    real (kind=R4) :: radius
    real (kind=R4) :: time
    character :: LCR
    logical :: dense
    logical :: exclude
    real, DIMENSION(5) :: params
end type HitPos_type