Package org.jlab.rec.cvt.hit
Class Strip
java.lang.Object
org.jlab.rec.cvt.hit.Strip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcBMTStripParams(int sector, int layer, org.jlab.clas.swimtools.Swim swim) org.jlab.geom.prim.Arc3DgetArc()doublegetEdep()intorg.jlab.geom.prim.Line3DgetLine()org.jlab.geom.prim.Line3Dorg.jlab.geom.prim.Vector3DdoublegetPhi()doublegetPhi0()doubledoubledoublegetPitch()intintgetStrip()org.jlab.geom.prim.Cylindrical3DgetTile()doublegetTime()doublegetZ()doublegetZErr()voidsetArc(org.jlab.geom.prim.Arc3D _Arc) voidsetEdep(double _Edep) voidsetLCStrip(int _LCStrip) voidsetLine(org.jlab.geom.prim.Line3D _Line) voidsetModule(org.jlab.geom.prim.Line3D _Module) voidsetNormal(org.jlab.geom.prim.Vector3D _Normal) voidsetPhi(double _Phi) voidsetPhi0(double _Phi0) voidsetPhiErr(double _PhiErr) voidsetPhiErr0(double _PhiErr0) voidsetPitch(double _Pitch) voidsetStatus(int _Status) voidsetStrip(int _Strip) voidsetTile(org.jlab.geom.prim.Cylindrical3D _Tile) voidsetTime(double _Time) voidsetToGlobal(org.jlab.geom.prim.Transformation3D toGlobal) voidsetToLocal(org.jlab.geom.prim.Transformation3D toLocal) voidsetZ(double _Z) voidsetZErr(double _ZErr) org.jlab.geom.prim.Transformation3DtoGlobal()org.jlab.geom.prim.Transformation3DtoLocal()
-
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-
-