#include <PndLmdGeo.h>
Definition at line 16 of file PndLmdGeo.h.
PndLmdGeo::~PndLmdGeo |
( |
| ) |
|
const char * PndLmdGeo::getEleName |
( |
Int_t |
m | ) |
|
const char * PndSdsGeo::getKeepinName |
( |
Int_t |
i, |
|
|
Int_t |
j |
|
) |
| |
|
inherited |
Int_t PndSdsGeo::getModNumInMod |
( |
const TString & |
name | ) |
const |
|
inlineinherited |
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 * PndLmdGeo::getModuleName |
( |
Int_t |
m | ) |
|
Definition at line 23 of file PndLmdGeo.cxx.
References PndSdsGeo::fModName.
26 std::cout <<
"-E- CbmGeoSts::getModuleName:: Module number " <<
m
27 <<
" not known!" << std::endl;
31 sprintf(
fModName,
"lmdTrapStrip0%i",
m + 1);
33 sprintf(
fModName,
"lmdTrapStrip%i",
m + 1);
char PndSdsGeo::fEleName[20] |
|
protectedinherited |
char PndSdsGeo::fKeepinName[20] |
|
protectedinherited |
char PndSdsGeo::fModName[20] |
|
protectedinherited |
The documentation for this class was generated from the following files: