CbmRoot
Loading...
Searching...
No Matches
CbmGeoPlatform.h
Go to the documentation of this file.
1/* Copyright (C) 2013 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
5#ifndef CBMGEOPLATFORM_H
6#define CBMGEOPLATFORM_H
7
8#include "FairGeoSet.h"
9
10class CbmGeoPlatform : public FairGeoSet {
11protected:
12 char modName[2]; // name of module
13 char eleName[2]; // substring for elements in module
14public:
17 const char* getModuleName(Int_t) { return modName; }
18 const char* getEleName(Int_t) { return eleName; }
19 ClassDef(CbmGeoPlatform, 0) // Class for the geometry of Platform
20};
21
22#endif /* !CBMGEOPLATFORM_H */
const char * getEleName(Int_t)
const char * getModuleName(Int_t)