Parameters and data. More...
Public Attributes | |
| INTEGER, parameter | nplan = 100 |
| REAL, parameter | detx = 10.0 |
| x-value of first plane | |
| REAL, parameter | disx = 10.0 |
| distance between planes | |
| REAL, parameter | thck = 2.0 |
| thickness of plane | |
| REAL, parameter | heit = 100.0 |
| height of detector plane | |
| REAL, parameter | effp = 0.90 |
| plane efficiency | |
| REAL, parameter | sgmp = 0.0150 |
| measurement sigma | |
| REAL, dimension(nplan) | del |
| shift (position deviation) (alignment parameter) | |
| REAL, dimension(nplan) | dvd |
| rel. drift velocity deviation (calibration parameter) | |
| REAL | ynull |
| track position at vertex | |
| REAL | slope |
| track slope | |
| INTEGER | nhits |
| number of hits | |
| INTEGER, dimension(nplan) | ihits |
| plane numbers (planes with hits) | |
| REAL, dimension(nplan) | eff |
| plane efficiency | |
| REAL, dimension(nplan) | sgm |
| measurement sigma (plane) | |
| REAL, dimension(nplan) | ydrft |
| signed drift length | |
| REAL, dimension(nplan) | xhits |
| position perp. to plane (hit) | |
| REAL, dimension(nplan) | yhits |
| measured position in plane (hit) | |
| REAL, dimension(nplan) | sigma |
| measurement sigma (hit) | |
Parameters and data.
Definition at line 16 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::del |
shift (position deviation) (alignment parameter)
Definition at line 31 of file mptest1.f90.
| REAL, parameter mptest1::detx = 10.0 |
x-value of first plane
Definition at line 23 of file mptest1.f90.
| REAL, parameter mptest1::disx = 10.0 |
distance between planes
Definition at line 24 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::dvd |
rel. drift velocity deviation (calibration parameter)
Definition at line 32 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::eff |
plane efficiency
Definition at line 39 of file mptest1.f90.
| REAL, parameter mptest1::effp = 0.90 |
plane efficiency
Definition at line 27 of file mptest1.f90.
| REAL, parameter mptest1::heit = 100.0 |
height of detector plane
Definition at line 26 of file mptest1.f90.
| INTEGER, dimension(nplan) mptest1::ihits |
plane numbers (planes with hits)
Definition at line 38 of file mptest1.f90.
| INTEGER mptest1::nhits |
number of hits
Definition at line 37 of file mptest1.f90.
| INTEGER, parameter mptest1::nplan = 100 |
Definition at line 20 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::sgm |
measurement sigma (plane)
Definition at line 40 of file mptest1.f90.
| REAL, parameter mptest1::sgmp = 0.0150 |
measurement sigma
Definition at line 28 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::sigma |
measurement sigma (hit)
Definition at line 44 of file mptest1.f90.
| REAL mptest1::slope |
track slope
Definition at line 35 of file mptest1.f90.
| REAL, parameter mptest1::thck = 2.0 |
thickness of plane
Definition at line 25 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::xhits |
position perp. to plane (hit)
Definition at line 42 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::ydrft |
signed drift length
Definition at line 41 of file mptest1.f90.
| REAL, dimension(nplan) mptest1::yhits |
measured position in plane (hit)
Definition at line 43 of file mptest1.f90.
| REAL mptest1::ynull |
track position at vertex
Definition at line 34 of file mptest1.f90.
1.8.0