Package org.jlab.rec.cvt.hit
Class Strip
java.lang.Object
org.jlab.rec.cvt.hit.Strip
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Strippublic Strip(int strip, double edep, double time) 
 
- 
- 
Method Details- 
getStrippublic int getStrip()
- 
setStrippublic void setStrip(int _Strip) 
- 
getPitchpublic double getPitch()
- 
setPitchpublic void setPitch(double _Pitch) 
- 
getArc
- 
setArc
- 
getLine
- 
setLine
- 
getTile
- 
setTile
- 
getModule
- 
setModule
- 
getNormal
- 
setNormal
- 
toLocal
- 
setToLocal
- 
toGlobal
- 
setToGlobal
- 
getLCStrippublic int getLCStrip()
- 
setLCStrippublic void setLCStrip(int _LCStrip) 
- 
getPhipublic double getPhi()
- 
setPhipublic void setPhi(double _Phi) 
- 
getPhiErrpublic double getPhiErr()
- 
setPhiErrpublic void setPhiErr(double _PhiErr) 
- 
getPhi0public double getPhi0()
- 
setPhi0public void setPhi0(double _Phi0) 
- 
getPhiErr0public double getPhiErr0()
- 
setPhiErr0public void setPhiErr0(double _PhiErr0) 
- 
getZpublic double getZ()
- 
setZpublic void setZ(double _Z) 
- 
getZErrpublic double getZErr()
- 
setZErrpublic void setZErr(double _ZErr) 
- 
getEdeppublic double getEdep()
- 
setEdeppublic void setEdep(double _Edep) 
- 
getTimepublic double getTime()- Returns:
- the _Time
 
- 
setTimepublic void setTime(double _Time) - Parameters:
- _Time- the _Time to set
 
- 
getStatuspublic int getStatus()
- 
setStatuspublic void setStatus(int _Status) 
- 
calcBMTStripParams- Parameters:
- sector-
- layer-
- swim-
 
 
-