jas.hist
Interface SliceParameters

All Known Implementing Classes:
DefaultSliceParameters

public interface SliceParameters

Defines parameters for a slice. x,y define the center of the slice. height is the half-distance along the slice, while width is the half-distance perpendicular to the slice axis. phi defines the slice direction, phi=0 implies the slice is along the y-axis.


Method Summary
 double getHeight()
           
 double getPhi()
           
 double getWidth()
           
 double getX()
           
 double getY()
           
 void setHeight(double height)
           
 void setPhi(double phi)
           
 void setWidth(double width)
           
 void setX(double x)
           
 void setY(double y)
           
 

Method Detail

getX

double getX()

getY

double getY()

getWidth

double getWidth()

getHeight

double getHeight()

getPhi

double getPhi()

setX

void setX(double x)

setY

void setY(double y)

setWidth

void setWidth(double width)

setHeight

void setHeight(double height)

setPhi

void setPhi(double phi)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.