PandaRoot
PndSttTubeIdMapCreatorRoot.h
Go to the documentation of this file.
1 /*
2  * PndSttTubeIdMapCreatorRoot.h
3  *
4  *
5  * Created on: 02.08.2018
6  * Author: tstockmanns
7  */
8 
9 #ifndef DETECTORS_STT_PNDSTTTUBEIDMAPCREATORROOT_H_
10 #define DETECTORS_STT_PNDSTTTUBEIDMAPCREATORROOT_H_
11 
12 #include "PndSttTubeIdMap.h"
14 
16  public:
19 
21 
22  protected:
23  int GetSector(TString &name);
24  int GetRow(TString &name);
25 
27 };
28 
29 #endif /* DETECTORS_STT_PNDSTTTUBEIDMAPCREATORROOT_H_ */
int GetSector(TString &name)
virtual ~PndSttTubeIdMapCreatorRoot()
int GetRow(TString &name)
PndSttTubeIdMap * CreateTubeMap()
ClassDef(PndSttTubeIdMapCreatorRoot, 1)