FairRoot/PandaRoot
PndSttTubeParameters.h
Go to the documentation of this file.
1 #ifndef PNDSTTTUBEPARAMETERS_H
2 #define PNDSTTTUBEPARAMETERS_H
3 
4 #include "TObject.h"
5 
6 class PndSttTubeParameters : public TObject
7 {
8 
9  public:
10 
14 
16  PndSttTubeParameters(Int_t tubeID, Double_t hl);
17 
18  Int_t GetTubeID();
20  private:
21  Int_t fTubeID;
23 
24 
26 };
27 
28 
29 #endif
ClassDef(PndSttTubeParameters, 1)
Double_t