Difference between revisions of "IXTeffdet index"
Jump to navigation
Jump to search
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
==Structure== | ==Structure== | ||
Line 12: | Line 11: | ||
! {{Headcellstyle}} | Description | ! {{Headcellstyle}} | Description | ||
|- | |- | ||
− | |good_index (:) || int (ptr) ||array denoting good detectors | + | |'''base''' |
+ | | [[IXTbase]] | ||
+ | | interal use | ||
+ | |- | ||
+ | |'''good_index(:)''' || int(ptr) ||array denoting good detectors | ||
|- | |- | ||
− | | bad_index (:) || int (ptr) || array denoting bad detectors | + | | '''bad_index(:)''' || int(ptr) || array denoting bad detectors |
|} | |} | ||
− | ==F90 syntax | + | ==F90 syntax== |
Latest revision as of 08:36, 5 August 2008
Structure
The elements of the object are as follows:
Field | Type | Description |
---|---|---|
base | IXTbase | interal use |
good_index(:) | int(ptr) | array denoting good detectors |
bad_index(:) | int(ptr) | array denoting bad detectors |
F90 syntax
use IXMeffdet_index type(IXTeffdet_index):: index type(IXTstatus):: status
Operations
The following operations may be performed on this data type:
Class Specific Operations