BmnRoot
Loading...
Searching...
No Matches
BmnEcalGeo.h
Go to the documentation of this file.
1/*************************************************************************************
2 *
3 * Class BmnEcalGeo
4 *
5 * Adopted for BMN by: Elena Litvinenko
6 * e-mail: litvin@nf.jinr.ru
7 * Version: 10-02-2016
8 *
9 ************************************************************************************/
10
11#ifndef BMNGEOECAL_H
12#define BMNGEOECAL_H
13
14#include "FairGeoSet.h"
15
16class BmnEcalGeo : public FairGeoSet {
17protected:
18 char modName[20]; // name of module
19 char eleName[20]; // substring for elements in module
20
21public:
24 const char* getModuleName(Int_t);
25 const char* getEleName(Int_t);
26
27 ClassDef(BmnEcalGeo,0) // Class for Hyp
28};
29
30#endif /* !BMNGEOECAL_H */
31
32
33
const char * getModuleName(Int_t)
char eleName[20]
Definition BmnEcalGeo.h:19
char modName[20]
Definition BmnEcalGeo.h:18
const char * getEleName(Int_t)