Class Strip
java.lang.Object
org.jlab.rec.cvt.hit.Strip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcBMTStripParams(int sector, int layer, Swim swim) getArc()doublegetEdep()intgetLine()doublegetPhi()doublegetPhi0()doubledoubledoublegetPitch()intintgetStrip()getTile()doublegetTime()doublegetZ()doublegetZErr()voidvoidsetEdep(double _Edep) voidsetLCStrip(int _LCStrip) voidvoidvoidvoidsetPhi(double _Phi) voidsetPhi0(double _Phi0) voidsetPhiErr(double _PhiErr) voidsetPhiErr0(double _PhiErr0) voidsetPitch(double _Pitch) voidsetStatus(int _Status) voidsetStrip(int _Strip) voidsetTile(Cylindrical3D _Tile) voidsetTime(double _Time) voidsetToGlobal(Transformation3D toGlobal) voidsetToLocal(Transformation3D toLocal) voidsetZ(double _Z) voidsetZErr(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-
-