#include <XANACellID.h>
Public Methods | |
XANACellID () | |
XANACellID (HepPoint3D position) | |
construct from data members. More... | |
virtual | ~XANACellID () |
HepPoint3D | getPosition () const |
void | setPosition (HepPoint3D position) |
Bool_t | operator== (const XANACellID &) const |
Protected Attributes | |
HepPoint3D | position_ |
calorimetric cell position at front face. More... |
|
Definition at line 18 of file XANACellID.h.
00018 {}; |
|
construct from data members.
|
|
|
|
Definition at line 24 of file XANACellID.h. References position_.
00024 {return position_;} |
|
|
|
Definition at line 27 of file XANACellID.h. References position_.
00027 {position_=position;} |
|
calorimetric cell position at front face.
Definition at line 35 of file XANACellID.h. Referenced by getPosition, and setPosition. |