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  public:
12 
14  PndSttTubeParameters(Int_t tubeID, Double_t hl);
15 
16  Int_t GetTubeID();
17  Double_t GetHalfLength();
18 
19  private:
20  Int_t fTubeID;
21  Double_t fHalfLength;
22 
23  ClassDef(PndSttTubeParameters, 1);
24 };
25 
26 #endif
Double_t GetHalfLength()