GEMC
2.2
Geant4 Monte-Carlo Framework
|
#include <bst_strip.h>
Public Member Functions | |
void | fill_infos () |
vector< double > | FindStrip (int layer, int sector, int isens, G4ThreeVector Lxyz) |
Data Fields | |
double | alpha |
double | pitch |
double | intersensors |
vector< int > | NSensors |
double | DZ_inLength |
double | DZ_inWidth |
double | SensorLength |
double | SensorWidth |
int | Nstrips |
Definition at line 7 of file bst_strip.h.
void bst_strip::fill_infos | ( | ) |
Definition at line 12 of file bst_strip.cc.
vector< double > bst_strip::FindStrip | ( | int | layer, |
int | sector, | ||
int | isens, | ||
G4ThreeVector | Lxyz | ||
) |
Definition at line 36 of file bst_strip.cc.
double bst_strip::alpha |
Definition at line 10 of file bst_strip.h.
double bst_strip::DZ_inLength |
Definition at line 16 of file bst_strip.h.
double bst_strip::DZ_inWidth |
Definition at line 17 of file bst_strip.h.
double bst_strip::intersensors |
Definition at line 13 of file bst_strip.h.
vector<int> bst_strip::NSensors |
Definition at line 14 of file bst_strip.h.
int bst_strip::Nstrips |
Definition at line 20 of file bst_strip.h.
double bst_strip::pitch |
Definition at line 11 of file bst_strip.h.
double bst_strip::SensorLength |
Definition at line 18 of file bst_strip.h.
double bst_strip::SensorWidth |
Definition at line 19 of file bst_strip.h.