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