GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include <str_strip.h>
Public Member Functions | |
void | fill_infos () |
void | FindCard (int layer, double z) |
int | FindStripZ (int layer, int sector, double x, double y) |
int | FindStrip (int layer, int sector, double x, double y, double z) |
Data Fields | |
double | alpha |
double | pitch |
double | Pi |
double | interlayer |
vector< int > | Nsector |
vector< int > | Ncards |
vector< double > | Z0 |
vector< double > | R |
vector< double > | MidTile |
double | DZ_inLength |
double | DZ_inWidth |
double | CardLength |
double | CardWidth |
int | NstripsZ |
int | Nstrips |
int | nCard |
double | x |
double | y |
double | z |
Definition at line 4 of file str_strip.h.
void str_strip::fill_infos | ( | ) |
Definition at line 10 of file str_strip.cc.
void str_strip::FindCard | ( | int | layer, |
double | z | ||
) |
Definition at line 62 of file str_strip.cc.
int str_strip::FindStrip | ( | int | layer, |
int | sector, | ||
double | x, | ||
double | y, | ||
double | z | ||
) |
Definition at line 170 of file str_strip.cc.
int str_strip::FindStripZ | ( | int | layer, |
int | sector, | ||
double | x, | ||
double | y | ||
) |
Definition at line 84 of file str_strip.cc.
double str_strip::alpha |
Definition at line 7 of file str_strip.h.
double str_strip::CardLength |
Definition at line 20 of file str_strip.h.
double str_strip::CardWidth |
Definition at line 21 of file str_strip.h.
double str_strip::DZ_inLength |
Definition at line 18 of file str_strip.h.
double str_strip::DZ_inWidth |
Definition at line 19 of file str_strip.h.
double str_strip::interlayer |
Definition at line 11 of file str_strip.h.
vector<double> str_strip::MidTile |
Definition at line 16 of file str_strip.h.
int str_strip::nCard |
Definition at line 25 of file str_strip.h.
vector<int> str_strip::Ncards |
Definition at line 13 of file str_strip.h.
vector<int> str_strip::Nsector |
Definition at line 12 of file str_strip.h.
int str_strip::Nstrips |
Definition at line 23 of file str_strip.h.
int str_strip::NstripsZ |
Definition at line 22 of file str_strip.h.
double str_strip::Pi |
Definition at line 9 of file str_strip.h.
double str_strip::pitch |
Definition at line 8 of file str_strip.h.
vector<double> str_strip::R |
Definition at line 15 of file str_strip.h.
double str_strip::x |
Definition at line 26 of file str_strip.h.
double str_strip::y |
Definition at line 26 of file str_strip.h.
double str_strip::z |
Definition at line 26 of file str_strip.h.
vector<double> str_strip::Z0 |
Definition at line 14 of file str_strip.h.