3#include "EmcBhaCalib/EmcShDigi.h"
36 m_theta=aDigi.
theta();
43 m_where = aDigi.
where();
54 m_theta=aDigi.
theta();
61 m_where = aDigi.
where();
76 && this->theta() == otherDigi.
theta()
77 && this->phi() == otherDigi.
phi()
78 && this->time() == otherDigi.
time()
79 && this->fraction() == otherDigi.
fraction() )
NTuple::Array< double > m_z
NTuple::Array< double > m_x
NTuple::Array< double > m_y
bool operator<(const EmcShDigi &otherDigi) const
const HepPoint3D & where() const
const unsigned int & thetaIndex() const
const double & energy() const
const double & fraction() const
const unsigned int & phiIndex() const
bool operator>=(const EmcShDigi &otherDigi) const
bool operator==(const EmcShDigi &otherDigi) const
const double & phi() const
const double & theta() const
bool operator>(const EmcShDigi &otherDigi) const
bool operator<=(const EmcShDigi &otherDigi) const
const double & time() const
const unsigned int & module() const
EmcShDigi & operator=(const EmcShDigi &aDigi)