19 PndSttTube(
PndSttTubeParameters *parms, Double_t x, Double_t y, Double_t z, Double_t r11, Double_t r12, Double_t r13, Double_t r21, Double_t r22, Double_t r23, Double_t r31,
20 Double_t r32, Double_t r33, Double_t radin, Double_t radout);
24 fTubeParms = o.fTubeParms;
25 fCenPosition = o.fCenPosition;
26 fRotationMatrix = o.fRotationMatrix;
29 fSectorID = o.fSectorID;
30 fLayerID = o.fLayerID;
31 fNeighborings = o.fNeighborings;
32 fLayerLimit = o.fLayerLimit;
33 fSectorLimit = o.fSectorLimit;
66 TVector3 fCenPosition;
67 TMatrixT<double> fRotationMatrix;
68 Double_t fRadIn, fRadOut;
69 Int_t fSectorID, fLayerID;
70 TArrayI fNeighborings;
void SetLayerLimitFlag(Bool_t flag=kTRUE)
void SetSectorLimitFlag(Int_t flag)
Double_t GetDistance(PndSttTube *tube)
void SetNeighborings(TArrayI neighborings)
TMatrixT< Double_t > GetRotationMatrix()
PndSttTube & operator=(const PndSttTube &o)
Bool_t IsNeighboring(int tubeID)
TArrayI GetNeighborings()
PndSttTubeParameters * GetTubeParameters()
Int_t GetNeighboring(int i)
TVector3 GetWireDirection()