11 const std::vector<std::pair<DetId, float> > &hitsAndFractions,
31 double EPS = 0.000001;
33 float Pdiff = fabs(b.
phi() -
phi());
34 if ((Tdiff < EPS) && (Pdiff <
EPS))
const math::XYZPoint & position() const
cluster centroid position
Sin< T >::type sin(const T &t)
Geom::Theta< T > theta() const
int plane() const
Preshower plane.
PreshowerCluster()
default constructor
~PreshowerCluster() override
const std::vector< std::pair< DetId, float > > & hitsAndFractions() const
double energy() const
cluster energy
CaloClusterPtr bc_ref_
Associated basic cluster;.
std::vector< std::pair< DetId, float > > hitsAndFractions_
Structure Point Contains parameters of Gaussian fits to DMRs.
static int position[264][3]
double phi() const
azimuthal angle of cluster centroid
bool operator<(const PreshowerCluster &) const
bool operator==(const PreshowerCluster &) const
Comparisons.