StRoot
1
|
#include <StEEmcStripEndPointData.h>
Public Member Functions | |
StEEmcStripEndPointData_t (Short_t stripIndex, Float_t x, Float_t y1, Float_t y2) | |
Bool_t | operator< (const StEEmcStripEndPointData_t &other) const |
Short_t | getStripIndex () const |
Float_t | getX () const |
Float_t | getY1 () const |
Float_t | getY2 () const |
Protected Attributes | |
Short_t | mStripIndex |
Float_t | mX |
Float_t | mY1 |
Float_t | mY2 |
Simple class to hold the end points of the strips
Definition at line 22 of file StEEmcStripEndPointData.h.