21 PndTrkSkewHit::PndTrkSkewHit() :
PndTrkHit(), fTrackID(-1), fRightIntersection(-1), fCenter1(0., 0., 0.), fCenter2(0., 0., 0.), fIntersection1(0., 0., 0.), fIntersection2(0., 0., 0.), fa(-1),
fb(-1), fPhi1(0), fPhi2(0), fBeta(0) {}
23 PndTrkSkewHit::PndTrkSkewHit(Int_t hitID, Int_t detID,
Bool_t used, Int_t iregion, Int_t sensorID, TVector3&
pos,
Double_t isochrone,
Double_t sortvar, Int_t trackID, TVector3 center1, TVector3 intersection1,
double phi1, TVector3 center2, TVector3 intersection2,
double phi2,
double a,
double b,
int rightone,
double beta):
PndTrkHit(hitID, detID, used, iregion, sensorID, pos, isochrone, sortvar), fTrackID(trackID), fRightIntersection(rightone), fCenter1(center1), fCenter2(center2), fIntersection1(intersection1), fIntersection2(intersection2), fa(a),
fb(b), fPhi1(phi1), fPhi2(phi2), fBeta(beta) {}
25 PndTrkSkewHit::PndTrkSkewHit(
PndTrkHit &
hit, Int_t trackID, TVector3 center1, TVector3 intersection1,
double phi1, TVector3 center2, TVector3 intersection2,
double phi2,
double a,
double b,
int rightone,
double beta):
PndTrkHit(hit), fTrackID(trackID), fRightIntersection(rightone), fCenter1(center1), fCenter2(center2), fIntersection1(intersection1), fIntersection2(intersection2), fa(a),
fb(b), fPhi1(phi1), fPhi2(phi2), fBeta(beta) {}
28 PndTrkSkewHit::PndTrkSkewHit(
PndTrkHit &
hit):
PndTrkHit(hit), fTrackID(-1), fRightIntersection(-1), fCenter1(0., 0., 0.), fCenter2(0., 0., 0.), fIntersection1(0., 0., 0.), fIntersection2(0., 0., 0.), fa(-1),
fb(-1), fPhi1(0), fPhi2(0), fBeta(0) {}
31 PndTrkSkewHit::PndTrkSkewHit(
const PndTrkSkewHit &
hit) :
PndTrkHit(hit), fTrackID(-1), fRightIntersection(-1), fCenter1(0., 0., 0.), fCenter2(0., 0., 0.), fIntersection1(0., 0., 0.), fIntersection2(0., 0., 0.), fa(-1),
fb(-1), fPhi1(0), fPhi2(0), fBeta(0) {
56 if(
fUsed && color == kBlack) {
62 ell1->SetFillStyle(style);
63 ell1->SetLineColor(color);
67 ell2->SetFillStyle(style);
68 ell2->SetLineColor(color-5);
73 cout <<
"####### SKEW ########################" << endl;
PndTrkSkewHit & operator=(const PndTrkSkewHit &hit)