public class ZPlaneEloss extends Interactor
Modifier and Type | Field and Description |
---|---|
private DeDx |
_dedx |
private double |
_thickness |
Constructor and Description |
---|
ZPlaneEloss(double thickness,
DeDx dedx)
Creates a new instance of ZPlaneEloss
|
Modifier and Type | Method and Description |
---|---|
DeDx |
dEdX()
Return the energy loss model used in this Interactor.
|
void |
interact_dir(ETrack theTrack,
PropDir direction) |
void |
interact(ETrack tre)
Interact: modify the track vector and error matrix.
|
Interactor |
newCopy()
Make a clone of this object.
|
double |
thickness()
Return the thickness of material in the z plane.
|
String |
toString()
output stream
|
private double _thickness
private DeDx _dedx
public ZPlaneEloss(double thickness, DeDx dedx)
public void interact(ETrack tre)
Interactor
interact
in class Interactor
tre
- ETrack to interactpublic double thickness()
public DeDx dEdX()
public Interactor newCopy()
newCopy
in class Interactor
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.