CMS 3D CMS Logo

HGCalProperty.cc
Go to the documentation of this file.
2 
3 int32_t HGCalProperty::waferProperty(const int32_t thick,
4  const int32_t part,
5  const int32_t orient,
6  const int32_t cassette) {
11 }
12 
13 int32_t HGCalProperty::waferThick(const int32_t property) {
15 }
16 
17 int32_t HGCalProperty::waferPartial(const int32_t property) {
19 }
20 
21 int32_t HGCalProperty::waferOrient(const int32_t property) {
23 }
24 
25 int32_t HGCalProperty::waferCassette(const int32_t property) {
27 }
28 
29 int32_t HGCalProperty::tileProperty(const int32_t type, const int32_t sipm) {
32 }
33 
34 int32_t HGCalProperty::tileType(const int32_t property) {
36 }
37 
38 int32_t HGCalProperty::tileSiPM(const int32_t property) {
40 }
int32_t tileType(const int32_t property)
constexpr int32_t kHGCalFactorCassette
Definition: HGCalProperty.h:39
int32_t waferOrient(const int32_t property)
int32_t waferCassette(const int32_t property)
int32_t waferProperty(const int32_t thick, const int32_t partial, const int32_t orient, const int32_t cassette=0)
Definition: HGCalProperty.cc:3
int32_t tileSiPM(const int32_t property)
int32_t waferThick(const int32_t property)
constexpr int32_t kHGCalOffsetCassette
Definition: HGCalProperty.h:43
constexpr int32_t kHGCalOffsetOrient
Definition: HGCalProperty.h:42
part
Definition: HCALResponse.h:20
constexpr int32_t kHGCalFactorPartial
Definition: HGCalProperty.h:38
int32_t waferPartial(const int32_t property)
constexpr int32_t kHGCalOffsetSiPM
Definition: HGCalProperty.h:45
constexpr int32_t kHGCalOffsetThick
Definition: HGCalProperty.h:40
int32_t tileProperty(const int32_t type, const int32_t sipm)
constexpr int32_t kHGCalFactor
Definition: HGCalProperty.h:37
constexpr int32_t kHGCalOffsetPartial
Definition: HGCalProperty.h:41
constexpr int32_t kHGCalOffsetType
Definition: HGCalProperty.h:44