NPADetector Derived Type

type, public :: NPADetector

Defines a NPA detector


Inherits

type~~npadetector~~InheritsGraph type~npadetector NPADetector type~boundedplane BoundedPlane type~npadetector->type~boundedplane detector, aperture

Inherited by

type~~npadetector~~InheritedByGraph type~npadetector NPADetector type~npachords NPAChords type~npachords->type~npadetector det

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(BoundedPlane), public :: detector

Detecting plane of NPA detector

type(BoundedPlane), public :: aperture

Aperture plane of NPA detector


Source Code

type NPADetector
    !+ Defines a NPA detector
    type(BoundedPlane) :: detector
        !+ Detecting plane of NPA detector
    type(BoundedPlane) :: aperture
        !+ Aperture plane of NPA detector
end type NPADetector