FairRoot/PandaRoot
PndSttSkewedHit.cxx
Go to the documentation of this file.
1 
8 #include "PndSttSkewedHit.h"
9 
10 #include "PndDetectorList.h"
11 
12 #include <iostream>
13 #include "TMath.h"
14 
15 using namespace std;
16 
19  FairHit(),
20  fTubeIDs()
21 {
22 }
23 
24 
25 PndSttSkewedHit::PndSttSkewedHit(Int_t detID, Int_t tubeID1, Int_t tubeID2, Int_t mcindex, TVector3& pos, TVector3& dpos) : FairHit(detID, pos, dpos, mcindex), fTubeIDs()
26 {
27  SetTubeIDs(tubeID1, tubeID2);
28 
29 }
30 
31 
34 {
35 }
36 
37 
TVector3 pos
void SetTubeIDs(Int_t tubeid1, Int_t tubeid2)
ClassImp(PndAnaContFact)
virtual ~PndSttSkewedHit()