#include <FTLayer.h>
|
| | FTLayer (const float radius, const float stereoAngle, const float zf, const float zb, const float offset, const int layerID, const int localLayerID, const int nwire) |
| | ~FTLayer ()=default |
| const int | localLayerId () const |
| | returns local-layer ID
|
| const int | layerId () const |
| | returns layer ID
|
| const int | NWire () const |
| | returns the number of wire
|
| const float | tanSlant () const |
| | returns tangent of slant angle
|
| const float | r () const |
| | returns r form origin
|
| const float | zf () const |
| | returns z of forward end-plate
|
| const float | zb () const |
| | returns z of backward end-plate
|
| const float | offset () const |
| | returns offset of numbering(local ID)
|
| const double | limit () const |
| | returns limit of "d" for stereo layer
|
| double | z (const double d) const |
| | returns z for "d" in r-phi plane
|
| double | csize () const |
| | returns cell size
|
Definition at line 5 of file FTLayer.h.
◆ FTLayer()
| FTLayer::FTLayer |
( |
const float | radius, |
|
|
const float | stereoAngle, |
|
|
const float | zf, |
|
|
const float | zb, |
|
|
const float | offset, |
|
|
const int | layerID, |
|
|
const int | localLayerID, |
|
|
const int | nwire ) |
|
inline |
Definition at line 8 of file FTLayer.h.
10 : _radius( radius )
11 , _tanSlant( 1. / std::tan( stereoAngle ) )
14 , _layerId( layerID )
16 , _localLayerId( localLayerID )
17 , _nwire( nwire ) {}
const float zb() const
returns z of backward end-plate
const float zf() const
returns z of forward end-plate
const float offset() const
returns offset of numbering(local ID)
◆ ~FTLayer()
◆ csize()
| double FTLayer::csize |
( |
| ) |
const |
|
inline |
◆ layerId()
| const int FTLayer::layerId |
( |
| ) |
const |
|
inline |
returns layer ID
Definition at line 26 of file FTLayer.h.
◆ limit()
| const double FTLayer::limit |
( |
| ) |
const |
|
inline |
◆ localLayerId()
| const int FTLayer::localLayerId |
( |
| ) |
const |
|
inline |
returns local-layer ID
Definition at line 23 of file FTLayer.h.
23{ return _localLayerId; }
◆ NWire()
| const int FTLayer::NWire |
( |
| ) |
const |
|
inline |
returns the number of wire
Definition at line 29 of file FTLayer.h.
Referenced by csize().
◆ offset()
| const float FTLayer::offset |
( |
| ) |
const |
|
inline |
returns offset of numbering(local ID)
Definition at line 44 of file FTLayer.h.
Referenced by FTLayer().
◆ r()
| const float FTLayer::r |
( |
| ) |
const |
|
inline |
◆ tanSlant()
| const float FTLayer::tanSlant |
( |
| ) |
const |
|
inline |
returns tangent of slant angle
Definition at line 32 of file FTLayer.h.
◆ z()
| double FTLayer::z |
( |
const double | d | ) |
const |
|
inline |
◆ zb()
| const float FTLayer::zb |
( |
| ) |
const |
|
inline |
◆ zf()
| const float FTLayer::zf |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: