public class ThinCylMs extends Interactor
Modifier and Type | Field and Description |
---|---|
private double |
_radLength |
Constructor and Description |
---|
ThinCylMs(double radLength)
Construct an instance from the number of radiation
lengths of the cylindrical shell material.
|
Modifier and Type | Method and Description |
---|---|
void |
interact_dir(ETrack theTrack,
PropDir direction) |
void |
interact(ETrack tre)
Interact the given track in this cylindrical shell,
using the thin material approximation for multiple scattering.
|
Interactor |
newCopy()
Make a clone of this object.
|
double |
radLength()
Return the number of radiation lengths.
|
String |
toString()
output stream
|
public ThinCylMs(double radLength)
radLength
- The thickness of the material in radiation lengths.public void interact(ETrack tre)
interact
in class Interactor
tre
- The ETrack to scatter.public double radLength()
public Interactor newCopy()
newCopy
in class Interactor
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.