GEMC  1.8
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
fst_strip Class Reference

#include <fst_strip.h>

+ Collaboration diagram for fst_strip:

Public Member Functions

void fill_infos ()
 
int FindStrip (int layer, int sector, double x, double y, double z)
 

Data Fields

double alpha
 
double pitch
 
double Pi
 
double interlayer
 
double intersuperlayer
 
int Nsector
 
double DZ
 
double Rmin
 
double Rint
 
double Rmax
 
double Z_1stlayer
 
vector< double > Z0
 
vector< double > R
 
vector< double > MidTile
 
int Nstrips
 

Detailed Description

Definition at line 4 of file fst_strip.h.

Member Function Documentation

void fst_strip::fill_infos ( )

Definition at line 9 of file fst_strip.cc.

int fst_strip::FindStrip ( int  layer,
int  sector,
double  x,
double  y,
double  z 
)

Definition at line 53 of file fst_strip.cc.

Field Documentation

double fst_strip::alpha

Definition at line 7 of file fst_strip.h.

double fst_strip::DZ

Definition at line 14 of file fst_strip.h.

double fst_strip::interlayer

Definition at line 11 of file fst_strip.h.

double fst_strip::intersuperlayer

Definition at line 12 of file fst_strip.h.

vector<double> fst_strip::MidTile

Definition at line 22 of file fst_strip.h.

int fst_strip::Nsector

Definition at line 13 of file fst_strip.h.

int fst_strip::Nstrips

Definition at line 23 of file fst_strip.h.

double fst_strip::Pi

Definition at line 9 of file fst_strip.h.

double fst_strip::pitch

Definition at line 8 of file fst_strip.h.

vector<double> fst_strip::R

Definition at line 21 of file fst_strip.h.

double fst_strip::Rint

Definition at line 16 of file fst_strip.h.

double fst_strip::Rmax

Definition at line 17 of file fst_strip.h.

double fst_strip::Rmin

Definition at line 15 of file fst_strip.h.

vector<double> fst_strip::Z0

Definition at line 20 of file fst_strip.h.

double fst_strip::Z_1stlayer

Definition at line 18 of file fst_strip.h.