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, org.jlab.clas.swimtools.Swim swim) org.jlab.geom.prim.Arc3D
getArc()
double
getEdep()
int
org.jlab.geom.prim.Line3D
getLine()
org.jlab.geom.prim.Line3D
org.jlab.geom.prim.Vector3D
double
getPhi()
double
getPhi0()
double
double
double
getPitch()
int
int
getStrip()
org.jlab.geom.prim.Cylindrical3D
getTile()
double
getTime()
double
getZ()
double
getZErr()
void
setArc
(org.jlab.geom.prim.Arc3D _Arc) void
setEdep
(double _Edep) void
setLCStrip
(int _LCStrip) void
setLine
(org.jlab.geom.prim.Line3D _Line) void
setModule
(org.jlab.geom.prim.Line3D _Module) void
setNormal
(org.jlab.geom.prim.Vector3D _Normal) 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
(org.jlab.geom.prim.Cylindrical3D _Tile) void
setTime
(double _Time) void
setToGlobal
(org.jlab.geom.prim.Transformation3D toGlobal) void
setToLocal
(org.jlab.geom.prim.Transformation3D toLocal) void
setZ
(double _Z) void
setZErr
(double _ZErr) org.jlab.geom.prim.Transformation3D
toGlobal()
org.jlab.geom.prim.Transformation3D
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
public org.jlab.geom.prim.Arc3D getArc() -
setArc
public void setArc(org.jlab.geom.prim.Arc3D _Arc) -
getLine
public org.jlab.geom.prim.Line3D getLine() -
setLine
public void setLine(org.jlab.geom.prim.Line3D _Line) -
getTile
public org.jlab.geom.prim.Cylindrical3D getTile() -
setTile
public void setTile(org.jlab.geom.prim.Cylindrical3D _Tile) -
getModule
public org.jlab.geom.prim.Line3D getModule() -
setModule
public void setModule(org.jlab.geom.prim.Line3D _Module) -
getNormal
public org.jlab.geom.prim.Vector3D getNormal() -
setNormal
public void setNormal(org.jlab.geom.prim.Vector3D _Normal) -
toLocal
public org.jlab.geom.prim.Transformation3D toLocal() -
setToLocal
public void setToLocal(org.jlab.geom.prim.Transformation3D toLocal) -
toGlobal
public org.jlab.geom.prim.Transformation3D toGlobal() -
setToGlobal
public void setToGlobal(org.jlab.geom.prim.Transformation3D toGlobal) -
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
public void calcBMTStripParams(int sector, int layer, org.jlab.clas.swimtools.Swim swim) - Parameters:
sector
-layer
-swim
-
-