BmnRoot
Loading...
Searching...
No Matches
BmnTOF1Geo.h
Go to the documentation of this file.
1//--------------------------------------------------------------------------------------------------------------------------------------
2#ifndef __BMNGEOTOF1_H
3#define __BMNGEOTOF1_H 1
4
5#include "FairGeoSet.h"
6
7//--------------------------------------------------------------------------------------------------------------------------------------
8class BmnTOF1Geo : public FairGeoSet
9{
10protected:
11 char modName[20]; // name of module
12 char eleName[20]; // substring for elements in module
13
14public:
17
18 const char* getModuleName(Int_t);
19 const char* getEleName(Int_t);
20
21ClassDef(BmnTOF1Geo, 0) // Class for Hyp
22};
23
24#endif
25//--------------------------------------------------------------------------------------------------------------------------------------
26
27
char modName[20]
Definition BmnTOF1Geo.h:11
char eleName[20]
Definition BmnTOF1Geo.h:12
const char * getModuleName(Int_t)
const char * getEleName(Int_t)