Package org.jlab.rec.cvt.hit
Class Strip
java.lang.Object
org.jlab.rec.cvt.hit.Strip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
calcBMTStripParams
(int sector, int layer, Swim swim) getArc()
double
getEdep()
int
getLine()
double
getPhi()
double
getPhi0()
double
double
double
getPitch()
int
int
getStrip()
getTile()
double
getTime()
double
getZ()
double
getZErr()
void
void
setEdep
(double _Edep) void
setLCStrip
(int _LCStrip) void
void
void
void
setPhi
(double _Phi) void
setPhi0
(double _Phi0) void
setPhiErr
(double _PhiErr) void
setPhiErr0
(double _PhiErr0) void
setPitch
(double _Pitch) void
setStatus
(int _Status) void
setStrip
(int _Strip) void
setTile
(Cylindrical3D _Tile) void
setTime
(double _Time) void
setToGlobal
(Transformation3D toGlobal) void
setToLocal
(Transformation3D toLocal) void
setZ
(double _Z) void
setZErr
(double _ZErr) toGlobal()
toLocal()
-
Constructor Details
-
Strip
public Strip(int strip, double edep, double time)
-
-
Method Details
-
getStrip
public int getStrip() -
setStrip
public void setStrip(int _Strip) -
getPitch
public double getPitch() -
setPitch
public void setPitch(double _Pitch) -
getArc
-
setArc
-
getLine
-
setLine
-
getTile
-
setTile
-
getModule
-
setModule
-
getNormal
-
setNormal
-
toLocal
-
setToLocal
-
toGlobal
-
setToGlobal
-
getLCStrip
public int getLCStrip() -
setLCStrip
public void setLCStrip(int _LCStrip) -
getPhi
public double getPhi() -
setPhi
public void setPhi(double _Phi) -
getPhiErr
public double getPhiErr() -
setPhiErr
public void setPhiErr(double _PhiErr) -
getPhi0
public double getPhi0() -
setPhi0
public void setPhi0(double _Phi0) -
getPhiErr0
public double getPhiErr0() -
setPhiErr0
public void setPhiErr0(double _PhiErr0) -
getZ
public double getZ() -
setZ
public void setZ(double _Z) -
getZErr
public double getZErr() -
setZErr
public void setZErr(double _ZErr) -
getEdep
public double getEdep() -
setEdep
public void setEdep(double _Edep) -
getTime
public double getTime()- Returns:
- the _Time
-
setTime
public void setTime(double _Time) - Parameters:
_Time
- the _Time to set
-
getStatus
public int getStatus() -
setStatus
public void setStatus(int _Status) -
calcBMTStripParams
- Parameters:
sector
-layer
-swim
-
-