BmnRoot
Loading...
Searching...
No Matches
BmnDchGeo.cxx
Go to the documentation of this file.
1
2// BmnDchGeo
3//
4// Class for geometry of DCH
5//
7
8#include "BmnDchGeo.h"
9#include "FairGeoNode.h"
10
12 // Constructor
13 maxSectors=0;
14 maxModules=24;
15}
16
17const char* BmnDchGeo::getModuleName(Int_t m) {
18 // Returns the module name of DCH number m
19 return modName;
20}
21
22const char* BmnDchGeo::getEleName(Int_t m) {
23 // Returns the element name of DCH number m
24 return eleName;
25}
26
27
__m128 m
Definition P4_F32vec4.h:27
const char * getModuleName(Int_t)
Definition BmnDchGeo.cxx:17
char modName[20]
Definition BmnDchGeo.h:9
char eleName[20]
Definition BmnDchGeo.h:10
const char * getEleName(Int_t)
Definition BmnDchGeo.cxx:22