Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANACellID Class Reference

#include <XANACellID.h>

List of all members.

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...


Constructor & Destructor Documentation

XANACellID::XANACellID   [inline]
 

Definition at line 18 of file XANACellID.h.

00018 {};

XANACellID::XANACellID HepPoint3D    position
 

construct from data members.

virtual XANACellID::~XANACellID   [virtual]
 


Member Function Documentation

HepPoint3D XANACellID::getPosition   const [inline]
 

Definition at line 24 of file XANACellID.h.

References position_.

00024 {return position_;}

Bool_t XANACellID::operator== const XANACellID &    const
 

void XANACellID::setPosition HepPoint3D    position [inline]
 

Definition at line 27 of file XANACellID.h.

References position_.

00027 {position_=position;}


Member Data Documentation

HepPoint3D XANACellID::position_ [protected]
 

calorimetric cell position at front face.

Definition at line 35 of file XANACellID.h.

Referenced by getPosition, and setPosition.


The documentation for this class was generated from the following file:
Generated on Tue May 10 10:01:37 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002