#include <PndSdsGeo.h>
Definition at line 6 of file PndSdsGeo.h.
PndSdsGeo::~PndSdsGeo |
( |
| ) |
|
|
inline |
const char * PndSdsGeo::getEleName |
( |
Int_t |
m | ) |
|
const char * PndSdsGeo::getKeepinName |
( |
Int_t |
i, |
|
|
Int_t |
j |
|
) |
| |
Int_t PndSdsGeo::getModNumInMod |
( |
const TString & |
name | ) |
const |
|
inline |
returns the module index from module name
Definition at line 25 of file PndSdsGeo.h.
27 return (Int_t)(
name[3]-
'0')-1;
const char * PndSdsGeo::getModuleName |
( |
Int_t |
m | ) |
|
Definition at line 25 of file PndSdsGeo.cxx.
References fModName.
28 std::cout <<
"-E- CbmGeoSts::getModuleName:: Module number "
29 <<
m <<
" not known!" << std::endl;
32 if (
m < 9 ) sprintf(
fModName,
"sdsstation0%i",
m+1);
33 else sprintf(
fModName,
"sdsstation%i",
m+1);
char PndSdsGeo::fEleName[20] |
|
protected |
char PndSdsGeo::fKeepinName[20] |
|
protected |
char PndSdsGeo::fModName[20] |
|
protected |
The documentation for this class was generated from the following files: