FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutorialDet2Geo.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef FAIRTUTORIALDET2GEO_H
9 #define FAIRTUTORIALDET2GEO_H
10 
11 #include "FairGeoSet.h"
12 
13 #include <Rtypes.h>
14 
16 {
17  protected:
18  char modName[20]; // name of module
19  char eleName[20]; // substring for elements in module
20 
21  public:
24  const char* getModuleName(Int_t);
25  const char* getEleName(Int_t);
26  inline Int_t getModNumInMod(const TString&);
28 };
29 
30 inline Int_t FairTutorialDet2Geo::getModNumInMod(const TString& name)
31 {
37  return static_cast<Int_t>((name[6] - '0') - 1); //
38 }
39 
40 #endif /* FAIRTUTORIALDETGEO_H */
ClassDef(FairTutorialDet2Geo, 1)
const char * getEleName(Int_t)
Int_t getModNumInMod(const TString &)
const char * getModuleName(Int_t)