CMS 3D CMS Logo

List of all members | Public Types | Public Attributes
HGCalHistoSeedingImpl::Bin Struct Reference

Public Types

enum  Content { Sum, Ecal, Hcal }
 

Public Attributes

std::array< float, 3 > values = {{0., 0., 0.}}
 
float weighted_x = 0.
 
float weighted_y = 0.
 

Detailed Description

Definition at line 16 of file HGCalHistoSeedingImpl.h.

Member Enumeration Documentation

◆ Content

Enumerator
Sum 
Ecal 
Hcal 

Definition at line 17 of file HGCalHistoSeedingImpl.h.

17 { Sum, Ecal, Hcal };

Member Data Documentation

◆ values

std::array<float, 3> HGCalHistoSeedingImpl::Bin::values = {{0., 0., 0.}}

◆ weighted_x

float HGCalHistoSeedingImpl::Bin::weighted_x = 0.

◆ weighted_y

float HGCalHistoSeedingImpl::Bin::weighted_y = 0.
HGCalHistoSeedingImpl::Bin::Ecal
Definition: HGCalHistoSeedingImpl.h:17
HGCalHistoSeedingImpl::Bin::Sum
Definition: HGCalHistoSeedingImpl.h:17
HGCalHistoSeedingImpl::Bin::Hcal
Definition: HGCalHistoSeedingImpl.h:17