1 #ifndef CastorReco_CastorCell_h 2 #define CastorReco_CastorCell_h ROOT::Math::XYZPoint position() const
cell centroid position
double x() const
x coordinate of cell centroid
double phi() const
azimuthal angle of cell centroid
double rho() const
rho coordinate of cell centroid
edm::RefVector< CastorCellCollection > CastorCellRefVector
vector of references to CastorCell objects all in the same collection
double z() const
z coordinate of cell centroid
double energy() const
cell energy
double energy_
cell energy
bool operator>=(const CastorCell &rhs) const
comparison >= operator
bool operator>(const CastorCell &rhs) const
comparison > operator
bool operator<=(const CastorCell &rhs) const
comparison <= operator
std::vector< CastorCell > CastorCellCollection
collection of CastorCell objects
double y() const
y coordinate of cell centroid
edm::Ref< CastorCellCollection > CastorCellRef
virtual ~CastorCell()
destructor
XYZPointD XYZPoint
point in space with cartesian internal representation
double eta() const
eta coordinate of cell centroid
Transform3DPJ::Point XYZPoint
CastorCellRefVector::iterator CastorCell_iterator
iterator over a vector of references to CastorCell objects all in the same collection ...
CastorCell()
default constructor. Sets energy and position to zero
bool operator<(const CastorCell &rhs) const
comparison <= operator
ROOT::Math::XYZPoint position_
cell centroid position