hep.lcd.recon.tracking
Class TrackPathMaterials

java.lang.Object
  |
  +--hep.lcd.recon.tracking.TrackPathMaterials

public class TrackPathMaterials
extends Object

Source Code:
TrackPathMaterials.java

Field Summary
 boolean debug
           
 int nCCDLrs
           
 
Constructor Summary
TrackPathMaterials()
           
 
Method Summary
 boolean[] getActive()
           
 double getDeDx(int ind)
           
 double getLayerDeDx(int ind)
           
 double getLayerThick(int ind)
           
 double[] getLengths()
           
 int getNLayers()
           
 double[] getRadii()
           
 double[] getThick()
           
 double getThick(int ind)
           
 void putParams(TrkParams tp)
           
 void putTrack(Track track)
           
 void setGroup(int ngr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public boolean debug

nCCDLrs

public int nCCDLrs
Constructor Detail

TrackPathMaterials

public TrackPathMaterials()
Method Detail

setGroup

public void setGroup(int ngr)

getLengths

public double[] getLengths()

getRadii

public double[] getRadii()

getThick

public double[] getThick()

getThick

public double getThick(int ind)

getLayerThick

public double getLayerThick(int ind)

getDeDx

public double getDeDx(int ind)

getLayerDeDx

public double getLayerDeDx(int ind)

getActive

public boolean[] getActive()

getNLayers

public int getNLayers()

putTrack

public void putTrack(Track track)

putParams

public void putParams(TrkParams tp)


The LCD Group