1 #ifndef Geometry_HGCalCommonData_HGCalCellOffset_h 2 #define Geometry_HGCalCommonData_HGCalCellOffset_h 12 HGCalCellOffset(
double waferSize, int32_t nFine, int32_t nCoarse,
double guardRingOffset_,
double mouseBiteCut_);
14 std::pair<double, double>
cellOffsetUV2XY1(int32_t u, int32_t
v, int32_t placementIndex, int32_t
type);
std::array< std::array< std::array< double, 6 >, 4 >, 2 > offsetY
std::pair< double, double > cellOffsetUV2XY1(int32_t u, int32_t v, int32_t placementIndex, int32_t type)
double cellAreaUV(int32_t u, int32_t v, int32_t placementIndex, int32_t type, bool reco)
std::array< std::array< std::array< double, 6 >, 4 >, 2 > offsetX
std::unique_ptr< HGCalCell > hgcalcell_
HGCalCellOffset(double waferSize, int32_t nFine, int32_t nCoarse, double guardRingOffset_, double mouseBiteCut_)